Home
last modified time | relevance | path

Searched defs:node (Results 551 - 575 of 2806) sorted by relevance

1...<<21222324252627282930>>...113

/third_party/node/deps/v8/src/compiler/
H A Dnode-origin-table.cc64 void NodeOriginTable::SetNodeOrigin(Node* node, const NodeOrigin& no) { in SetNodeOrigin() argument
H A Dredundancy-elimination.h28 Node* node; member
[all...]
H A Dtype-narrowing-reducer.cc22 Reduction TypeNarrowingReducer::Reduce(Node* node) { in Reduce() argument
[all...]
H A Dvalue-numbering-reducer.cc27 Reduction ValueNumberingReducer::Reduce(Node* node) { in Reduce() argument
127 ReplaceIfTypesMatch(Node* node, Node* replacement) ReplaceIfTypesMatch() argument
[all...]
H A Dverifier.h52 static void VerifyNode(Node* node) {} in VerifyNode() argument
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-graph-printer.h52 PrintNode(MaglevGraphLabeller* graph_labeller, const NodeBase* node) in PrintNode() argument
66 PrintNodeLabel(MaglevGraphLabeller* graph_labeller, const Node* node) in PrintNodeLabel() argument
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Doptimize.c73 gpir_node *node = list_first_entry(&block->node_list, gpir_node, list); in optimize_branches() local
[all...]
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_query_acc.h53 struct list_head node; /* list-node in ctx->active_hw_queries */ member
/third_party/musl/libc-test/src/functionalext/queue/
H A Dsys_queue.c47 struct Node *node; in delete_node() local
60 struct Node *node; in traverse_list() local
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dpcy_node.c47 X509_POLICY_NODE *node; in ossl_policy_level_find_node() local
65 X509_POLICY_NODE *node; in ossl_policy_level_add_node() local
130 ossl_policy_node_free(X509_POLICY_NODE *node) ossl_policy_node_free() argument
140 ossl_policy_node_match(const X509_POLICY_LEVEL *lvl, const X509_POLICY_NODE *node, const ASN1_OBJECT *oid) ossl_policy_node_match() argument
[all...]
/third_party/node/deps/uv/src/
H A Dheap-inl.h150 HEAP_EXPORT(void heap_remove(struct heap* heap, struct heap_node* node, heap_compare_fn less_than)) HEAP_EXPORT() argument
[all...]
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/regex/
H A DTrailingPathOptimizer.java128 recursivelyDetachTrailingPaths( Node node, AnyPath path, MutableValueGraph<Node, SimpleEdge> g, Map<Node, AnyPath> anyPaths) recursivelyDetachTrailingPaths() argument
178 canTerminate(Node node, ValueGraph<Node, SimpleEdge> g) canTerminate() argument
185 addPath( Node node, Node end, AnyPath path, Node lastAdded, MutableValueGraph<Node, SimpleEdge> out) addPath() argument
[all...]
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/regex/
H A DRangeTreeConverterTest.java130 assertOutEdge(ValueGraph<Node, SimpleEdge> nfa, Node node, SimpleEdge edge) assertOutEdge() argument
138 assertOutEdges(ValueGraph<Node, SimpleEdge> nfa, Node node, SimpleEdge... edges) assertOutEdges() argument
148 follow(ValueGraph<Node, SimpleEdge> nfa, Node node, SimpleEdge edge) follow() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DReduceInterfaceBlocks.cpp38 TIntermNode &node = *declNode.getChildNode(0); variable
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DPruneEmptyCases.cpp22 bool IsEmptyBlock(TIntermNode *node) in IsEmptyBlock() argument
71 bool PruneEmptyCasesTraverser::visitSwitch(Visit visit, TIntermSwitch *node) in visitSwitch() argument
[all...]
H A DRemoveArrayLengthMethod.cpp50 bool RemoveArrayLengthTraverser::visitUnary(Visit visit, TIntermUnary *node) in visitUnary() argument
66 void RemoveArrayLengthTraverser::insertSideEffectsInParentBlock(TIntermTyped *node) in insertSideEffectsInParentBlock() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DVersionGLSL.cpp83 void TVersionGLSL::visitSymbol(TIntermSymbol *node) in visitSymbol() argument
92 bool TVersionGLSL::visitDeclaration(Visit, TIntermDeclaration *node) in visitDeclaration() argument
102 bool TVersionGLSL::visitGlobalQualifierDeclaration(Visit, TIntermGlobalQualifierDeclaration *node) in visitGlobalQualifierDeclaration() argument
115 void TVersionGLSL::visitFunctionPrototype(TIntermFunctionPrototype *node) in visitFunctionPrototype() argument
134 visitAggregate(Visit, TIntermAggregate *node) visitAggregate() argument
[all...]
H A DBuiltinsWorkaroundGLSL.cpp43 void TBuiltinsWorkaroundGLSL::visitSymbol(TIntermSymbol *node) in visitSymbol() argument
74 bool TBuiltinsWorkaroundGLSL::visitDeclaration(Visit, TIntermDeclaration *node) in visitDeclaration() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/
H A DWrapSwitchStatementsInBlocks.cpp48 bool WrapSwitchStatementsInBlocksTraverser::visitSwitch(Visit, TIntermSwitch *node) in visitSwitch() argument
H A DSeparateArrayInitialization.cpp49 bool SeparateArrayInitTraverser::visitDeclaration(Visit, TIntermDeclaration *node) in visitDeclaration() argument
H A DRewriteUnaryMinusOperatorInt.cpp59 bool Traverser::visitUnary(Visit visit, TIntermUnary *node) in visitUnary() argument
H A DSeparateArrayConstructorStatements.cpp54 visitAggregate(Visit visit, TIntermAggregate *node) visitAggregate() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/gl/
H A DUseInterfaceBlockFields.cpp26 void AddNodeUseStatements(TIntermTyped *node, TIntermSequence *sequence) in AddNodeUseStatements() argument
H A DRewriteRepeatedAssignToSwizzled.cpp70 bool RewriteAssignToSwizzledTraverser::visitBinary(Visit, TIntermBinary *node) in visitBinary() argument
/third_party/vk-gl-cts/executor/
H A DxeTestCaseListParser.cpp112 TestNode* node = isGroup ? static_cast<TestNode*>(static_cast<TestGroup*>(parent)->createGroup(name)) in parse() local

Completed in 8 milliseconds

1...<<21222324252627282930>>...113