Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DProcess.cpp43 std::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()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DCXXInheritance.cpp161 bool FoundPath = false; in lookupInBases() local
236 FoundPath = FoundPathThroughBase = true; in lookupInBases()
243 return FoundPath; in lookupInBases()
282 FoundPath = FoundPathThroughBase = true; in lookupInBases()
284 return FoundPath; in lookupInBases()
303 return FoundPath; in lookupInBases()
/openbsd-src/gnu/llvm/llvm/tools/bugpoint/
H A DToolRunner.cpp359 bool FoundPath = false; in lexCommand() local
374 if (!FoundPath) { in lexCommand()
376 FoundPath = true; in lexCommand()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1535 bool FoundPath = false; in computePath() local
1538 FoundPath |= in computePath()
1542 FoundPath |= in computePath()
1544 if (FoundPath) in computePath()
1546 return FoundPath; in computePath()