Searched refs:NodeArray (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Demangle/ |
| H A D | ItaniumDemangle.h | 299 class NodeArray { 304 NodeArray() : Elements(nullptr), NumElements(0) {} in NodeArray() function 305 NodeArray(Node **Elements_, size_t NumElements_) in NodeArray() function 338 NodeArray Array; 339 NodeArrayNode(NodeArray Array_) : Node(KNodeArrayNode), Array(Array_) {} in NodeArrayNode() 549 NodeArray Conditions; 551 EnableIfAttr(NodeArray Conditions_) in EnableIfAttr() 777 NodeArray Params; 783 FunctionType(const Node *Ret_, NodeArray Params_, Qualifiers CVQuals_, in FunctionType() 851 NodeArray Types; [all …]
|
| H A D | MicrosoftDemangleNodes.h | 246 NodeArray, enumerator 515 NodeArrayNode() : Node(NodeKind::NodeArray) {} in NodeArrayNode()
|
| /openbsd-src/gnu/llvm/libcxxabi/src/demangle/ |
| H A D | ItaniumDemangle.h | 299 class NodeArray { 304 NodeArray() : Elements(nullptr), NumElements(0) {} in NodeArray() function 305 NodeArray(Node **Elements_, size_t NumElements_) in NodeArray() function 338 NodeArray Array; 339 NodeArrayNode(NodeArray Array_) : Node(KNodeArrayNode), Array(Array_) {} in NodeArrayNode() 549 NodeArray Conditions; 551 EnableIfAttr(NodeArray Conditions_) in EnableIfAttr() 777 NodeArray Params; 783 FunctionType(const Node *Ret_, NodeArray Params_, Qualifiers CVQuals_, in FunctionType() 851 NodeArray Types; [all …]
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/xray/ |
| H A D | xray_function_call_trie.h | 128 using NodeArray = Array<Node>; variable 136 using NodeAllocatorType = NodeArray::AllocatorType; 322 NodeArray Nodes;
|
| /openbsd-src/gnu/llvm/llvm/lib/Demangle/ |
| H A D | ItaniumDemangle.cpp | 70 static bool wantsNewline(NodeArray A) { return !A.empty(); } in wantsNewline() 90 void print(NodeArray A) { in print() 519 NodeArray Params = static_cast<FunctionEncoding *>(RootNode)->getParams(); in getFunctionParameters()
|
| /openbsd-src/gnu/llvm/libcxxabi/src/ |
| H A D | cxa_demangle.cpp | 69 static bool wantsNewline(NodeArray A) { return !A.empty(); } in wantsNewline() 89 void print(NodeArray A) { in print()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | ItaniumManglingCanonicalizer.cpp | 33 void operator()(itanium_demangle::NodeArray A) { in operator ()()
|