OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CanThrowResult
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
ExceptionSpecificationType.h
54
enum
CanThrowResult
{
60
inline
CanThrowResult
mergeCanThrow(
CanThrowResult
CT1,
CanThrowResult
CT2) {
61
//
CanThrowResult
constants are ordered so that the maximum is the correct
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExceptionSpec.cpp
556
CanThrowResult
OldCanThrow = Old->canThrow();
557
CanThrowResult
NewCanThrow = New->canThrow();
800
CanThrowResult
SuperCanThrow = Superset->canThrow();
801
CanThrowResult
SubCanThrow = Subset->canThrow();
990
static
CanThrowResult
canSubStmtsThrow(Sema &Self, const Stmt *S) {
991
CanThrowResult
R = CT_Cannot;
1002
CanThrowResult
Sema::canCalleeThrow(Sema &S, const Expr *E, const Decl *D,
1057
static
CanThrowResult
canVarDeclThrow(Sema &Self, const VarDecl *VD) {
1058
CanThrowResult
CT = CT_Cannot;
1085
static
CanThrowResult
canDynamicCastThrow(const CXXDynamicCastExpr *DC)
[
all
...]
SemaExprCXX.cpp
7775
CanThrowResult
CanThrow = canThrow(Operand);
8656
else if (NoexceptLoc.isValid() && canThrow(E) ==
CanThrowResult
::CT_Can)
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ComputeDependence.h
145
ExprDependence computeDependence(CXXNoexceptExpr *E,
CanThrowResult
CT);
ExprCXX.h
4004
CXXNoexceptExpr(QualType Ty, Expr *Operand,
CanThrowResult
Val,
Type.h
4209
CanThrowResult
canThrow() const;
/src/external/apache2/llvm/dist/clang/lib/AST/
ComputeDependence.cpp
334
ExprDependence clang::computeDependence(CXXNoexceptExpr *E,
CanThrowResult
CT) {
Type.cpp
3281
CanThrowResult
FunctionProtoType::canThrow() const {
ASTImporter.cpp
7245
CanThrowResult
ToCanThrow;
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h
1985
CanThrowResult
canThrow(const Stmt *E);
1988
static
CanThrowResult
canCalleeThrow(Sema &S, const Expr *E, const Decl *D,
Completed in 59 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026