| /third_party/glslang/glslang/MachineIndependent/ |
| D | IntermTraverse.cpp | 59 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/ |
| D | IntermTraverse.cpp | 34 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
|
| D | OutputASM.cpp | 3996 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/ |
| D | IntermTraverse.cpp | 23 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/ |
| D | ASTMetadataHLSL.cpp | 54 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/ |
| D | LoopTraversal.cpp | 24 LoopTraversal::TraversalOrder LoopTraversal::traverse(MachineFunction &MF) { in traverse() function in LoopTraversal
|
| /third_party/rust/crates/syn/codegen/src/ |
| D | gen.rs | 12 pub fn traverse( in traverse() function
|
| /third_party/jsframework/runtime/main/reactivity/ |
| D | watcher.js | 191 function traverse (val, seen) { function
|
| /third_party/musl/tools/api_cmp_tool/ |
| D | compare.py | 262 def traverse(node): function
|
| /third_party/node/deps/v8/tools/ |
| D | profile_view.js | 136 ProfileView.prototype.traverse = function(f) { method in ProfileView
|
| D | profile_view.mjs | 135 ProfileView.prototype.traverse = function(f) { method in ProfileView
|
| D | profile.mjs | 1079 traverse(f) { method in CallTree 1103 function traverse(node) { function
|
| /third_party/python/Modules/ |
| D | gcmodule.c | 477 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/ |
| D | recursive_watch.js | 46 async function traverse(dir, files = new SafeMap(), symbolicLinks = new SafeSet()) { function
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
| D | RewriteUnaddressableReferences.cpp | 325 auto traverse = [&](TIntermTyped &node, const bool disable) -> TIntermTyped & { in visitBinaryPre() local
|
| /third_party/rust/crates/cxx/macro/src/ |
| D | load.rs | 98 fn traverse<'a>( in traverse() function
|
| /third_party/skia/third_party/externals/swiftshader/tests/regres/cov/ |
| D | tree.go | 305 func (tcm TestCoverageMap) traverse(cb func(*TestCoverage)) { func
|
| /third_party/libabigail/src/ |
| D | abg-ir.cc | 1458 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 …]
|
| D | abg-comparison.cc | 898 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/ |
| D | LoopInfoImpl.h | 492 void PopulateLoopsDFS<BlockT, LoopT>::traverse(BlockT *EntryBlock) { in traverse() function
|
| /third_party/skia/third_party/externals/swiftshader/src/Shader/ |
| D | Shader.cpp | 2097 std::function<Limits(FunctionID)> traverse; in analyzeLimits() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| D | RDFLiveness.cpp | 928 void Liveness::traverse(MachineBasicBlock *B, RefMap &LiveIn) { in traverse() function in Liveness
|
| /third_party/typescript/src/harness/ |
| D | vfsUtil.ts | 1195 traverse?(path: string, stats: Stats): boolean; method
|
| /third_party/python/Lib/ |
| D | ast.py | 793 def traverse(self, node): member in _Unparser
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | DebugInfo.cpp | 556 void DebugTypeInfoRemoval::traverse(MDNode *N) { in traverse() function in DebugTypeInfoRemoval
|