Searched refs:CT_Cannot (Results 1 – 4 of 4) sorted by relevance
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
3541 Value(Val == CT_Cannot), Operand(Operand), Range(Keyword, RParen) in CXXNoexceptExpr()