Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaExceptionSpec.cpp553 FunctionProtoType::NoexceptResult SuperNR =Superset->getNoexceptSpec(Context); in CheckExceptionSpecSubset() local
554 if (SuperNR == FunctionProtoType::NR_BadNoexcept || in CheckExceptionSpecSubset()
555 SuperNR == FunctionProtoType::NR_Dependent) in CheckExceptionSpecSubset()
559 if (SuperNR == FunctionProtoType::NR_Throw) in CheckExceptionSpecSubset()
594 if (SuperEST == EST_DynamicNone || SuperNR == FunctionProtoType::NR_Nothrow) { in CheckExceptionSpecSubset()