Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExceptionSpec.cpp616 const FunctionProtoType *WithExceptions = nullptr; in CheckEquivalentExceptionSpecImpl() local
618 WithExceptions = New; in CheckEquivalentExceptionSpecImpl()
620 WithExceptions = Old; in CheckEquivalentExceptionSpecImpl()
621 if (WithExceptions && WithExceptions->getNumExceptions() == 1) { in CheckEquivalentExceptionSpecImpl()
624 QualType Exception = *WithExceptions->exception_begin(); in CheckEquivalentExceptionSpecImpl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DGnu.cpp1568 Multilib WithExceptions = makeMultilib("/430/exceptions").flag("+exceptions"); in findMSP430Multilibs() local
1575 Result.Multilibs.push_back(WithExceptions); in findMSP430Multilibs()