Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDRegions.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 …]
HDSValVisitor.h105 #define REGION(Id, Parent) case MemRegion::Id ## Kind: DISPATCH(Id); in Visit() macro
113 #define REGION(Id, Parent) \ macro
116 REGION(Id, Parent)
HDSVals.h447 template <typename REGION>
448 const REGION* getRegionAs() const { in getRegionAs()
449 return dyn_cast<REGION>(getRegion()); in getRegionAs()
HDMemRegion.h100 #define REGION(Id, Parent) Id ## Kind, macro
103 #undef REGION
/freebsd-14-stable/release/tools/
HDmkami.sh29 CMD="aws --region $REGION ec2 create-image --instance-id $INST --output text --no-reboot --name '$N…
65 echo "AMI created in $REGION: $AMINAME"
HDec2.conf120 REGION=`fetch -qo- http://169.254.169.254/latest/meta-data/placement/availability-zone | sed -e 's/…
121 echo "-nfsv4,minorversion=1,oneopenown ${FS}.efs.${REGION}.amazonaws.com:/"
/freebsd-14-stable/sys/dev/bhnd/bcma/
HDbcma_erom.c248 if (!BCMA_EROM_ENTRY_IS(entry, REGION)) in bcma_erom_lookup_core_addr()
279 if (!BCMA_EROM_ENTRY_IS(entry, REGION)) in bcma_erom_lookup_core_addr()
309 if (!BCMA_EROM_ENTRY_IS(entry, REGION)) in bcma_erom_lookup_core_addr()
332 if (!BCMA_EROM_ENTRY_IS(entry, REGION)) in bcma_erom_lookup_core_addr()
827 if (!BCMA_EROM_ENTRY_IS(entry, REGION)) { in bcma_erom_parse_sport_region()
1171 if (BCMA_EROM_ENTRY_IS(entry, REGION) && in bcma_erom_next_corecfg()
/freebsd-14-stable/contrib/unbound/util/data/
HDmsgreply.h591 #define EDNS_OPT_LIST_APPEND_EDE(LIST, REGION, CODE, TXT) \ argument
601 (void *)&ede, (REGION)); \
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDMemRegion.cpp635 #define REGION(Id, Parent) \ in getKindStr() macro
639 #undef REGION in getKindStr()
/freebsd-14-stable/sys/contrib/dev/acpica/
HDchanges.txt11284 SpaceId is now part of the REGION object. BZ 429