Home
last modified time | relevance | path

Searched refs:visited (Results 101 - 120 of 120) sorted by relevance

12345

/third_party/skia/third_party/externals/tint/src/resolver/
H A Ddependency_graph.cc624 std::unordered_set<const Global*> visited; in SortGlobals() local
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc553 const FileDescriptor* file, std::set<std::string>* visited, in ExtractDebugString()
555 if (!visited->insert(file->name()).second) { in ExtractDebugString()
559 ExtractDebugString(file->dependency(i), visited, debug_strings); in ExtractDebugString()
579 std::set<std::string> visited; in TEST_F() local
582 &visited, &debug_strings); in TEST_F()
585 &visited, &debug_strings); in TEST_F()
587 &visited, &debug_strings); in TEST_F()
552 ExtractDebugString( const FileDescriptor* file, std::set<std::string>* visited, std::vector<std::pair<std::string, std::string>>* debug_strings) ExtractDebugString() argument
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-layout-common.hh115 return visited (s, visited_script); in visitedScript()
123 return visited (l, visited_langsys); in visitedLangsys()
128 bool visited (const T *p, hb_set_t &visited_set) in visited() function
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dfunction.cc2073 std::unordered_set<uint32_t> visited; in ClassifyCFGEdges() local
2075 [&successors, &visited](const uint32_t succ) { in ClassifyCFGEdges()
2076 if (visited.count(succ) == 0) { in ClassifyCFGEdges()
2078 visited.insert(succ); in ClassifyCFGEdges()
4710 // we might rely on the storage class for a previously-visited definition. in RegisterLocallyDefinedValues()
4713 // visited before their uses. in RegisterLocallyDefinedValues()
/third_party/glslang/glslang/MachineIndependent/
H A Dlocalintermediate.h105 bool visited;
/third_party/typescript/lib/
H A DtypingsInstaller.js[all...]
H A Dtsc.js[all...]
H A Dtsserverlibrary.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
H A Dtsserver.js[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShader.hpp1069 Block::Set visited; // Blocks already built.
/third_party/skia/src/pathops/
H A DSkOpSegment.cpp1135 // reset visited flag back to false in ClearVisited()
1147 // assumes that segments going in have visited flag clear
1178 if (!opp->visited()) { in missingCoincidence()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h351 DenseSet<SDNode *> &visited,
/third_party/node/deps/v8/src/compiler/
H A Dsimplified-lowering.cc299 bool visited() const { return state_ == kVisited; } in visited() function in v8::internal::compiler::RepresentationSelector::final
608 // If we had already pushed (and not visited) an input, it means that in GenerateTraversal()
609 // the current node will be visited in the Retype phase before one of in GenerateTraversal()
629 if (info->visited()) { in PushNodeToRevisitIfVisited()
649 // Visits the node and marks it as visited. Inside of VisitNode, we might
651 // this). If we change the truncation of an already visited node, we will add
989 // visited before input is visited.
4227 DCHECK(info->visited()); in EnqueueInput()
/third_party/python/Lib/test/
H A Dtest_buffer.py476 is visited twice while iterating through all possible tuples of
479 visited = 1<<memlen
483 if visited & bit:
485 visited |= bit
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp9752 // If a node has already been visited on this depth-first walk, reject it as
9779 SmallPtrSet<const SDNode*, 32> visited;
9781 checkForCyclesHelper(N, visited, checked, DAG);
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 273 milliseconds

12345