Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRegions.def24 #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 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.h620 template <typename REGION>
621 const REGION* getRegionAs() const { in getRegionAs()
622 return dyn_cast<REGION>(getRegion()); in getRegionAs()
H A DMemRegion.h97 #define REGION(Id, Parent) Id ## Kind, macro
/freebsd-13.1/release/tools/
H A Dec2.conf151 REGION=`fetch -qo- http://169.254.169.254/latest/meta-data/placement/availability-zone | sed -e 's/…
152 echo "-nfsv4,minorversion=1,oneopenown ${FS}.efs.${REGION}.amazonaws.com:/"
/freebsd-13.1/sys/dev/bhnd/bcma/
H A Dbcma_erom.c250 if (!BCMA_EROM_ENTRY_IS(entry, REGION)) in bcma_erom_lookup_core_addr()
281 if (!BCMA_EROM_ENTRY_IS(entry, REGION)) in bcma_erom_lookup_core_addr()
311 if (!BCMA_EROM_ENTRY_IS(entry, REGION)) in bcma_erom_lookup_core_addr()
334 if (!BCMA_EROM_ENTRY_IS(entry, REGION)) in bcma_erom_lookup_core_addr()
829 if (!BCMA_EROM_ENTRY_IS(entry, REGION)) { in bcma_erom_parse_sport_region()
1173 if (BCMA_EROM_ENTRY_IS(entry, REGION) && in bcma_erom_next_corecfg()
/freebsd-13.1/sys/contrib/dev/acpica/
H A Dchanges.txt10928 SpaceId is now part of the REGION object. BZ 429