Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExceptionSpec.cpp560 if (OldCanThrow == CT_Cannot && NewCanThrow == CT_Cannot) in CheckEquivalentExceptionSpecImpl()
645 if (MissingEmptyExceptionSpecification && OldCanThrow == CT_Cannot) { in CheckEquivalentExceptionSpecImpl()
806 SubCanThrow == CT_Cannot) in CheckExceptionSpecSubset()
813 SuperCanThrow == CT_Cannot && SuperEST == EST_NoThrow) { in CheckExceptionSpecSubset()
823 SuperCanThrow == CT_Cannot) { in CheckExceptionSpecSubset()
991 CanThrowResult R = CT_Cannot; in canSubStmtsThrow()
1007 return CT_Cannot; in canCalleeThrow()
1058 CanThrowResult CT = CT_Cannot; in canVarDeclThrow()
1090 return CT_Cannot; in canDynamicCastThrow()
1095 return DC->getCastKind() == clang::CK_Dynamic? CT_Can : CT_Cannot; in canDynamicCastThrow()
[all …]
H A DSemaExprCXX.cpp5261 return S.canThrow(Result.get()) == CT_Cannot; in evaluateTypeTrait()
5515 return Self.canThrow(Result.get()) == CT_Cannot; in EvaluateBinaryTypeTrait()
H A DSemaTemplateDeduction.cpp1843 case CT_Cannot: in DeduceTemplateArgumentsByTypeMatch()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DExceptionSpecificationType.h55 CT_Cannot, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCoroutine.cpp137 Proto->canThrow() == CT_Cannot) in memberCallExpressionCanThrow()
H A DCGException.cpp480 if (isNoexceptExceptionSpec(EST) && Proto->canThrow() == CT_Cannot) { in EmitStartEHSpec()
583 if (isNoexceptExceptionSpec(EST) && Proto->canThrow() == CT_Cannot && in EmitEndEHSpec()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprCXX.h4008 CXXNoexceptExprBits.Value = Val == CT_Cannot; in CXXNoexceptExpr()
H A DType.h4215 return ResultIfDependent ? canThrow() != CT_Can : canThrow() == CT_Cannot;
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp3292 return CT_Cannot; in canThrow()
H A DASTImporter.cpp7249 ToCanThrow = E->getValue() ? CT_Can : CT_Cannot; in VisitCXXNoexceptExpr()