Searched refs:Frontier (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common_linux.cpp81 Frontier *frontier = reinterpret_cast<Frontier *>(data);
97 void ProcessGlobalRegions(Frontier *frontier) {
104 void ProcessPlatformSpecificAllocations(Frontier *frontier) {}
H A Dlsan_common.h117 typedef InternalMmapVector<uptr> Frontier; typedef in namespace:__lsan
121 void ProcessGlobalRegions(Frontier *frontier);
122 void ProcessPlatformSpecificAllocations(Frontier *frontier);
130 void ScanRootRegion(Frontier *frontier, RootRegion const &region,
137 Frontier *frontier,
139 void ScanGlobalRange(uptr begin, uptr end, Frontier *frontier);
H A Dlsan_common.cpp157 Frontier *frontier,
193 void ScanGlobalRange(uptr begin, uptr end, Frontier *frontier) {
210 Frontier *frontier = reinterpret_cast<Frontier *>(arg);
216 Frontier *frontier) {
311 void ScanRootRegion(Frontier *frontier, const RootRegion &root_region,
325 static void ProcessRootRegion(Frontier *frontier,
336 static void ProcessRootRegions(Frontier *frontier) {
344 static void FloodFillTag(Frontier *frontier, ChunkTag tag) {
374 reinterpret_cast<Frontier *>(ar
[all...]
H A Dlsan_common_mac.cpp118 void ProcessGlobalRegions(Frontier *frontier) {
145 void ProcessPlatformSpecificAllocations(Frontier *frontier) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h250 ExplodedNodeSet &Frontier; member in class:clang::ento::NodeBuilder
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;
318 return Frontier.begin();
323 return Frontier.end();
331 Frontier
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.cpp121 for (auto &Frontier : MDF.find(SubE->getEHPad())->second)
122 if (MDT.dominates(EHPad, Frontier))
123 WL.push_back(Frontier);
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp613 Frontier.erase(FromN);
619 Frontier.Add(N);
628 for (const auto I : Frontier)

Completed in 125 milliseconds