Searched refs:REGION (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | Regions.def | 25 #ifndef REGION 26 #define REGION(Id, Parent) 38 REGION(CodeSpaceRegion, MemSpaceRegion) 49 REGION(HeapSpaceRegion, MemSpaceRegion) 59 REGION(AllocaRegion, SubRegion) 60 REGION(SymbolicRegion, SubRegion) 62 REGION(BlockDataRegion, TypedRegion) 75 REGION(FieldRegion, DeclRegion) 76 REGION(ObjCIvarRegion, DeclRegion) 77 REGION(VarRegion, DeclRegion) [all …]
|
| H A D | SValVisitor.h | 115 #define REGION(Id, Parent) case MemRegion::Id ## Kind: DISPATCH(Id); in Visit() macro 123 #define REGION(Id, Parent) \ macro 126 REGION(Id, Parent)
|
| H A D | SVals.h | 610 template <typename REGION> 611 const REGION* getRegionAs() const { in getRegionAs() 612 return dyn_cast<REGION>(getRegion()); in getRegionAs()
|
| H A D | MemRegion.h | 98 #define REGION(Id, Parent) Id ## Kind, macro
|
| /freebsd-12.1/sys/dev/bhnd/bcma/ |
| H A D | bcma_erom.c | 251 if (!BCMA_EROM_ENTRY_IS(entry, REGION)) in bcma_erom_lookup_core_addr() 282 if (!BCMA_EROM_ENTRY_IS(entry, REGION)) in bcma_erom_lookup_core_addr() 312 if (!BCMA_EROM_ENTRY_IS(entry, REGION)) in bcma_erom_lookup_core_addr() 335 if (!BCMA_EROM_ENTRY_IS(entry, REGION)) in bcma_erom_lookup_core_addr() 830 if (!BCMA_EROM_ENTRY_IS(entry, REGION)) { in bcma_erom_parse_sport_region() 1175 if (BCMA_EROM_ENTRY_IS(entry, REGION) && in bcma_erom_next_corecfg()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | reg-notes.def | 137 to indicate what region to which a call may throw. REGION 0 138 indicates that a call cannot throw at all. REGION -1 indicates
|
| H A D | ChangeLog-1997 | 1491 * final.c (final_scan_insn): Don't output labels for EH REGION
|
| /freebsd-12.1/contrib/binutils/ld/ |
| H A D | ChangeLog-9899 | 1724 * ld.texinfo (MEMORY): Clarify use of >REGION.
|
| /freebsd-12.1/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 9886 SpaceId is now part of the REGION object. BZ 429
|