Searched refs:REGION (Results 1 – 10 of 10) sorted by relevance
| /src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | Regions.def | 13 // 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 D | SValVisitor.h | 105 #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 D | SVals.h | 447 template <typename REGION> 448 const REGION* getRegionAs() const { in getRegionAs() 449 return dyn_cast<REGION>(getRegion()); in getRegionAs()
|
| H A D | MemRegion.h | 100 #define REGION(Id, Parent) Id ## Kind, macro 103 #undef REGION
|
| /src/release/tools/ |
| H A D | mkami.sh | 29 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 D | ec2.conf | 132 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 D | bcma_erom.c | 247 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 D | msgreply.h | 593 #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 D | MemRegion.cpp | 635 #define REGION(Id, Parent) \ in getKindStr() macro 639 #undef REGION in getKindStr()
|
| /src/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 11605 SpaceId is now part of the REGION object. BZ 429
|