Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h299 class NodeArray {
338 NodeArray Array;
777 NodeArray Params;
851 NodeArray Types;
869 NodeArray Params;
1206 NodeArray Params;
1252 NodeArray Data;
1384 NodeArray Params;
1651 ClosureTypeName(NodeArray TemplateParams_, NodeArray Params_, in ClosureTypeName()
1917 NodeArray Args;
[all …]
H A DMicrosoftDemangleNodes.h246 NodeArray, enumerator
515 NodeArrayNode() : Node(NodeKind::NodeArray) {} in NodeArrayNode()
/openbsd/gnu/llvm/libcxxabi/src/demangle/
H A DItaniumDemangle.h299 class NodeArray {
338 NodeArray Array;
777 NodeArray Params;
851 NodeArray Types;
869 NodeArray Params;
1206 NodeArray Params;
1252 NodeArray Data;
1384 NodeArray Params;
1651 ClosureTypeName(NodeArray TemplateParams_, NodeArray Params_, in ClosureTypeName()
1917 NodeArray Args;
[all …]
/openbsd/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/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/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/gnu/llvm/llvm/lib/Support/
H A DItaniumManglingCanonicalizer.cpp33 void operator()(itanium_demangle::NodeArray A) { in operator ()()