Home
last modified time | relevance | path

Searched refs:NodeArray (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Demangle/
DItaniumDemangle.cpp165 class NodeArray { class
170 NodeArray() : Elements(nullptr), NumElements(0) {} in NodeArray() function in __anon17245d330111::NodeArray
171 NodeArray(Node **Elements_, size_t NumElements_) in NodeArray() function in __anon17245d330111::NodeArray
204 NodeArray Array;
205 NodeArrayNode(NodeArray Array_) : Node(KNodeArrayNode), Array(Array_) {} in NodeArrayNode()
368 NodeArray Conditions;
370 EnableIfAttr(NodeArray Conditions_) in EnableIfAttr()
608 NodeArray Params;
614 FunctionType(Node *Ret_, NodeArray Params_, Qualifiers CVQuals_, in FunctionType()
675 NodeArray Types;
[all …]
/external/libcxxabi/src/demangle/
DItaniumDemangle.h206 class NodeArray {
211 NodeArray() : Elements(nullptr), NumElements(0) {} in NodeArray() function
212 NodeArray(Node **Elements_, size_t NumElements_) in NodeArray() function
245 NodeArray Array;
246 NodeArrayNode(NodeArray Array_) : Node(KNodeArrayNode), Array(Array_) {} in NodeArrayNode()
428 NodeArray Conditions;
430 EnableIfAttr(NodeArray Conditions_) in EnableIfAttr()
673 NodeArray Params;
679 FunctionType(const Node *Ret_, NodeArray Params_, Qualifiers CVQuals_, in FunctionType()
746 NodeArray Types;
[all …]
/external/libcxxabi/src/
Dcxa_demangle.cpp75 static bool wantsNewline(NodeArray A) { return !A.empty(); } in wantsNewline()
103 void print(NodeArray A) { in print()
/external/v8/src/compiler/
Dcode-assembler.cc1069 class NodeArray { class
1107 NodeArray<kMaxNumArgs + 4> inputs; in CallRuntimeWithCEntryImpl()
1142 NodeArray<kMaxNumArgs + 4> inputs; in TailCallRuntimeWithCEntryImpl()
1186 NodeArray<kMaxNumArgs + 2> inputs; in TailCallStubImpl()
1203 NodeArray<kMaxNumArgs + 2> inputs; in CallStubRImpl()
1228 NodeArray<kMaxNumArgs + 2> inputs; in TailCallStubThenBytecodeDispatchImpl()