Home
last modified time | relevance | path

Searched defs:traverse (Results 1 – 25 of 29) sorted by relevance

12

/third_party/glslang/glslang/MachineIndependent/
DIntermTraverse.cpp59 void TIntermMethod::traverse(TIntermTraverser*) in traverse() function in glslang::TIntermMethod
64 void TIntermSymbol::traverse(TIntermTraverser *it) in traverse() function in glslang::TIntermSymbol
69 void TIntermConstantUnion::traverse(TIntermTraverser *it) in traverse() function in glslang::TIntermConstantUnion
77 void TIntermBinary::traverse(TIntermTraverser *it) in traverse() function in glslang::TIntermBinary
127 void TIntermUnary::traverse(TIntermTraverser *it) in traverse() function in glslang::TIntermUnary
147 void TIntermAggregate::traverse(TIntermTraverser *it) in traverse() function in glslang::TIntermAggregate
187 void TIntermSelection::traverse(TIntermTraverser *it) in traverse() function in glslang::TIntermSelection
219 void TIntermLoop::traverse(TIntermTraverser *it) in traverse() function in glslang::TIntermLoop
259 void TIntermBranch::traverse(TIntermTraverser *it) in traverse() function in glslang::TIntermBranch
279 void TIntermSwitch::traverse(TIntermTraverser* it) in traverse() function in glslang::TIntermSwitch
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DIntermTraverse.cpp34 void TIntermSymbol::traverse(TIntermTraverser* it) in traverse() function in TIntermSymbol
39 void TIntermConstantUnion::traverse(TIntermTraverser* it) in traverse() function in TIntermConstantUnion
47 void TIntermBinary::traverse(TIntermTraverser* it) in traverse() function in TIntermBinary
117 void TIntermUnary::traverse(TIntermTraverser* it) in traverse() function in TIntermUnary
137 void TIntermAggregate::traverse(TIntermTraverser* it) in traverse() function in TIntermAggregate
193 void TIntermSelection::traverse(TIntermTraverser* it) in traverse() function in TIntermSelection
225 void TIntermSwitch::traverse(TIntermTraverser *it) in traverse() function in TIntermSwitch
247 void TIntermCase::traverse(TIntermTraverser *it) in traverse() function in TIntermCase
264 void TIntermLoop::traverse(TIntermTraverser* it) in traverse() function in TIntermLoop
324 void TIntermBranch::traverse(TIntermTraverser* it) in traverse() function in TIntermBranch
DOutputASM.cpp3996 bool LoopUnrollable::traverse(TIntermLoop *loop, int indexId) in traverse() function in glsl::LoopUnrollable
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DIntermTraverse.cpp23 void TIntermTraverser::traverse(T *node) in traverse() function in sh::TIntermTraverser
62 void TIntermNode::traverse(TIntermTraverser *it) in traverse() function in sh::TIntermNode
67 void TIntermSymbol::traverse(TIntermTraverser *it) in traverse() function in sh::TIntermSymbol
73 void TIntermConstantUnion::traverse(TIntermTraverser *it) in traverse() function in sh::TIntermConstantUnion
79 void TIntermFunctionPrototype::traverse(TIntermTraverser *it) in traverse() function in sh::TIntermFunctionPrototype
85 void TIntermBinary::traverse(TIntermTraverser *it) in traverse() function in sh::TIntermBinary
90 void TIntermUnary::traverse(TIntermTraverser *it) in traverse() function in sh::TIntermUnary
95 void TIntermFunctionDefinition::traverse(TIntermTraverser *it) in traverse() function in sh::TIntermFunctionDefinition
100 void TIntermBlock::traverse(TIntermTraverser *it) in traverse() function in sh::TIntermBlock
105 void TIntermAggregate::traverse(TIntermTraverser *it) in traverse() function in sh::TIntermAggregate
[all …]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DASTMetadataHLSL.cpp54 void traverse(TIntermFunctionDefinition *node) in traverse() function in sh::__anond31617470111::PullGradient
159 void traverse(TIntermFunctionDefinition *node) in traverse() function in sh::__anond31617470111::PullComputeDiscontinuousAndGradientLoops
324 void traverse(TIntermFunctionDefinition *node) in traverse() function in sh::__anond31617470111::PushDiscontinuousLoops
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLoopTraversal.cpp24 LoopTraversal::TraversalOrder LoopTraversal::traverse(MachineFunction &MF) { in traverse() function in LoopTraversal
/third_party/rust/crates/syn/codegen/src/
Dgen.rs12 pub fn traverse( in traverse() function
/third_party/jsframework/runtime/main/reactivity/
Dwatcher.js191 function traverse (val, seen) { function
/third_party/musl/tools/api_cmp_tool/
Dcompare.py262 def traverse(node): function
/third_party/node/deps/v8/tools/
Dprofile_view.js136 ProfileView.prototype.traverse = function(f) { method in ProfileView
Dprofile_view.mjs135 ProfileView.prototype.traverse = function(f) { method in ProfileView
Dprofile.mjs1079 traverse(f) { method in CallTree
1103 function traverse(node) { function
/third_party/python/Modules/
Dgcmodule.c477 traverseproc traverse; in subtract_refs() local
588 traverseproc traverse = Py_TYPE(op)->tp_traverse; in move_unreachable() local
735 traverseproc traverse; in move_legacy_finalizer_reachable() local
1669 traverseproc traverse; in gc_referrers_for() local
1733 traverseproc traverse; in gc_get_referents() local
2212 traverseproc traverse = Py_TYPE(op)->tp_traverse; in PyObject_GC_Track() local
/third_party/node/lib/internal/fs/
Drecursive_watch.js46 async function traverse(dir, files = new SafeMap(), symbolicLinks = new SafeSet()) { function
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DRewriteUnaddressableReferences.cpp325 auto traverse = [&](TIntermTyped &node, const bool disable) -> TIntermTyped & { in visitBinaryPre() local
/third_party/rust/crates/cxx/macro/src/
Dload.rs98 fn traverse<'a>( in traverse() function
/third_party/skia/third_party/externals/swiftshader/tests/regres/cov/
Dtree.go305 func (tcm TestCoverageMap) traverse(cb func(*TestCoverage)) { func
/third_party/libabigail/src/
Dabg-ir.cc1458 translation_unit::traverse(ir_node_visitor& v) in traverse() function in abigail::ir::translation_unit
4274 type_or_decl_base::traverse(ir_node_visitor&) in traverse() function in abigail::ir::type_or_decl_base
5227 decl_base::traverse(ir_node_visitor&) in traverse() function in abigail::ir::decl_base
8075 scope_decl::traverse(ir_node_visitor &v) in traverse() function in abigail::ir::scope_decl
14661 type_base::traverse(ir_node_visitor& v) in traverse() function in abigail::ir::type_base
15305 type_decl::traverse(ir_node_visitor& v) in traverse() function in abigail::ir::type_decl
15432 scope_type_decl::traverse(ir_node_visitor& v) in traverse() function in abigail::ir::scope_type_decl
15570 namespace_decl::traverse(ir_node_visitor& v) in traverse() function in abigail::ir::namespace_decl
15933 qualified_type_def::traverse(ir_node_visitor& v) in traverse() function in abigail::ir::qualified_type_def
16411 pointer_type_def::traverse(ir_node_visitor& v) in traverse() function in abigail::ir::pointer_type_def
[all …]
Dabg-comparison.cc898 diff_traversable_base::traverse(diff_node_visitor&) in traverse() function in abigail::comparison::diff_traversable_base
2112 diff::traverse(diff_node_visitor& v) in traverse() function in abigail::comparison::diff
10855 corpus_diff::traverse(diff_node_visitor& v) in traverse() function in abigail::comparison::corpus_diff
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopInfoImpl.h492 void PopulateLoopsDFS<BlockT, LoopT>::traverse(BlockT *EntryBlock) { in traverse() function
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShader.cpp2097 std::function<Limits(FunctionID)> traverse; in analyzeLimits() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFLiveness.cpp928 void Liveness::traverse(MachineBasicBlock *B, RefMap &LiveIn) { in traverse() function in Liveness
/third_party/typescript/src/harness/
DvfsUtil.ts1195 traverse?(path: string, stats: Stats): boolean; method
/third_party/python/Lib/
Dast.py793 def traverse(self, node): member in _Unparser
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfo.cpp556 void DebugTypeInfoRemoval::traverse(MDNode *N) { in traverse() function in DebugTypeInfoRemoval

12