OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:superRegion
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp
68
const SuperTy *
superRegion
) {
70
RegionTy::ProfileRegion(ID, arg1,
superRegion
);
76
new (R) RegionTy(arg1,
superRegion
);
85
const SuperTy *
superRegion
) {
87
RegionTy::ProfileRegion(ID, arg1, arg2,
superRegion
);
93
new (R) RegionTy(arg1, arg2,
superRegion
);
104
const SuperTy *
superRegion
) {
106
RegionTy::ProfileRegion(ID, arg1, arg2, arg3,
superRegion
);
112
new (R) RegionTy(arg1, arg2, arg3,
superRegion
);
149
const MemRegion *
superRegion
= r->getSuperRegion()
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h
439
const MemRegion*
superRegion
;
441
SubRegion(const MemRegion *sReg, Kind k) : MemRegion(k),
superRegion
(sReg) {
448
return
superRegion
;
475
AllocaRegion(const Expr *ex, unsigned cnt, const MemSpaceRegion *
superRegion
)
476
: SubRegion(
superRegion
, AllocaRegionKind), Cnt(cnt), Ex(ex) {
481
unsigned Cnt, const MemRegion *
superRegion
);
779
const MemRegion*
superRegion
);
801
const MemRegion *
superRegion
);
811
ProfileRegion(ID, Str,
superRegion
);
835
const MemRegion *
superRegion
);
[
all
...]
Completed in 16 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026