Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DProcess.cpp42 std::optional<std::string> FoundPath; in FindInEnvPath() local
45 return FoundPath; in FindInEnvPath()
61 FoundPath = std::string(FilePath); in FindInEnvPath()
66 return FoundPath; in FindInEnvPath()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCXXInheritance.cpp160 bool FoundPath = false; in lookupInBases() local
243 FoundPath = FoundPathThroughBase = true; in lookupInBases()
250 return FoundPath; in lookupInBases()
285 FoundPath = FoundPathThroughBase = true; in lookupInBases()
287 return FoundPath; in lookupInBases()
306 return FoundPath; in lookupInBases()
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DToolRunner.cpp353 bool FoundPath = false; in lexCommand() local
368 if (!FoundPath) { in lexCommand()
370 FoundPath = true; in lexCommand()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp2219 bool FoundPath = false; in computePath() local
2222 FoundPath |= in computePath()
2226 FoundPath |= in computePath()
2228 if (FoundPath) in computePath()
2230 return FoundPath; in computePath()