Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaExceptionSpec.cpp566 if (OldCanThrow == CT_Cannot && NewCanThrow == CT_Cannot) in CheckEquivalentExceptionSpecImpl()
1013 return CT_Cannot; in canCalleeThrow()
1096 return CT_Cannot; in canDynamicCastThrow()
1106 return CT_Cannot; in canTypeidThrow()
1114 return CT_Cannot; in canTypeidThrow()
1117 return CT_Cannot; in canTypeidThrow()
1120 return CT_Cannot; in canTypeidThrow()
1167 CT = CT_Cannot; in canThrow()
1376 return CT_Cannot; in canThrow()
1410 return CT_Cannot; in canThrow()
[all …]
H A DSemaExprCXX.cpp5480 return S.canThrow(Result.get()) == CT_Cannot; in evaluateTypeTrait()
5788 return Self.canThrow(Result.get()) == CT_Cannot; in EvaluateBinaryTypeTrait()
H A DSemaTemplateDeduction.cpp1805 case CT_Cannot: in DeduceTemplateArgumentsByTypeMatch()
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DExceptionSpecificationType.h55 CT_Cannot, enumerator
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGCoroutine.cpp137 Proto->canThrow() == CT_Cannot) in memberCallExpressionCanThrow()
H A DCGException.cpp524 } else if (Proto->canThrow() == CT_Cannot) { in EmitStartEHSpec()
604 } else if (Proto->canThrow() == CT_Cannot && in EmitEndEHSpec()
/openbsd/gnu/llvm/clang/lib/AST/
H A DType.cpp3354 return CT_Cannot; in canThrow()
H A DASTImporter.cpp7644 ToCanThrow = E->getValue() ? CT_Can : CT_Cannot; in VisitCXXNoexceptExpr()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DExprCXX.h4081 CXXNoexceptExprBits.Value = Val == CT_Cannot; in CXXNoexceptExpr()
H A DType.h4350 return ResultIfDependent ? canThrow() != CT_Can : canThrow() == CT_Cannot;