Searched refs:CT_Cannot (Results 1 – 4 of 4) sorted by relevance
866 CanThrowResult R = CT_Cannot; in canSubExprsThrow()886 return CT_Cannot; in canCalleeThrow()907 return FT->isNothrow(S.Context) ? CT_Cannot : CT_Can; in canCalleeThrow()915 return CT_Cannot; in canDynamicCastThrow()920 return DC->getCastKind() == clang::CK_Dynamic? CT_Can : CT_Cannot; in canDynamicCastThrow()925 return CT_Cannot; in canTypeidThrow()933 return CT_Cannot; in canTypeidThrow()936 return CT_Cannot; in canTypeidThrow()939 return CT_Cannot; in canTypeidThrow()979 CT = CT_Cannot; in canThrow()[all …]
4154 return S.canThrow(Result.get()) == CT_Cannot; in evaluateTypeTrait()4372 return Self.canThrow(Result.get()) == CT_Cannot; in EvaluateBinaryTypeTrait()
47 CT_Cannot, enumerator
3498 Value(Val == CT_Cannot), Operand(Operand), Range(Keyword, RParen) in CXXNoexceptExpr()