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.h162 class NodeArray; variable
295 virtual bool printInitListAsType(OutputBuffer &, const NodeArray &) const { in printInitListAsType() argument
327 class NodeArray {
332 NodeArray() : Elements(nullptr), NumElements(0) {} in NodeArray() function
333 NodeArray(Node **Elements_, size_t NumElements_) in NodeArray() function
370 NodeArray Array;
371 NodeArrayNode(NodeArray Array_) : Node(KNodeArrayNode), Array(Array_) {} in NodeArrayNode()
600 NodeArray Conditions;
602 EnableIfAttr(NodeArray Conditions_) in EnableIfAttr()
826 const NodeArray &Elements) const override { in printInitListAsType()
[all …]
H A DMicrosoftDemangleNodes.h269 NodeArray, enumerator
606 NodeArrayNode() : Node(NodeKind::NodeArray) {} in NodeArrayNode()
614 return N->kind() == NodeKind::NodeArray; in classof()
/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()
511 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.txt257 Headers: Delete bogus NodeArray array of pointers from AEST table.