Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Support/
HDProcess.cpp33 Optional<std::string> FoundPath; in FindInEnvPath() local
36 return FoundPath; in FindInEnvPath()
49 FoundPath = FilePath.str(); in FindInEnvPath()
54 return FoundPath; in FindInEnvPath()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDCXXInheritance.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()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDAnalysisBasedWarnings.cpp170 FoundPath, enumerator
216 State = FoundPath; in checkForFunctionCall()
220 State = FoundPath; in checkForFunctionCall()
259 if (states[cfg->getExit().getBlockID()] == FoundPath) in checkRecursiveFunction()