Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumNodes.def32 NODE(NoexceptSpec)
H A DItaniumDemangle.h860 class NoexceptSpec : public Node {
863 NoexceptSpec(const Node *E_) : Node(KNoexceptSpec), E(E_) {} in NoexceptSpec() function
3814 ExceptionSpec = make<NoexceptSpec>(E); in parseFunctionType()