Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DProcess.cpp43 Optional<std::string> FoundPath; in FindInEnvPath() local
46 return FoundPath; in FindInEnvPath()
62 FoundPath = std::string(FilePath.str()); in FindInEnvPath()
67 return FoundPath; in FindInEnvPath()
/llvm-project-15.0.7/clang/lib/AST/
H A DCXXInheritance.cpp162 bool FoundPath = false; in lookupInBases() local
237 FoundPath = FoundPathThroughBase = true; in lookupInBases()
244 return FoundPath; in lookupInBases()
283 FoundPath = FoundPathThroughBase = true; in lookupInBases()
285 return FoundPath; in lookupInBases()
304 return FoundPath; in lookupInBases()
/llvm-project-15.0.7/llvm/tools/bugpoint/
H A DToolRunner.cpp359 bool FoundPath = false; in lexCommand() local
374 if (!FoundPath) { in lexCommand()
376 FoundPath = true; in lexCommand()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1578 bool FoundPath = false; in computePath() local
1581 FoundPath |= in computePath()
1585 FoundPath |= in computePath()
1587 if (FoundPath) in computePath()
1589 return FoundPath; in computePath()