Home
last modified time | relevance | path

Searched defs:NodeArray (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h128 using NodeArray = Array<Node>; variable
/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()
332 NodeArray() : Elements(nullptr), NumElements(0) {} in NodeArray() function
333 NodeArray(Node **Elements_, size_t NumElements_) in NodeArray() function
H A DMicrosoftDemangleNodes.h269 NodeArray, enumerator