Searched refs:REGION (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/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) 75 REGION(FieldRegion, DeclRegion) 76 REGION(ObjCIvarRegion, DeclRegion) 79 REGION(ParamVarRegion, VarRegion) [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 | 455 template <typename REGION> 456 const REGION* getRegionAs() const { in getRegionAs() 457 return dyn_cast<REGION>(getRegion()); in getRegionAs()
|
| H A D | MemRegion.h | 99 #define REGION(Id, Parent) Id ## Kind, macro
|
| /freebsd-14.2/release/tools/ |
| H A D | ec2.conf | 104 REGION=`fetch -qo- http://169.254.169.254/latest/meta-data/placement/availability-zone | sed -e 's/… 105 echo "-nfsv4,minorversion=1,oneopenown ${FS}.efs.${REGION}.amazonaws.com:/"
|
| /freebsd-14.2/sys/dev/bhnd/bcma/ |
| H A D | bcma_erom.c | 248 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.2/contrib/unbound/util/data/ |
| H A D | msgreply.h | 591 #define EDNS_OPT_LIST_APPEND_EDE(LIST, REGION, CODE, TXT) \ argument 601 (void *)&ede, (REGION)); \
|
| /freebsd-14.2/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 11284 SpaceId is now part of the REGION object. BZ 429
|