| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | EvaluatedExprVisitor.h | 62 void VisitGenericSelectionExpr(PTR(GenericSelectionExpr) E) { in VisitGenericSelectionExpr()
|
| HD | Expr.h | 4446 class GenericSelectionExpr : public Expr { 4454 GenericSelectionExpr(const ASTContext &Context, 4463 GenericSelectionExpr(const ASTContext &Context, 4470 explicit GenericSelectionExpr(EmptyShell Empty) in GenericSelectionExpr() function
|
| HD | DataRecursiveASTVisitor.h | 2054 GenericSelectionExpr *S) { in TraverseGenericSelectionExpr()
|
| HD | RecursiveASTVisitor.h | 2088 GenericSelectionExpr *S) { in TraverseGenericSelectionExpr()
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | Expr.cpp | 2032 return cast<GenericSelectionExpr>(this)->getResultExpr()-> in isUnusedResultAWarning() 2421 if (GenericSelectionExpr* P = dyn_cast<GenericSelectionExpr>(E)) { in IgnoreParens() 2832 return cast<GenericSelectionExpr>(this)->getResultExpr() in isConstantInitializer() 3051 return cast<GenericSelectionExpr>(this)->getResultExpr()-> in HasSideEffects() 3262 } else if (const GenericSelectionExpr *GE = in isNullPointerConstant() 3263 dyn_cast<GenericSelectionExpr>(this)) { in isNullPointerConstant() 3806 GenericSelectionExpr::GenericSelectionExpr(const ASTContext &Context, in GenericSelectionExpr() function in GenericSelectionExpr 3832 GenericSelectionExpr::GenericSelectionExpr(const ASTContext &Context, in GenericSelectionExpr() function in GenericSelectionExpr
|
| HD | ExprClassification.cpp | 272 if (cast<GenericSelectionExpr>(E)->isResultDependent()) in ClassifyInternal() 274 return ClassifyInternal(Ctx,cast<GenericSelectionExpr>(E)->getResultExpr()); in ClassifyInternal()
|
| HD | StmtProfile.cpp | 789 void StmtProfiler::VisitGenericSelectionExpr(const GenericSelectionExpr *S) { in VisitGenericSelectionExpr()
|
| HD | StmtPrinter.cpp | 1246 void StmtPrinter::VisitGenericSelectionExpr(GenericSelectionExpr *Node) { in VisitGenericSelectionExpr()
|
| HD | ExprConstant.cpp | 3992 bool VisitGenericSelectionExpr(const GenericSelectionExpr *E) in VisitGenericSelectionExpr() 8768 return CheckICE(cast<GenericSelectionExpr>(E)->getResultExpr(), Ctx); in CheckICE()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | StmtNodes.td | 85 def GenericSelectionExpr : DStmt<Expr>;
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaExceptionSpec.cpp | 1096 if (cast<GenericSelectionExpr>(E)->isResultDependent()) in canThrow() 1098 return canThrow(cast<GenericSelectionExpr>(E)->getResultExpr()); in canThrow()
|
| HD | SemaPseudoObject.cpp | 79 if (GenericSelectionExpr *gse = dyn_cast<GenericSelectionExpr>(e)) { in rebuild() 94 return new (S.Context) GenericSelectionExpr(S.Context, in rebuild()
|
| HD | SemaExprObjC.cpp | 4118 } else if (GenericSelectionExpr *gse = dyn_cast<GenericSelectionExpr>(e)) { in stripARCUnbridgedCast() 4132 return new (Context) GenericSelectionExpr(Context, gse->getGenericLoc(), in stripARCUnbridgedCast()
|
| HD | SemaInit.cpp | 142 else if (GenericSelectionExpr *GSE = dyn_cast<GenericSelectionExpr>(E)) in updateStringLiteralType()
|
| HD | SemaExpr.cpp | 1424 return new (Context) GenericSelectionExpr( in CreateGenericSelectionExpr() 1478 return new (Context) GenericSelectionExpr( in CreateGenericSelectionExpr()
|
| HD | TreeTransform.h | 7577 TreeTransform<Derived>::TransformGenericSelectionExpr(GenericSelectionExpr *E) { in TransformGenericSelectionExpr()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Serialization/ |
| HD | ASTReaderStmt.cpp | 879 void ASTStmtReader::VisitGenericSelectionExpr(GenericSelectionExpr *E) { in VisitGenericSelectionExpr() 884 new(Reader.getContext()) Stmt*[GenericSelectionExpr::END_EXPR+E->NumAssocs]; in VisitGenericSelectionExpr() 886 E->SubExprs[GenericSelectionExpr::CONTROLLING] = Reader.ReadSubExpr(); in VisitGenericSelectionExpr() 889 E->SubExprs[GenericSelectionExpr::END_EXPR+I] = Reader.ReadSubExpr(); in VisitGenericSelectionExpr() 2643 S = new (Context) GenericSelectionExpr(Empty); in ReadStmtFromStream()
|
| HD | ASTWriterStmt.cpp | 825 void ASTStmtWriter::VisitGenericSelectionExpr(GenericSelectionExpr *E) { in VisitGenericSelectionExpr()
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGExprComplex.cpp | 108 ComplexPairTy VisitGenericSelectionExpr(GenericSelectionExpr *GE) { in VisitGenericSelectionExpr()
|
| HD | CGExprAgg.cpp | 111 void VisitGenericSelectionExpr(GenericSelectionExpr *GE) { in VisitGenericSelectionExpr()
|
| HD | CGExprConstant.cpp | 626 llvm::Constant *VisitGenericSelectionExpr(GenericSelectionExpr *GE) { in VisitGenericSelectionExpr()
|
| HD | CGExpr.cpp | 865 return EmitLValue(cast<GenericSelectionExpr>(E)->getResultExpr()); in EmitLValue() 1786 if (const auto *Exp = dyn_cast<GenericSelectionExpr>(E)) { in setObjCGCLValueClass()
|
| HD | CGExprScalar.cpp | 216 Value *VisitGenericSelectionExpr(GenericSelectionExpr *GE) { in VisitGenericSelectionExpr()
|