Home
last modified time | relevance | path

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

/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.cpp122 for (const FoundPath& foundPath : fFoundPaths) { in onChar()
135 for (const FoundPath& path : fFoundPaths) { in draw()
/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/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-7.0/llvm/lib/Support/
DProcess.cpp39 Optional<std::string> FoundPath; in FindInEnvPath() local
42 return FoundPath; in FindInEnvPath()
58 FoundPath = FilePath.str(); in FindInEnvPath()
63 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/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
DToolRunner.cpp376 bool FoundPath = false; in lexCommand() local
391 if (!FoundPath) { in lexCommand()
393 FoundPath = true; in lexCommand()
/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/skia/dm/
DDMSrcSink.cpp1067 struct FoundPath { in draw() struct
1077 const SkTArray<FoundPath>& foundPaths() const { return fFoundPaths; } in draw()
1084 SkTArray<FoundPath> fFoundPaths; in draw()
1105 const FoundPath& path = pathFinder.foundPaths()[i]; in draw()
/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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachinePipeliner.cpp1792 bool FoundPath = false; in computePath() local
1794 FoundPath |= computePath(SI.getSUnit(), Path, DestNodes, Exclude, Visited); in computePath()
1797 FoundPath |= in computePath()
1799 if (FoundPath) in computePath()
1801 return FoundPath; in computePath()