Searched refs:CodeTextRegion (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/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 | 55 class CodeTextRegion; variable 268 const CodeTextRegion *CR; 270 StaticGlobalSpaceRegion(MemRegionManager &mgr, const CodeTextRegion *cr) in StaticGlobalSpaceRegion() 281 const CodeTextRegion *getCodeRegion() const { return CR; } in getCodeRegion() 566 class CodeTextRegion : public TypedRegion { 570 CodeTextRegion(const MemSpaceRegion *sreg, Kind k) : TypedRegion(sreg, k) { in CodeTextRegion() function 584 class FunctionCodeRegion : public CodeTextRegion { 590 : CodeTextRegion(sreg, FunctionCodeRegionKind), FD(fd) { in FunctionCodeRegion() 631 class BlockCodeRegion : public CodeTextRegion { 640 : CodeTextRegion(sreg, BlockCodeRegionKind), BD(bd), AC(ac), locTy(lTy) { in BlockCodeRegion() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | Store.cpp | 87 if (isa<CodeTextRegion, SymbolicRegion>(R)) in castRegion()
|
H A D | SymbolManager.cpp | 447 return isa<AllocaRegion, CXXThisRegion, MemSpaceRegion, CodeTextRegion>(MR); in isLiveRegion()
|
H A D | MemRegion.cpp | 457 void CodeTextRegion::anchor() {} in anchor() 927 const CodeTextRegion *CR) { in getGlobalsRegion()
|
H A D | RegionStore.cpp | 1937 if (isa<CodeTextRegion>(superR)) in getBindingForElement()
|