Home
last modified time | relevance | path

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

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