Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprCXX.cpp6678 ExceptionSpecificationType EST1 = ESI1.Type; in mergeExceptionSpecs() local
6682 if (EST1 == EST_None) return ESI1; in mergeExceptionSpecs()
6684 if (EST1 == EST_MSAny) return ESI1; in mergeExceptionSpecs()
6686 if (EST1 == EST_NoexceptFalse) return ESI1; in mergeExceptionSpecs()
6690 if (EST1 == EST_NoThrow) return ESI2; in mergeExceptionSpecs()
6692 if (EST1 == EST_DynamicNone) return ESI2; in mergeExceptionSpecs()
6694 if (EST1 == EST_BasicNoexcept) return ESI2; in mergeExceptionSpecs()
6696 if (EST1 == EST_NoexceptTrue) return ESI2; in mergeExceptionSpecs()
6704 if (EST1 == EST_DependentNoexcept || EST2 == EST_DependentNoexcept) { in mergeExceptionSpecs()
6712 switch (EST1) { in mergeExceptionSpecs()