Home
last modified time | relevance | path

Searched refs:CodeTextRegion (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRegions.def62 ABSTRACT_REGION(CodeTextRegion, TypedRegion)
63 REGION(BlockCodeRegion, CodeTextRegion)
64 REGION(FunctionCodeRegion, CodeTextRegion)
H A DMemRegion.h54 class CodeTextRegion; variable
263 const CodeTextRegion *CR;
265 StaticGlobalSpaceRegion(MemRegionManager &mgr, const CodeTextRegion *cr) in StaticGlobalSpaceRegion()
276 const CodeTextRegion *getCodeRegion() const { return CR; } in getCodeRegion()
561 class CodeTextRegion : public TypedRegion {
565 CodeTextRegion(const MemSpaceRegion *sreg, Kind k) : TypedRegion(sreg, k) { in CodeTextRegion() function
579 class FunctionCodeRegion : public CodeTextRegion {
585 : CodeTextRegion(sreg, FunctionCodeRegionKind), FD(fd) { in FunctionCodeRegion()
626 class BlockCodeRegion : public CodeTextRegion {
1413 llvm::DenseMap<const CodeTextRegion *, StaticGlobalSpaceRegion *>
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp87 if (isa<CodeTextRegion, SymbolicRegion>(R)) in castRegion()
H A DSymbolManager.cpp447 return isa<AllocaRegion, CXXThisRegion, MemSpaceRegion, CodeTextRegion>(MR); in isLiveRegion()
H A DMemRegion.cpp457 void CodeTextRegion::anchor() {} in anchor()
908 const CodeTextRegion *CR) { in getGlobalsRegion()
H A DRegionStore.cpp1937 if (isa<CodeTextRegion>(superR)) in getBindingForElement()