Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DProcess.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-12.1/contrib/llvm/tools/clang/lib/AST/
H A DCXXInheritance.cpp196 bool FoundPath = false; in lookupInBases() local
271 FoundPath = FoundPathThroughBase = true; in lookupInBases()
278 return FoundPath; in lookupInBases()
317 FoundPath = FoundPathThroughBase = true; in lookupInBases()
319 return FoundPath; in lookupInBases()
338 return FoundPath; in lookupInBases()
/freebsd-12.1/contrib/llvm/tools/bugpoint/
H A DToolRunner.cpp360 bool FoundPath = false; in lexCommand() local
375 if (!FoundPath) { in lexCommand()
377 FoundPath = true; in lexCommand()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1304 bool FoundPath = false; in computePath() local
1306 FoundPath |= computePath(SI.getSUnit(), Path, DestNodes, Exclude, Visited); in computePath()
1309 FoundPath |= in computePath()
1311 if (FoundPath) in computePath()
1313 return FoundPath; in computePath()