Searched refs:CT_Cannot (Results 1 – 10 of 10) sorted by relevance
566 if (OldCanThrow == CT_Cannot && NewCanThrow == CT_Cannot) in CheckEquivalentExceptionSpecImpl()1013 return CT_Cannot; in canCalleeThrow()1096 return CT_Cannot; in canDynamicCastThrow()1106 return CT_Cannot; in canTypeidThrow()1114 return CT_Cannot; in canTypeidThrow()1117 return CT_Cannot; in canTypeidThrow()1120 return CT_Cannot; in canTypeidThrow()1167 CT = CT_Cannot; in canThrow()1376 return CT_Cannot; in canThrow()1410 return CT_Cannot; in canThrow()[all …]
5480 return S.canThrow(Result.get()) == CT_Cannot; in evaluateTypeTrait()5788 return Self.canThrow(Result.get()) == CT_Cannot; in EvaluateBinaryTypeTrait()
1805 case CT_Cannot: in DeduceTemplateArgumentsByTypeMatch()
55 CT_Cannot, enumerator
137 Proto->canThrow() == CT_Cannot) in memberCallExpressionCanThrow()
524 } else if (Proto->canThrow() == CT_Cannot) { in EmitStartEHSpec()604 } else if (Proto->canThrow() == CT_Cannot && in EmitEndEHSpec()
3354 return CT_Cannot; in canThrow()
7644 ToCanThrow = E->getValue() ? CT_Can : CT_Cannot; in VisitCXXNoexceptExpr()
4081 CXXNoexceptExprBits.Value = Val == CT_Cannot; in CXXNoexceptExpr()
4350 return ResultIfDependent ? canThrow() != CT_Can : canThrow() == CT_Cannot;