Searched refs:FoundPath (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DProcess.cpp40 Optional<std::string> FoundPath; local
43 return FoundPath;
59 FoundPath = std::string(FilePath.str());
64 return FoundPath;
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DCXXInheritance.cpp185 bool FoundPath = false;
260 FoundPath = FoundPathThroughBase = true;
267 return FoundPath;
306 FoundPath = FoundPathThroughBase = true;
308 return FoundPath;
327 return FoundPath;
/freebsd-13-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DToolRunner.cpp359 bool FoundPath = false; local
374 if (!FoundPath) {
376 FoundPath = true;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1596 bool FoundPath = false;
1598 FoundPath |= computePath(SI.getSUnit(), Path, DestNodes, Exclude, Visited);
1601 FoundPath |=
1603 if (FoundPath)
1605 return FoundPath;

Completed in 123 milliseconds