Home
last modified time | relevance | path

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

/external/skqp/tools/viewer/
DBisectSlide.h41 struct FoundPath { struct
49 SkTArray<FoundPath> fFoundPaths; argument
50 SkTArray<FoundPath> fTossedPaths;
52 std::stack<std::pair<SkTArray<FoundPath>, SkTArray<FoundPath>>> fPathHistory;
DBisectSlide.cpp122 for (const FoundPath& foundPath : fFoundPaths) { in onChar()
135 for (const FoundPath& path : fFoundPaths) { in draw()
/external/skia/tools/viewer/
DBisectSlide.h41 struct FoundPath { struct
49 SkTArray<FoundPath> fFoundPaths; argument
50 SkTArray<FoundPath> fTossedPaths;
52 std::stack<std::pair<SkTArray<FoundPath>, SkTArray<FoundPath>>> fPathHistory;
DBisectSlide.cpp117 for (const FoundPath& foundPath : fFoundPaths) { in onChar()
130 for (const FoundPath& path : fFoundPaths) { in draw()
/external/swiftshader/third_party/llvm-subzero/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/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-10.0/llvm/lib/Support/
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()
/external/llvm-project/llvm/lib/Support/
DProcess.cpp43 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()
/external/llvm-project/clang/lib/AST/
DCXXInheritance.cpp162 bool FoundPath = false; in lookupInBases() local
237 FoundPath = FoundPathThroughBase = true; in lookupInBases()
244 return FoundPath; in lookupInBases()
283 FoundPath = FoundPathThroughBase = true; in lookupInBases()
285 return FoundPath; in lookupInBases()
304 return FoundPath; in lookupInBases()
/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/llvm-project/llvm/tools/bugpoint/
DToolRunner.cpp359 bool FoundPath = false; in lexCommand() local
374 if (!FoundPath) { in lexCommand()
376 FoundPath = true; in lexCommand()
/external/skia/dm/
DDMSrcSink.cpp1122 struct FoundPath { in draw() struct
1132 const SkTArray<FoundPath>& foundPaths() const { return fFoundPaths; } in draw()
1139 SkTArray<FoundPath> fFoundPaths; in draw()
1160 const FoundPath& path = pathFinder.foundPaths()[i]; in draw()
/external/skqp/dm/
DDMSrcSink.cpp1134 struct FoundPath { in draw() struct
1144 const SkTArray<FoundPath>& foundPaths() const { return fFoundPaths; } in draw()
1151 SkTArray<FoundPath> fFoundPaths; in draw()
1172 const FoundPath& path = pathFinder.foundPaths()[i]; in draw()
/external/llvm-project/llvm/lib/CodeGen/
DMachinePipeliner.cpp1604 bool FoundPath = false; in computePath() local
1606 FoundPath |= computePath(SI.getSUnit(), Path, DestNodes, Exclude, Visited); in computePath()
1609 FoundPath |= in computePath()
1611 if (FoundPath) in computePath()
1613 return FoundPath; in computePath()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachinePipeliner.cpp1522 bool FoundPath = false; in computePath() local
1524 FoundPath |= computePath(SI.getSUnit(), Path, DestNodes, Exclude, Visited); in computePath()
1527 FoundPath |= in computePath()
1529 if (FoundPath) in computePath()
1531 return FoundPath; in computePath()
/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()