Home
last modified time | relevance | path

Searched refs:allocArray (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Demangle/
H A DMicrosoftDemangle.h70 template <typename T, typename... Args> T *allocArray(size_t Count) { in allocArray() function
/openbsd-src/gnu/llvm/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp333 QN->Components->Nodes = Arena.allocArray<Node *>(1); in synthesizeQualifiedName()
1550 N->Nodes = Arena.allocArray<Node *>(Count); in nodeListToNodeArray()