Searched refs:CodeTextRegion (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/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 264 const CodeTextRegion *CR; 266 StaticGlobalSpaceRegion(MemRegionManager &mgr, const CodeTextRegion *cr) in StaticGlobalSpaceRegion() 277 const CodeTextRegion *getCodeRegion() const { return CR; } in getCodeRegion() 562 class CodeTextRegion : public TypedRegion { 566 CodeTextRegion(const MemSpaceRegion *sreg, Kind k) : TypedRegion(sreg, k) { in CodeTextRegion() function 580 class FunctionCodeRegion : public CodeTextRegion { 586 : CodeTextRegion(sreg, FunctionCodeRegionKind), FD(fd) { in FunctionCodeRegion() 627 class BlockCodeRegion : public CodeTextRegion { 636 : CodeTextRegion(sreg, BlockCodeRegionKind), BD(bd), AC(ac), locTy(lTy) { in BlockCodeRegion() [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | Store.cpp | 87 if (isa<CodeTextRegion, SymbolicRegion>(R)) in castRegion()
|
| H A D | SymbolManager.cpp | 457 return isa<AllocaRegion, CXXThisRegion, MemSpaceRegion, CodeTextRegion>(MR); in isLiveRegion()
|
| H A D | MemRegion.cpp | 433 void CodeTextRegion::anchor() {} in anchor() 886 const CodeTextRegion *CR) { in getGlobalsRegion()
|
| H A D | RegionStore.cpp | 1950 if (isa<CodeTextRegion>(superR)) in getBindingForElement()
|