Searched refs:CT_Cannot (Results 1 – 4 of 4) sorted by relevance
801 CanThrowResult R = CT_Cannot; in canSubExprsThrow()818 return CT_Cannot; in canCalleeThrow()839 return FT->isNothrow(S.Context) ? CT_Cannot : CT_Can; in canCalleeThrow()847 return CT_Cannot; in canDynamicCastThrow()852 return DC->getCastKind() == clang::CK_Dynamic? CT_Can : CT_Cannot; in canDynamicCastThrow()857 return CT_Cannot; in canTypeidThrow()865 return CT_Cannot; in canTypeidThrow()868 return CT_Cannot; in canTypeidThrow()871 return CT_Cannot; in canTypeidThrow()911 CT = CT_Cannot; in canThrow()[all …]
3683 return S.canThrow(Result.get()) == CT_Cannot; in evaluateTypeTrait()3902 return Self.canThrow(Result.get()) == CT_Cannot; in EvaluateBinaryTypeTrait()
46 CT_Cannot, enumerator
3308 Value(Val == CT_Cannot), Operand(Operand), Range(Keyword, RParen) in CXXNoexceptExpr()