Searched refs:CT_Cannot (Results 1 – 10 of 10) sorted by relevance
560 if (OldCanThrow == CT_Cannot && NewCanThrow == CT_Cannot) in CheckEquivalentExceptionSpecImpl()1007 return CT_Cannot; in canCalleeThrow()1090 return CT_Cannot; in canDynamicCastThrow()1100 return CT_Cannot; in canTypeidThrow()1108 return CT_Cannot; in canTypeidThrow()1111 return CT_Cannot; in canTypeidThrow()1114 return CT_Cannot; in canTypeidThrow()1161 CT = CT_Cannot; in canThrow()1369 return CT_Cannot; in canThrow()1403 return CT_Cannot; in canThrow()[all …]
5309 return S.canThrow(Result.get()) == CT_Cannot; in evaluateTypeTrait()5563 return Self.canThrow(Result.get()) == CT_Cannot; in EvaluateBinaryTypeTrait()
1843 case CT_Cannot: in DeduceTemplateArgumentsByTypeMatch()
55 CT_Cannot, enumerator
137 Proto->canThrow() == CT_Cannot) in memberCallExpressionCanThrow()
480 if (isNoexceptExceptionSpec(EST) && Proto->canThrow() == CT_Cannot) { in EmitStartEHSpec()583 if (isNoexceptExceptionSpec(EST) && Proto->canThrow() == CT_Cannot && in EmitEndEHSpec()
3296 return CT_Cannot; in canThrow()
7378 ToCanThrow = E->getValue() ? CT_Can : CT_Cannot; in VisitCXXNoexceptExpr()
4008 CXXNoexceptExprBits.Value = Val == CT_Cannot; in CXXNoexceptExpr()
4215 return ResultIfDependent ? canThrow() != CT_Can : canThrow() == CT_Cannot;