Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaExprCXX.cpp6353 ExceptionSpecificationType EST1 = ESI1.Type; in mergeExceptionSpecs() local
6357 if (EST1 == EST_None) return ESI1; in mergeExceptionSpecs()
6359 if (EST1 == EST_MSAny) return ESI1; in mergeExceptionSpecs()
6361 if (EST1 == EST_NoexceptFalse) return ESI1; in mergeExceptionSpecs()
6365 if (EST1 == EST_NoThrow) return ESI2; in mergeExceptionSpecs()
6367 if (EST1 == EST_DynamicNone) return ESI2; in mergeExceptionSpecs()
6369 if (EST1 == EST_BasicNoexcept) return ESI2; in mergeExceptionSpecs()
6371 if (EST1 == EST_NoexceptTrue) return ESI2; in mergeExceptionSpecs()
6379 if (EST1 == EST_DependentNoexcept || EST2 == EST_DependentNoexcept) { in mergeExceptionSpecs()
6387 switch (EST1) { in mergeExceptionSpecs()