Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h213 class NodeArray {
252 NodeArray Array;
645 NodeArray Params;
718 NodeArray Types;
735 NodeArray Params;
1019 NodeArray Params;
1068 NodeArray Data;
1199 NodeArray Params;
1510 ClosureTypeName(NodeArray TemplateParams_, NodeArray Params_, in ClosureTypeName()
1757 NodeArray Args;
[all …]
H A DMicrosoftDemangleNodes.h246 NodeArray, enumerator
517 NodeArrayNode() : Node(NodeKind::NodeArray) {} in NodeArrayNode()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h128 using NodeArray = Array<Node>; variable
136 using NodeAllocatorType = NodeArray::AllocatorType;
322 NodeArray Nodes;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DItaniumManglingCanonicalizer.cpp34 void operator()(itanium_demangle::NodeArray A) { in operator ()()