Home
last modified time | relevance | path

Searched refs:CT_Cannot (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp572 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 …]
H A DSemaExprCXX.cpp5587 return S.canThrow(Result.get()) == CT_Cannot; in EvaluateBooleanTypeTrait()
5905 return Self.canThrow(Result.get()) == CT_Cannot; in EvaluateBinaryTypeTrait()
H A DSemaTemplateDeduction.cpp1835 case CT_Cannot: in DeduceTemplateArgumentsByTypeMatch()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DExceptionSpecificationType.h60 CT_Cannot, enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp141 Proto->canThrow() != CT_Cannot; in FunctionCanThrow()
H A DCGException.cpp535 } else if (Proto->canThrow() == CT_Cannot) { in EmitStartEHSpec()
615 } else if (Proto->canThrow() == CT_Cannot && in EmitEndEHSpec()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h4099 CXXNoexceptExprBits.Value = Val == CT_Cannot; in CXXNoexceptExpr()
H A DType.h4547 return ResultIfDependent ? canThrow() != CT_Can : canThrow() == CT_Cannot;
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DType.cpp3616 return CT_Cannot; in canThrow()
H A DASTImporter.cpp7959 ToCanThrow = E->getValue() ? CT_Can : CT_Cannot; in VisitCXXNoexceptExpr()