Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DExceptionSpecificationType.h25 EST_NoThrow, ///< Microsoft __declspec(nothrow) extension enumerator
45 return ESpecType == EST_BasicNoexcept || ESpecType == EST_NoThrow || in isNoexceptExceptionSpec()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp400 } else if (ESI.Type == EST_NoThrow) { in CheckEquivalentExceptionSpec()
445 case EST_NoThrow: in CheckEquivalentExceptionSpec()
813 SuperCanThrow == CT_Cannot && SuperEST == EST_NoThrow) { in CheckExceptionSpecSubset()
H A DSemaExprCXX.cpp6487 if (EST1 == EST_NoThrow) return ESI2; in mergeExceptionSpecs()
6488 if (EST2 == EST_NoThrow) return ESI1; in mergeExceptionSpecs()
6517 case EST_NoThrow: in mergeExceptionSpecs()
H A DSemaType.cpp7565 case EST_NoThrow: in handleFunctionTypeAttr()
7588 FunctionProtoType::ExceptionSpecInfo{EST_NoThrow}) in handleFunctionTypeAttr()
H A DSemaDeclCXX.cpp204 case EST_NoThrow: in CalledDecl()
17848 case EST_NoThrow: in checkThisInStaticMemberFunctionExceptionSpec()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp580 case EST_NoThrow: in VisitFunctionProtoType()
H A DTypePrinter.cpp813 } else if (EST_NoThrow == getExceptionSpecType()) { in printExceptionSpecification()
H A DType.cpp3295 case EST_NoThrow: in canThrow()
H A DASTContext.cpp4356 case EST_NoThrow: in getFunctionTypeInternal()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DType.h4054 case EST_NoThrow: