Home
last modified time | relevance | path

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

/src/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 DSValVisitor.h105 #define REGION(Id, Parent) case MemRegion::Id ## Kind: DISPATCH(Id); in Visit() macro
113 #define REGION(Id, Parent) \ macro
116 REGION(Id, Parent)
H A DSVals.h447 template <typename REGION>
448 const REGION* getRegionAs() const { in getRegionAs()
449 return dyn_cast<REGION>(getRegion()); in getRegionAs()
H A DMemRegion.h100 #define REGION(Id, Parent) Id ## Kind, macro
103 #undef REGION
/src/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.conf132 REGION=`fetch -qo- http://169.254.169.254/latest/meta-data/placement/availability-zone | sed -e 's/…
133 echo "-nfsv4,minorversion=1,oneopenown ${FS}.efs.${REGION}.amazonaws.com:/"
/src/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()
/src/contrib/unbound/util/data/
H A Dmsgreply.h593 #define EDNS_OPT_LIST_APPEND_EDE(LIST, REGION, CODE, TXT) \ argument
603 (void *)&ede, (REGION)); \
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp635 #define REGION(Id, Parent) \ in getKindStr() macro
639 #undef REGION in getKindStr()
/src/sys/contrib/dev/acpica/
H A Dchanges.txt11605 SpaceId is now part of the REGION object. BZ 429