Searched refs:CT_Cannot (Results 1 – 10 of 10) sorted by relevance
534 if (OldCanThrow == CT_Cannot && NewCanThrow == CT_Cannot) in CheckEquivalentExceptionSpecImpl()779 SubCanThrow == CT_Cannot) in CheckExceptionSpecSubset()966 return CT_Cannot; in canCalleeThrow()1020 return CT_Cannot; in canDynamicCastThrow()1030 return CT_Cannot; in canTypeidThrow()1038 return CT_Cannot; in canTypeidThrow()1041 return CT_Cannot; in canTypeidThrow()1044 return CT_Cannot; in canTypeidThrow()1087 CT = CT_Cannot; in canThrow()1263 return CT_Cannot; in canThrow()[all …]
4999 return S.canThrow(Result.get()) == CT_Cannot; in evaluateTypeTrait()5240 return Self.canThrow(Result.get()) == CT_Cannot; in EvaluateBinaryTypeTrait()
1710 case CT_Cannot: in DeduceTemplateArgumentsByTypeMatch()
54 CT_Cannot, enumerator
138 Proto->canThrow() == CT_Cannot) in memberCallExpressionCanThrow()
465 if (isNoexceptExceptionSpec(EST) && Proto->canThrow() == CT_Cannot) { in EmitStartEHSpec()542 if (isNoexceptExceptionSpec(EST) && Proto->canThrow() == CT_Cannot) { in EmitEndEHSpec()
2993 return CT_Cannot; in canThrow()
6737 ToCanThrow = E->getValue() ? CT_Can : CT_Cannot; in VisitCXXNoexceptExpr()
3734 CXXNoexceptExprBits.Value = Val == CT_Cannot; in CXXNoexceptExpr()
3998 return ResultIfDependent ? canThrow() != CT_Can : canThrow() == CT_Cannot;