Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DProcess.cpp50 Optional<std::string> FoundPath; in FindInEnvPath() local
53 return FoundPath; in FindInEnvPath()
66 FoundPath = FilePath.str(); in FindInEnvPath()
71 return FoundPath; in FindInEnvPath()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DCXXInheritance.cpp178 bool FoundPath = false; in lookupInBases() local
253 FoundPath = FoundPathThroughBase = true; in lookupInBases()
260 return FoundPath; in lookupInBases()
275 FoundPath = FoundPathThroughBase = true; in lookupInBases()
277 return FoundPath; in lookupInBases()
296 return FoundPath; in lookupInBases()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp169 FoundPath, enumerator
215 State = FoundPath; in checkForFunctionCall()
219 State = FoundPath; in checkForFunctionCall()
258 if (states[cfg->getExit().getBlockID()] == FoundPath) in checkRecursiveFunction()