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.cpp562 if (OldCanThrow == CT_Cannot && NewCanThrow == CT_Cannot) in CheckEquivalentExceptionSpecImpl()
647 if (MissingEmptyExceptionSpecification && OldCanThrow == CT_Cannot) { in CheckEquivalentExceptionSpecImpl()
802 SubCanThrow == CT_Cannot) in CheckExceptionSpecSubset()
810 SuperCanThrow == CT_Cannot && SuperEST == EST_NoThrow) { in CheckExceptionSpecSubset()
820 SuperCanThrow == CT_Cannot) { in CheckExceptionSpecSubset()
986 CanThrowResult R = CT_Cannot; in canSubStmtsThrow()
1002 return CT_Cannot; in canCalleeThrow()
1053 CanThrowResult CT = CT_Cannot; in canVarDeclThrow()
1085 return CT_Cannot; in canDynamicCastThrow()
1090 return DC->getCastKind() == clang::CK_Dynamic? CT_Can : CT_Cannot; in canDynamicCastThrow()
[all …]
H A DSemaTypeTraits.cpp1440 return S.canThrow(Result.get()) == CT_Cannot; in EvaluateBooleanTypeTrait()
1699 return Self.canThrow(Result.get()) == CT_Cannot; in EvaluateBinaryTypeTrait()
1764 return Self.canThrow(Result.get()) == CT_Cannot; in EvaluateBinaryTypeTrait()
H A DSemaTemplateDeduction.cpp2005 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.cpp142 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.h4258 CXXNoexceptExprBits.Value = Val == CT_Cannot; in CXXNoexceptExpr()
H A DType.h5555 return ResultIfDependent ? canThrow() != CT_Can : canThrow() == CT_Cannot;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp3869 return CT_Cannot; in canThrow()
H A DASTImporter.cpp8409 ToCanThrow = E->getValue() ? CT_Can : CT_Cannot; in VisitCXXNoexceptExpr()