Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h201 class NodeArray {
240 NodeArray Array;
668 NodeArray Params;
741 NodeArray Types;
758 NodeArray Params;
972 NodeArray Data;
1103 NodeArray Params;
1409 NodeArray Params;
1612 NodeArray Args;
1741 NodeArray Inits;
[all …]
H A DMicrosoftDemangleNodes.h219 NodeArray, enumerator
491 NodeArrayNode() : Node(NodeKind::NodeArray) {} in NodeArrayNode()
/freebsd-12.1/contrib/llvm/lib/Demangle/
H A DItaniumDemangle.cpp73 static bool wantsNewline(NodeArray A) { return !A.empty(); } in wantsNewline()
101 void print(NodeArray A) { in print()
485 NodeArray Params = static_cast<FunctionEncoding *>(RootNode)->getParams(); in getFunctionParameters()
/freebsd-12.1/contrib/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h129 using NodeArray = Array<Node>; variable
137 using NodeAllocatorType = NodeArray::AllocatorType;
323 NodeArray Nodes;
/freebsd-12.1/contrib/llvm/lib/Support/
H A DItaniumManglingCanonicalizer.cpp50 void operator()(itanium_demangle::NodeArray A) { in operator ()()