Searched refs:WithExceptions (Results 1 – 2 of 2) sorted by relevance
622 const FunctionProtoType *WithExceptions = nullptr; in CheckEquivalentExceptionSpecImpl() local624 WithExceptions = New; in CheckEquivalentExceptionSpecImpl()626 WithExceptions = Old; in CheckEquivalentExceptionSpecImpl()627 if (WithExceptions && WithExceptions->getNumExceptions() == 1) { in CheckEquivalentExceptionSpecImpl()630 QualType Exception = *WithExceptions->exception_begin(); in CheckEquivalentExceptionSpecImpl()
1601 Multilib WithExceptions = makeMultilib("/430/exceptions").flag("+exceptions"); in findMSP430Multilibs() local1608 Result.Multilibs.push_back(WithExceptions); in findMSP430Multilibs()