| /src/sys/external/bsd/compiler_rt/dist/lib/lsan/ |
| lsan_common.h | 116 typedef InternalMmapVector<uptr> Frontier; 120 void ProcessGlobalRegions(Frontier *frontier); 121 void ProcessPlatformSpecificAllocations(Frontier *frontier); 129 void ScanRootRegion(Frontier *frontier, RootRegion const ®ion, 135 Frontier *frontier, 137 void ScanGlobalRange(uptr begin, uptr end, Frontier *frontier) [all...] |
| /src/external/gpl3/gcc.old/dist/libsanitizer/lsan/ |
| lsan_common.h | 121 typedef InternalMmapVector<uptr> Frontier; 125 void ProcessGlobalRegions(Frontier *frontier); 126 void ProcessPlatformSpecificAllocations(Frontier *frontier); 134 // this Frontier vector before the StopTheWorldCallback actually runs. 138 Frontier frontier; member in struct:__lsan::CheckForLeaksParam 144 void ScanRootRegion(Frontier *frontier, RootRegion const ®ion [all...] |
| /src/external/gpl3/gcc/dist/libsanitizer/lsan/ |
| lsan_common.h | 231 typedef InternalMmapVector<uptr> Frontier; 235 void ProcessGlobalRegions(Frontier *frontier); 236 void ProcessPlatformSpecificAllocations(Frontier *frontier); 239 // this Frontier vector before the StopTheWorldCallback actually runs. 243 Frontier frontier; member in struct:__lsan::CheckForLeaksParam 253 void ScanRootRegions(Frontier *frontier, [all...] |
| /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| CoreEngine.h | 232 /// frontier nodes (or destination set). This is the set of nodes which should 248 /// The frontier set - a set of nodes which need to be propagated after 250 ExplodedNodeSet &Frontier; 258 for (const auto I : Frontier) 275 : C(Ctx), Finalized(F), Frontier(DstSet) { 276 Frontier.Add(SrcNode); 281 : C(Ctx), Finalized(F), Frontier(DstSet) { 282 Frontier.insert(SrcSet); 309 return Frontier; 314 /// Iterators through the results frontier [all...] |