Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h213 class NodeArray {
218 NodeArray() : Elements(nullptr), NumElements(0) {} in NodeArray() function
219 NodeArray(Node **Elements_, size_t NumElements_) in NodeArray() function
252 NodeArray Array;
253 NodeArrayNode(NodeArray Array_) : Node(KNodeArrayNode), Array(Array_) {} in NodeArrayNode()
438 NodeArray Conditions;
440 EnableIfAttr(NodeArray Conditions_) in EnableIfAttr()
645 NodeArray Params;
651 FunctionType(const Node *Ret_, NodeArray Params_, Qualifiers CVQuals_, in FunctionType()
718 NodeArray Types;
[all …]
H A DMicrosoftDemangleNodes.h245 NodeArray, enumerator
516 NodeArrayNode() : Node(NodeKind::NodeArray) {} in NodeArrayNode()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_function_call_trie.h129 using NodeArray = Array<Node>; variable
137 using NodeAllocatorType = NodeArray::AllocatorType;
323 NodeArray Nodes;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/
H A DItaniumDemangle.cpp72 static bool wantsNewline(NodeArray A) { return !A.empty(); } in wantsNewline()
92 void print(NodeArray A) { in print()
484 NodeArray Params = static_cast<FunctionEncoding *>(RootNode)->getParams(); in getFunctionParameters()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DItaniumManglingCanonicalizer.cpp34 void operator()(itanium_demangle::NodeArray A) { in operator ()()
/netbsd-src/sys/external/bsd/acpica/dist/
H A Dchanges.txt120 Headers: Delete bogus NodeArray array of pointers from AEST table.