Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRegions.def25 #ifndef REGION
26 #define REGION(Id, Parent)
38 REGION(CodeSpaceRegion, MemSpaceRegion)
49 REGION(HeapSpaceRegion, MemSpaceRegion)
59 REGION(AllocaRegion, SubRegion)
60 REGION(SymbolicRegion, SubRegion)
62 REGION(BlockDataRegion, TypedRegion)
75 REGION(FieldRegion, DeclRegion)
76 REGION(ObjCIvarRegion, DeclRegion)
77 REGION(VarRegion, DeclRegion)
[all …]
H A DSValVisitor.h115 #define REGION(Id, Parent) case MemRegion::Id ## Kind: DISPATCH(Id); in Visit() macro
123 #define REGION(Id, Parent) \ macro
126 REGION(Id, Parent)
H A DSVals.h610 template <typename REGION>
611 const REGION* getRegionAs() const { in getRegionAs()
612 return dyn_cast<REGION>(getRegion()); in getRegionAs()
H A DMemRegion.h98 #define REGION(Id, Parent) Id ## Kind, macro
/freebsd-12.1/sys/dev/bhnd/bcma/
H A Dbcma_erom.c251 if (!BCMA_EROM_ENTRY_IS(entry, REGION)) in bcma_erom_lookup_core_addr()
282 if (!BCMA_EROM_ENTRY_IS(entry, REGION)) in bcma_erom_lookup_core_addr()
312 if (!BCMA_EROM_ENTRY_IS(entry, REGION)) in bcma_erom_lookup_core_addr()
335 if (!BCMA_EROM_ENTRY_IS(entry, REGION)) in bcma_erom_lookup_core_addr()
830 if (!BCMA_EROM_ENTRY_IS(entry, REGION)) { in bcma_erom_parse_sport_region()
1175 if (BCMA_EROM_ENTRY_IS(entry, REGION) && in bcma_erom_next_corecfg()
/freebsd-12.1/contrib/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
H A DChangeLog-19971491 * final.c (final_scan_insn): Don't output labels for EH REGION
/freebsd-12.1/contrib/binutils/ld/
H A DChangeLog-98991724 * ld.texinfo (MEMORY): Clarify use of >REGION.
/freebsd-12.1/sys/contrib/dev/acpica/
H A Dchanges.txt9886 SpaceId is now part of the REGION object. BZ 429