Searched refs:CT_Cannot (Results 1 – 14 of 14) sorted by relevance
558 if (OldCanThrow == CT_Cannot && NewCanThrow == CT_Cannot) in CheckEquivalentExceptionSpecImpl()643 if (MissingEmptyExceptionSpecification && OldCanThrow == CT_Cannot) { in CheckEquivalentExceptionSpecImpl()804 SubCanThrow == CT_Cannot) in CheckExceptionSpecSubset()811 SuperCanThrow == CT_Cannot && SuperEST == EST_NoThrow) { in CheckExceptionSpecSubset()821 SuperCanThrow == CT_Cannot) { in CheckExceptionSpecSubset()989 CanThrowResult R = CT_Cannot; in canSubStmtsThrow()1005 return CT_Cannot; in canCalleeThrow()1056 CanThrowResult CT = CT_Cannot; in canVarDeclThrow()1088 return CT_Cannot; in canDynamicCastThrow()1093 return DC->getCastKind() == clang::CK_Dynamic? CT_Can : CT_Cannot; in canDynamicCastThrow()[all …]
5189 return S.canThrow(Result.get()) == CT_Cannot; in evaluateTypeTrait()5443 return Self.canThrow(Result.get()) == CT_Cannot; in EvaluateBinaryTypeTrait()
1858 case CT_Cannot: in DeduceTemplateArgumentsByTypeMatch()
872 CanThrowResult R = CT_Cannot; in canSubExprsThrow()892 return CT_Cannot; in canCalleeThrow()913 return FT->isNothrow(S.Context) ? CT_Cannot : CT_Can; in canCalleeThrow()921 return CT_Cannot; in canDynamicCastThrow()926 return DC->getCastKind() == clang::CK_Dynamic? CT_Can : CT_Cannot; in canDynamicCastThrow()931 return CT_Cannot; in canTypeidThrow()939 return CT_Cannot; in canTypeidThrow()942 return CT_Cannot; in canTypeidThrow()945 return CT_Cannot; in canTypeidThrow()985 CT = CT_Cannot; in canThrow()[all …]
4414 return S.canThrow(Result.get()) == CT_Cannot; in evaluateTypeTrait()4636 return Self.canThrow(Result.get()) == CT_Cannot; in EvaluateBinaryTypeTrait()
47 CT_Cannot, enumerator
55 CT_Cannot, enumerator
137 Proto->canThrow() == CT_Cannot) in memberCallExpressionCanThrow()
468 if (isNoexceptExceptionSpec(EST) && Proto->canThrow() == CT_Cannot) { in EmitStartEHSpec()557 if (isNoexceptExceptionSpec(EST) && Proto->canThrow() == CT_Cannot) { in EmitEndEHSpec()
3541 Value(Val == CT_Cannot), Operand(Operand), Range(Keyword, RParen) in CXXNoexceptExpr()
3284 return CT_Cannot; in canThrow()
7123 ToCanThrow = E->getValue() ? CT_Can : CT_Cannot; in VisitCXXNoexceptExpr()
3998 CXXNoexceptExprBits.Value = Val == CT_Cannot; in CXXNoexceptExpr()
4204 return ResultIfDependent ? canThrow() != CT_Can : canThrow() == CT_Cannot;