Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp6427 ExceptionSpecificationType EST1 = ESI1.Type; in mergeExceptionSpecs() local
6431 if (EST1 == EST_None) return ESI1; in mergeExceptionSpecs()
6433 if (EST1 == EST_MSAny) return ESI1; in mergeExceptionSpecs()
6435 if (EST1 == EST_NoexceptFalse) return ESI1; in mergeExceptionSpecs()
6439 if (EST1 == EST_NoThrow) return ESI2; in mergeExceptionSpecs()
6441 if (EST1 == EST_DynamicNone) return ESI2; in mergeExceptionSpecs()
6443 if (EST1 == EST_BasicNoexcept) return ESI2; in mergeExceptionSpecs()
6445 if (EST1 == EST_NoexceptTrue) return ESI2; in mergeExceptionSpecs()
6453 if (EST1 == EST_DependentNoexcept || EST2 == EST_DependentNoexcept) { in mergeExceptionSpecs()
6461 switch (EST1) { in mergeExceptionSpecs()