Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp560 if (OldCanThrow == CT_Cannot && NewCanThrow == CT_Cannot) in CheckEquivalentExceptionSpecImpl()
645 if (MissingEmptyExceptionSpecification && OldCanThrow == CT_Cannot) { in CheckEquivalentExceptionSpecImpl()
801 SubCanThrow == CT_Cannot) in CheckExceptionSpecSubset()
809 SuperCanThrow == CT_Cannot && SuperEST == EST_NoThrow) { in CheckExceptionSpecSubset()
819 SuperCanThrow == CT_Cannot) { in CheckExceptionSpecSubset()
985 CanThrowResult R = CT_Cannot; in canSubStmtsThrow()
1001 return CT_Cannot; in canCalleeThrow()
1052 CanThrowResult CT = CT_Cannot; in canVarDeclThrow()
1084 return CT_Cannot; in canDynamicCastThrow()
1089 return DC->getCastKind() == clang::CK_Dynamic? CT_Can : CT_Cannot; in canDynamicCastThrow()
[all …]
H A DSemaExprCXX.cpp5841 return S.canThrow(Result.get()) == CT_Cannot; in EvaluateBooleanTypeTrait()
6054 return Self.canThrow(Result.get()) == CT_Cannot; in EvaluateBinaryTypeTrait()
6118 return Self.canThrow(Result.get()) == CT_Cannot; in EvaluateBinaryTypeTrait()
H A DSemaTemplateDeduction.cpp1974 case CT_Cannot: in DeduceTemplateArgumentsByTypeMatch()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DExceptionSpecificationType.h60 CT_Cannot, enumerator
/freebsd/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/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h4136 CXXNoexceptExprBits.Value = Val == CT_Cannot; in CXXNoexceptExpr()
H A DType.h5346 return ResultIfDependent ? canThrow() != CT_Can : canThrow() == CT_Cannot;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp3716 return CT_Cannot; in canThrow()
H A DASTImporter.cpp8061 ToCanThrow = E->getValue() ? CT_Can : CT_Cannot; in VisitCXXNoexceptExpr()