Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h304 class NodeArray {
309 NodeArray() : Elements(nullptr), NumElements(0) {} in NodeArray() function
310 NodeArray(Node **Elements_, size_t NumElements_) in NodeArray() function
343 NodeArray Array;
344 NodeArrayNode(NodeArray Array_) : Node(KNodeArrayNode), Array(Array_) {} in NodeArrayNode()
573 NodeArray Conditions;
575 EnableIfAttr(NodeArray Conditions_) in EnableIfAttr()
801 NodeArray Params;
807 FunctionType(const Node *Ret_, NodeArray Params_, Qualifiers CVQuals_, in FunctionType()
875 NodeArray Types;
[all …]
H A DMicrosoftDemangleNodes.h245 NodeArray, enumerator
514 NodeArrayNode() : Node(NodeKind::NodeArray) {} in NodeArrayNode()
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h128 using NodeArray = Array<Node>; variable
136 using NodeAllocatorType = NodeArray::AllocatorType;
318 NodeArray Nodes;
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DItaniumDemangle.cpp71 static bool wantsNewline(NodeArray A) { return !A.empty(); } in wantsNewline()
91 void print(NodeArray A) { in print()
508 NodeArray Params = static_cast<FunctionEncoding *>(RootNode)->getParams(); in getFunctionParameters()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DItaniumManglingCanonicalizer.cpp35 void operator()(itanium_demangle::NodeArray A) { in operator ()()
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt149 Headers: Delete bogus NodeArray array of pointers from AEST table.