Home
last modified time | relevance | path

Searched refs:REGION (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRegions.def13 // REGION(Id, Parent) - for specific MemRegion sub-classes, reserving
24 #ifndef REGION
25 #define REGION(Id, Parent)
37 REGION(CodeSpaceRegion, MemSpaceRegion)
40 REGION(GlobalImmutableSpaceRegion, NonStaticGlobalSpaceRegion)
41 REGION(GlobalInternalSpaceRegion, NonStaticGlobalSpaceRegion)
42 REGION(GlobalSystemSpaceRegion, NonStaticGlobalSpaceRegion)
45 REGION(StaticGlobalSpaceRegion, MemSpaceRegion)
48 REGION(HeapSpaceRegion, MemSpaceRegion)
50 REGION(StackArgumentsSpaceRegion, StackSpaceRegion)
[all …]
H A DSValVisitor.h114 #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 DSVals.h519 template <typename REGION>
520 const REGION* getRegionAs() const { in getRegionAs()
521 return dyn_cast<REGION>(getRegion()); in getRegionAs()
H A DMemRegion.h98 #define REGION(Id, Parent) Id ## Kind, macro
/openbsd-src/usr.sbin/unbound/util/data/
H A Dmsgreply.h560 #define EDNS_OPT_LIST_APPEND_EDE(LIST, REGION, CODE, TXT) \ argument
570 (void *)&ede, (REGION)); \
/openbsd-src/sbin/unwind/libunbound/util/data/
H A Dmsgreply.h560 #define EDNS_OPT_LIST_APPEND_EDE(LIST, REGION, CODE, TXT) \ argument
570 (void *)&ede, (REGION)); \
/openbsd-src/gnu/gcc/gcc/
H A Dreg-notes.def137 to indicate what region to which a call may throw. REGION 0
138 indicates that a call cannot throw at all. REGION -1 indicates
/openbsd-src/gnu/usr.bin/binutils/ld/
H A DChangeLog-98991724 * ld.texinfo (MEMORY): Clarify use of >REGION.
/openbsd-src/gnu/usr.bin/binutils-2.17/ld/
H A DChangeLog-98991724 * ld.texinfo (MEMORY): Clarify use of >REGION.
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog.010529 * final.c (final_scan_insn): Don't output labels for EH REGION