Searched refs:CodeTextRegion (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | Regions.def | 62 ABSTRACT_REGION(CodeTextRegion, TypedRegion) 63 REGION(BlockCodeRegion, CodeTextRegion) 64 REGION(FunctionCodeRegion, CodeTextRegion)
|
H A D | MemRegion.h | 53 class CodeTextRegion; variable 259 const CodeTextRegion *CR; 261 StaticGlobalSpaceRegion(MemRegionManager &mgr, const CodeTextRegion *cr) in StaticGlobalSpaceRegion() 271 const CodeTextRegion *getCodeRegion() const { return CR; } in getCodeRegion() 553 class CodeTextRegion : public TypedRegion { 557 CodeTextRegion(const MemSpaceRegion *sreg, Kind k) : TypedRegion(sreg, k) { in CodeTextRegion() function 571 class FunctionCodeRegion : public CodeTextRegion { 577 : CodeTextRegion(sreg, FunctionCodeRegionKind), FD(fd) { in FunctionCodeRegion() 618 class BlockCodeRegion : public CodeTextRegion { 627 : CodeTextRegion(sreg, BlockCodeRegionKind), BD(bd), AC(ac), locTy(lTy) { in BlockCodeRegion() [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | Store.cpp | 86 if (isa<CodeTextRegion>(R) || isa<SymbolicRegion>(R)) in castRegion()
|
H A D | SymbolManager.cpp | 437 if (isa<CodeTextRegion>(MR)) in isLiveRegion()
|
H A D | MemRegion.cpp | 430 void CodeTextRegion::anchor() {} in anchor() 842 const CodeTextRegion *CR) { in getGlobalsRegion()
|
H A D | RegionStore.cpp | 1695 if (isa<CodeTextRegion>(superR)) in getBindingForElement()
|