Searched refs:REGION (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | Regions.def | 24 #ifndef REGION 25 #define REGION(Id, Parent) 37 REGION(CodeSpaceRegion, MemSpaceRegion) 48 REGION(HeapSpaceRegion, MemSpaceRegion) 58 REGION(AllocaRegion, SubRegion) 59 REGION(SymbolicRegion, SubRegion) 61 REGION(BlockDataRegion, TypedRegion) 74 REGION(FieldRegion, DeclRegion) 75 REGION(ObjCIvarRegion, DeclRegion) 78 REGION(ParamVarRegion, VarRegion) [all …]
|
| H A D | SValVisitor.h | 114 #define REGION(Id, Parent) case MemRegion::Id ## Kind: DISPATCH(Id); in Visit() macro 122 #define REGION(Id, Parent) \ macro 125 REGION(Id, Parent)
|
| H A D | SVals.h | 520 template <typename REGION> 521 const REGION* getRegionAs() const { in getRegionAs() 522 return dyn_cast<REGION>(getRegion()); in getRegionAs()
|
| H A D | MemRegion.h | 98 #define REGION(Id, Parent) Id ## Kind, macro
|
| /llvm-project-15.0.7/lld/test/ELF/linkerscript/ |
| H A D | out-of-order-section-in-region.test | 12 REGION (rwx) : ORIGIN = 0x1000, LENGTH = 0x100 16 .aaa ORIGIN(REGION) + 0x8 : { *(.aaa) } > REGION 18 .bbb ORIGIN(REGION) : { *(.bbb) } > REGION
|
| H A D | memory-gap-explicit-expr.test | 12 REGION (rwx) : ORIGIN = 0x0000, LENGTH = 0x100 16 .aaa 0 : { *(.aaa) } > REGION 17 .bbb 0x14 : { *(.bbb) } > REGION
|
| /llvm-project-15.0.7/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/Inputs/ |
| H A D | scripted_crashlog.ips | 408 …ollowing region: 4370415616\n REGION TYPE START - END [ VSIZE] PRT… 409 …%) unallocated=666.2M(100%)\n\n VIRTUAL REGION \nREGION TYPE … 410 …ollowing region: 4370415616\n REGION TYPE START - END [ VSIZE] PRT…
|