Home
last modified time | relevance | path

Searched defs:traverse (Results 1 – 25 of 50) 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
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DIntermTraverse.cpp21 void TIntermTraverser::traverse(T *node) in traverse() function in sh::TIntermTraverser
57 void TIntermNode::traverse(TIntermTraverser *it) in traverse() function in sh::TIntermNode
62 void TIntermSymbol::traverse(TIntermTraverser *it) in traverse() function in sh::TIntermSymbol
68 void TIntermConstantUnion::traverse(TIntermTraverser *it) in traverse() function in sh::TIntermConstantUnion
74 void TIntermFunctionPrototype::traverse(TIntermTraverser *it) in traverse() function in sh::TIntermFunctionPrototype
80 void TIntermBinary::traverse(TIntermTraverser *it) in traverse() function in sh::TIntermBinary
85 void TIntermUnary::traverse(TIntermTraverser *it) in traverse() function in sh::TIntermUnary
90 void TIntermFunctionDefinition::traverse(TIntermTraverser *it) in traverse() function in sh::TIntermFunctionDefinition
95 void TIntermBlock::traverse(TIntermTraverser *it) in traverse() function in sh::TIntermBlock
100 void TIntermAggregate::traverse(TIntermTraverser *it) in traverse() function in sh::TIntermAggregate
[all …]
/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/boost/libs/hana/test/map/
Dat_key.stackoverflow.cpp24 auto& traverse(Map& map, Keys const& keys){ in traverse() function
/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/skia/third_party/externals/angle2/src/compiler/translator/
DASTMetadataHLSL.cpp54 void traverse(TIntermFunctionDefinition *node) in traverse() function in sh::__anon520e20260111::PullGradient
159 void traverse(TIntermFunctionDefinition *node) in traverse() function in sh::__anon520e20260111::PullComputeDiscontinuousAndGradientLoops
324 void traverse(TIntermFunctionDefinition *node) in traverse() function in sh::__anon520e20260111::PushDiscontinuousLoops
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DASTMetadataHLSL.cpp51 void traverse(TIntermFunctionDefinition *node) in traverse() function in sh::__anonbe408bdb0111::PullGradient
175 void traverse(TIntermFunctionDefinition *node) in traverse() function in sh::__anonbe408bdb0111::PullComputeDiscontinuousAndGradientLoops
340 void traverse(TIntermFunctionDefinition *node) in traverse() function in sh::__anonbe408bdb0111::PushDiscontinuousLoops
/third_party/typescript_eslint/packages/typescript-estree/src/
Dsimple-traverse.ts38 traverse(node: unknown, parent: TSESTree.Node | undefined): void { method in SimpleTraverser
/third_party/jsframework/runtime/main/reactivity/
Dwatcher.js191 function traverse (val, seen) { function
/third_party/boost/boost/spirit/home/support/detail/lexer/parser/tree/
Dselection_node.hpp40 virtual bool traverse (const_node_stack &node_stack_, in traverse() function in boost::lexer::detail::selection_node
Diteration_node.hpp53 virtual bool traverse (const_node_stack &node_stack_, in traverse() function in boost::lexer::detail::iteration_node
Dsequence_node.hpp58 virtual bool traverse (const_node_stack &node_stack_, in traverse() function in boost::lexer::detail::sequence_node
Dend_node.hpp41 virtual bool traverse (const_node_stack &/*node_stack_*/, in traverse() function in boost::lexer::detail::end_node
Dleaf_node.hpp53 virtual bool traverse (const_node_stack &/*node_stack_*/, in traverse() function in boost::lexer::detail::leaf_node
/third_party/boost/boost/geometry/algorithms/detail/overlay/
Dtraverse.hpp39 class traverse class
/third_party/node/deps/npm/node_modules/har-validator/node_modules/json-schema-traverse/
Dindex.js3 var traverse = module.exports = function (schema, opts, cb) { variable
/third_party/musl/tools/api_cmp_tool/
Dcompare.py262 def traverse(node): function
/third_party/boost/libs/coroutine/example/asymmetric/
Dsame_fringe.cpp87 void traverse(node::ptr_t n,boost::coroutines::asymmetric_coroutine<std::string>::push_type& out) in traverse() 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/boost/boost/spirit/home/classic/meta/
Dtraverse.hpp46 traverse(MetaT const &meta_, ParserT const &parser_) in traverse() function
/third_party/boost/libs/coroutine2/example/
Dsame_fringe.cpp81 void traverse(node::ptr_t n, boost::coroutines2::coroutine<std::string>::push_type& out) { in traverse() function
/third_party/node/deps/npm/node_modules/har-validator/node_modules/json-schema-traverse/spec/
Dindex.spec.js3 var traverse = require('../index'); variable
/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/lib/compile/
Dresolve.js7 , traverse = require('json-schema-traverse'); variable
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DRewriteUnaddressableReferences.cpp325 auto traverse = [&](TIntermTyped &node, const bool disable) -> TIntermTyped & { in visitBinaryPre() local

12