Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h299 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 DMicrosoftDemangleNodes.h246 NodeArray, enumerator
515 NodeArrayNode() : Node(NodeKind::NodeArray) {} in NodeArrayNode()
/openbsd-src/gnu/llvm/libcxxabi/src/demangle/
H A DItaniumDemangle.h299 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 Dxray_function_call_trie.h128 using NodeArray = Array<Node>; variable
136 using NodeAllocatorType = NodeArray::AllocatorType;
322 NodeArray Nodes;
/openbsd-src/gnu/llvm/llvm/lib/Demangle/
H A DItaniumDemangle.cpp70 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 Dcxa_demangle.cpp69 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 DItaniumManglingCanonicalizer.cpp33 void operator()(itanium_demangle::NodeArray A) { in operator ()()