Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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 DSVals.h499 template <typename REGION>
500 const REGION* getRegionAs() const { in getRegionAs()
501 return dyn_cast<REGION>(getRegion()); in getRegionAs()
H A DMemRegion.h101 #define REGION(Id, Parent) Id ## Kind, macro
104 #undef REGION
/freebsd/release/tools/
H A Dmkami.sh29 CMD="aws --region $REGION ec2 create-image --instance-id $INST --output text --no-reboot --name '$N…
65 echo "AMI created in $REGION: $AMINAME"
H A Dec2.conf128 REGION=`fetch -qo- http://169.254.169.254/latest/meta-data/placement/availability-zone | sed -e 's/…
129 echo "-nfsv4,minorversion=1,oneopenown ${FS}.efs.${REGION}.amazonaws.com:/"
/freebsd/sys/dev/bhnd/bcma/
H A Dbcma_erom.c247 if (!BCMA_EROM_ENTRY_IS(entry, REGION)) in bcma_erom_lookup_core_addr()
278 if (!BCMA_EROM_ENTRY_IS(entry, REGION)) in bcma_erom_lookup_core_addr()
308 if (!BCMA_EROM_ENTRY_IS(entry, REGION)) in bcma_erom_lookup_core_addr()
331 if (!BCMA_EROM_ENTRY_IS(entry, REGION)) in bcma_erom_lookup_core_addr()
826 if (!BCMA_EROM_ENTRY_IS(entry, REGION)) { in bcma_erom_parse_sport_region()
1170 if (BCMA_EROM_ENTRY_IS(entry, REGION) && in bcma_erom_next_corecfg()
/freebsd/contrib/unbound/util/data/
H A Dmsgreply.h605 #define EDNS_OPT_LIST_APPEND_EDE(LIST, REGION, CODE, TXT) \ argument
615 (void *)&ede, (REGION)); \
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp277 #undef REGION in getKindStr()
H A DMemRegion.cpp644 #define REGION(Id, Parent) \ in getKindStr() macro
648 #undef REGION in getKindStr()
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt11629 SpaceId is now part of the REGION object. BZ 429