Home
last modified time | relevance | path

Searched refs:NodeArray (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h212 class NodeArray { class
217 NodeArray() : Elements(nullptr), NumElements(0) {} in NodeArray() function in NodeArray
218 NodeArray(Node **Elements_, size_t NumElements_) in NodeArray() function in NodeArray
251 NodeArray Array;
252 NodeArrayNode(NodeArray Array_) : Node(KNodeArrayNode), Array(Array_) {} in NodeArrayNode()
434 NodeArray Conditions;
436 EnableIfAttr(NodeArray Conditions_) in EnableIfAttr()
641 NodeArray Params;
647 FunctionType(const Node *Ret_, NodeArray Params_, Qualifiers CVQuals_, in FunctionType()
714 NodeArray Type
[all...]
H A DMicrosoftDemangleNodes.h244 NodeArray, member in llvm::ms_demangle::NodeKind
515 NodeArrayNode() : Node(NodeKind::NodeArray) {} in NodeArrayNode()
/third_party/typescript/tests/baselines/reference/
H A DinferenceDoesNotAddUndefinedOrNull.js2 interface NodeArray<T extends Node> extends ReadonlyArray<T> {}
5 forEachChild<T>(cbNode: (node: Node) => T | undefined, cbNodeArray?: (nodes: NodeArray<Node>) => T | undefined): T | undefined;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
H A DItaniumDemangle.cpp72 static bool wantsNewline(NodeArray A) { return !A.empty(); } in wantsNewline()
92 void print(NodeArray A) { in print()
486 NodeArray Params = static_cast<FunctionEncoding *>(RootNode)->getParams(); in getFunctionParameters()
/third_party/node/deps/v8/src/compiler/
H A Dcode-assembler.cc998 class NodeArray { class
1032 NodeArray<kMaxNumArgs + 4> inputs; in CallRuntimeImpl()
1063 NodeArray<kMaxNumArgs + 4> inputs; in TailCallRuntimeImpl()
1116 NodeArray<kMaxNumArgs + 2> inputs; in TailCallStubImpl()
1136 NodeArray<kMaxNumArgs + 2> inputs; in CallStubRImpl()
1154 NodeArray<kMaxNumArgs + 5> inputs; in CallJSStubImpl()
1184 NodeArray<kMaxNumArgs + 2> inputs; in TailCallStubThenBytecodeDispatchImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DItaniumManglingCanonicalizer.cpp39 void operator()(itanium_demangle::NodeArray A) { in operator ()()

Completed in 12 milliseconds