Searched refs:REGION (Results 1 – 10 of 10) sorted by relevance
| /freebsd/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 | SVals.h | 499 template <typename REGION> 500 const REGION* getRegionAs() const { in getRegionAs() 501 return dyn_cast<REGION>(getRegion()); in getRegionAs()
|
| H A D | MemRegion.h | 101 #define REGION(Id, Parent) Id ## Kind, macro 104 #undef REGION
|
| /freebsd/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 | 128 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 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()
|
| /freebsd/contrib/unbound/util/data/ |
| H A D | msgreply.h | 605 #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 D | SVals.cpp | 277 #undef REGION in getKindStr()
|
| H A D | MemRegion.cpp | 644 #define REGION(Id, Parent) \ in getKindStr() macro 648 #undef REGION in getKindStr()
|
| /freebsd/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 11629 SpaceId is now part of the REGION object. BZ 429
|