Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSamplePathFinder.cpp124 for (const FoundPath& foundPath : fPaths) { in handleKeystroke()
133 for (const FoundPath& path : fPaths) { in onDrawContent()
140 struct FoundPath { struct in PathFinderView
147 SkTArray<FoundPath> fPaths;
148 SkTArray<FoundPath> fTossedPaths;
151 std::stack<std::pair<SkTArray<FoundPath>, SkTArray<FoundPath>>> fPathHistory;
/external/llvm/lib/Support/
DProcess.cpp33 Optional<std::string> FoundPath; in FindInEnvPath() local
36 return FoundPath; in FindInEnvPath()
49 FoundPath = FilePath.str(); in FindInEnvPath()
54 return FoundPath; in FindInEnvPath()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DProfileInfo.cpp709 bool FoundPath = false; in repair() local
772 while(FI != FE && !FoundPath) { in repair()
846 FoundPath = true; in repair()
852 if (FoundPath) continue; in repair()
856 while(FI != FE && !FoundPath) { in repair()
882 FoundPath = true; in repair()
886 if (FoundPath) continue; in repair()
890 while(FI != FE && !FoundPath) { in repair()
908 FoundPath = true; in repair()
915 FoundPath = true; in repair()
[all …]
/external/clang/lib/AST/
DCXXInheritance.cpp181 bool FoundPath = false; in lookupInBases() local
256 FoundPath = FoundPathThroughBase = true; in lookupInBases()
263 return FoundPath; in lookupInBases()
278 FoundPath = FoundPathThroughBase = true; in lookupInBases()
280 return FoundPath; in lookupInBases()
299 return FoundPath; in lookupInBases()
/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp202 FoundPath, enumerator
234 CurState = FoundPath; in checkForRecursiveFunctionCall()
251 return States[ExitID] == FoundPath; in checkForRecursiveFunctionCall()
/external/llvm/lib/CodeGen/
DMachinePipeliner.cpp1669 bool FoundPath = false; in computePath() local
1671 FoundPath |= computePath(SI.getSUnit(), Path, DestNodes, Exclude, Visited); in computePath()
1674 FoundPath |= in computePath()
1676 if (FoundPath) in computePath()
1678 return FoundPath; in computePath()