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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DProcess.cpp40 Optional<std::string> FoundPath; local
43 return FoundPath;
59 FoundPath = FilePath.str();
64 return FoundPath;
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DCXXInheritance.cpp195 bool FoundPath = false;
270 FoundPath = FoundPathThroughBase = true;
277 return FoundPath;
316 FoundPath = FoundPathThroughBase = true;
318 return FoundPath;
337 return FoundPath;
/freebsd-12-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DToolRunner.cpp359 bool FoundPath = false; local
374 if (!FoundPath) {
376 FoundPath = true;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1522 bool FoundPath = false;
1524 FoundPath |= computePath(SI.getSUnit(), Path, DestNodes, Exclude, Visited);
1527 FoundPath |=
1529 if (FoundPath)
1531 return FoundPath;

Completed in 128 milliseconds