Searched refs:CT_Cannot (Results 1 – 10 of 10) sorted by relevance
572 if (OldCanThrow == CT_Cannot && NewCanThrow == CT_Cannot) in CheckEquivalentExceptionSpecImpl()1021 return CT_Cannot; in canCalleeThrow()1104 return CT_Cannot; in canDynamicCastThrow()1114 return CT_Cannot; in canTypeidThrow()1122 return CT_Cannot; in canTypeidThrow()1125 return CT_Cannot; in canTypeidThrow()1128 return CT_Cannot; in canTypeidThrow()1175 CT = CT_Cannot; in canThrow()1384 return CT_Cannot; in canThrow()1418 return CT_Cannot; in canThrow()[all …]
5587 return S.canThrow(Result.get()) == CT_Cannot; in EvaluateBooleanTypeTrait()5905 return Self.canThrow(Result.get()) == CT_Cannot; in EvaluateBinaryTypeTrait()
1835 case CT_Cannot: in DeduceTemplateArgumentsByTypeMatch()
60 CT_Cannot, enumerator
141 Proto->canThrow() != CT_Cannot; in FunctionCanThrow()
535 } else if (Proto->canThrow() == CT_Cannot) { in EmitStartEHSpec()615 } else if (Proto->canThrow() == CT_Cannot && in EmitEndEHSpec()
4099 CXXNoexceptExprBits.Value = Val == CT_Cannot; in CXXNoexceptExpr()
4547 return ResultIfDependent ? canThrow() != CT_Can : canThrow() == CT_Cannot;
3616 return CT_Cannot; in canThrow()
7959 ToCanThrow = E->getValue() ? CT_Can : CT_Cannot; in VisitCXXNoexceptExpr()