Searched refs:WithExceptions (Results 1 – 2 of 2) sorted by relevance
616 const FunctionProtoType *WithExceptions = nullptr; in CheckEquivalentExceptionSpecImpl() local618 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()
1568 Multilib WithExceptions = makeMultilib("/430/exceptions").flag("+exceptions"); in findMSP430Multilibs() local1575 Result.Multilibs.push_back(WithExceptions); in findMSP430Multilibs()