Searched refs:REGION (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | Regions.def | 24 #ifndef REGION 25 #define REGION(Id, Parent) 37 REGION(CodeSpaceRegion, MemSpaceRegion) 48 REGION(HeapSpaceRegion, MemSpaceRegion) 58 REGION(AllocaRegion, SubRegion) 59 REGION(SymbolicRegion, SubRegion) 61 REGION(BlockDataRegion, TypedRegion) 74 REGION(FieldRegion, DeclRegion) 75 REGION(ObjCIvarRegion, DeclRegion) 78 REGION(ParamVarRegion, VarRegion) [all …]
|
| H A D | SValVisitor.h | 114 #define REGION(Id, Parent) case MemRegion::Id ## Kind: DISPATCH(Id); in Visit() macro 122 #define REGION(Id, Parent) \ macro 125 REGION(Id, Parent)
|
| H A D | SVals.h | 620 template <typename REGION> 621 const REGION* getRegionAs() const { in getRegionAs() 622 return dyn_cast<REGION>(getRegion()); in getRegionAs()
|
| H A D | MemRegion.h | 97 #define REGION(Id, Parent) Id ## Kind, macro
|
| /freebsd-13.1/release/tools/ |
| H A D | ec2.conf | 151 REGION=`fetch -qo- http://169.254.169.254/latest/meta-data/placement/availability-zone | sed -e 's/… 152 echo "-nfsv4,minorversion=1,oneopenown ${FS}.efs.${REGION}.amazonaws.com:/"
|
| /freebsd-13.1/sys/dev/bhnd/bcma/ |
| H A D | bcma_erom.c | 250 if (!BCMA_EROM_ENTRY_IS(entry, REGION)) in bcma_erom_lookup_core_addr() 281 if (!BCMA_EROM_ENTRY_IS(entry, REGION)) in bcma_erom_lookup_core_addr() 311 if (!BCMA_EROM_ENTRY_IS(entry, REGION)) in bcma_erom_lookup_core_addr() 334 if (!BCMA_EROM_ENTRY_IS(entry, REGION)) in bcma_erom_lookup_core_addr() 829 if (!BCMA_EROM_ENTRY_IS(entry, REGION)) { in bcma_erom_parse_sport_region() 1173 if (BCMA_EROM_ENTRY_IS(entry, REGION) && in bcma_erom_next_corecfg()
|
| /freebsd-13.1/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 10928 SpaceId is now part of the REGION object. BZ 429
|