Home
last modified time | relevance | path

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 DRegions.def24 #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 DSValVisitor.h105 #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 DSVals.h455 template <typename REGION>
456 const REGION* getRegionAs() const { in getRegionAs()
457 return dyn_cast<REGION>(getRegion()); in getRegionAs()
H A DMemRegion.h99 #define REGION(Id, Parent) Id ## Kind, macro
/freebsd-14.2/release/tools/
H A Dec2.conf104 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 Dbcma_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.2/contrib/unbound/util/data/
H A Dmsgreply.h591 #define EDNS_OPT_LIST_APPEND_EDE(LIST, REGION, CODE, TXT) \ argument
601 (void *)&ede, (REGION)); \
/freebsd-14.2/sys/contrib/dev/acpica/
H A Dchanges.txt11284 SpaceId is now part of the REGION object. BZ 429