| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | EvaluatedExprVisitor.h | 63 void VisitGenericSelectionExpr(PTR(GenericSelectionExpr) E) { in VisitGenericSelectionExpr()
|
| H A D | StmtDataCollectors.td | 190 class GenericSelectionExpr {
|
| H A D | Expr.h | 5015 class GenericSelectionExpr : public Expr { 5023 GenericSelectionExpr(const ASTContext &Context, 5032 GenericSelectionExpr(const ASTContext &Context, 5039 explicit GenericSelectionExpr(EmptyShell Empty) in GenericSelectionExpr() function
|
| H A D | RecursiveASTVisitor.h | 2302 DEF_TRAVERSE_STMT(GenericSelectionExpr, {
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/ |
| H A D | ExprMutationAnalyzer.cpp | 39 GenericSelectionExpr> 42 AST_MATCHER_P(GenericSelectionExpr, hasControllingExpr, in AST_MATCHER_P() argument
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | Expr.cpp | 2176 return cast<GenericSelectionExpr>(this)->getResultExpr()-> in isUnusedResultAWarning() 2573 if (GenericSelectionExpr* P = dyn_cast<GenericSelectionExpr>(E)) { in IgnoreParens() 3005 return cast<GenericSelectionExpr>(this)->getResultExpr() in isConstantInitializer() 3259 return cast<GenericSelectionExpr>(this)->getResultExpr()-> in HasSideEffects() 3486 } else if (const GenericSelectionExpr *GE = in isNullPointerConstant() 3487 dyn_cast<GenericSelectionExpr>(this)) { in isNullPointerConstant() 3778 GenericSelectionExpr::GenericSelectionExpr(const ASTContext &Context, in GenericSelectionExpr() function in GenericSelectionExpr 3804 GenericSelectionExpr::GenericSelectionExpr(const ASTContext &Context, in GenericSelectionExpr() function in GenericSelectionExpr
|
| H A D | ExprClassification.cpp | 291 if (cast<GenericSelectionExpr>(E)->isResultDependent()) in ClassifyInternal() 293 return ClassifyInternal(Ctx,cast<GenericSelectionExpr>(E)->getResultExpr()); in ClassifyInternal()
|
| H A D | ASTDumper.cpp | 303 void VisitGenericSelectionExpr(const GenericSelectionExpr *E); 1410 if (isa<DeclStmt>(S) || isa<GenericSelectionExpr>(S)) { in dumpStmt() 1479 void ASTDumper::VisitGenericSelectionExpr(const GenericSelectionExpr *E) { in VisitGenericSelectionExpr()
|
| H A D | StmtProfile.cpp | 1261 void StmtProfiler::VisitGenericSelectionExpr(const GenericSelectionExpr *S) { in VisitGenericSelectionExpr()
|
| H A D | StmtPrinter.cpp | 1262 void StmtPrinter::VisitGenericSelectionExpr(GenericSelectionExpr *Node) { in VisitGenericSelectionExpr()
|
| H A D | ExprConstant.cpp | 4768 bool VisitGenericSelectionExpr(const GenericSelectionExpr *E) in VisitGenericSelectionExpr() 11260 return CheckICE(cast<GenericSelectionExpr>(E)->getResultExpr(), Ctx); in CheckICE()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaExceptionSpec.cpp | 1231 if (cast<GenericSelectionExpr>(E)->isResultDependent()) in canThrow() 1233 return canThrow(cast<GenericSelectionExpr>(E)->getResultExpr()); in canThrow()
|
| H A D | SemaPseudoObject.cpp | 139 if (GenericSelectionExpr *gse = dyn_cast<GenericSelectionExpr>(e)) { in rebuild() 154 return new (S.Context) GenericSelectionExpr(S.Context, in rebuild()
|
| H A D | SemaExprObjC.cpp | 4332 } else if (GenericSelectionExpr *gse = dyn_cast<GenericSelectionExpr>(e)) { in stripARCUnbridgedCast() 4346 return new (Context) GenericSelectionExpr(Context, gse->getGenericLoc(), in stripARCUnbridgedCast()
|
| H A D | SemaInit.cpp | 154 else if (GenericSelectionExpr *GSE = dyn_cast<GenericSelectionExpr>(E)) in updateStringLiteralType()
|
| H A D | SemaOverload.cpp | 13690 if (auto *GSE = dyn_cast<GenericSelectionExpr>(E)) { in FixOverloadedFunctionReference() 13704 return new (Context) GenericSelectionExpr( in FixOverloadedFunctionReference()
|
| H A D | SemaExpr.cpp | 1436 return new (Context) GenericSelectionExpr( in CreateGenericSelectionExpr() 1489 return new (Context) GenericSelectionExpr( in CreateGenericSelectionExpr()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 93 def GenericSelectionExpr : DStmt<Expr>;
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 1024 void ASTStmtReader::VisitGenericSelectionExpr(GenericSelectionExpr *E) { in VisitGenericSelectionExpr() 1029 new(Record.getContext()) Stmt*[GenericSelectionExpr::END_EXPR+E->NumAssocs]; in VisitGenericSelectionExpr() 1031 E->SubExprs[GenericSelectionExpr::CONTROLLING] = Record.readSubExpr(); in VisitGenericSelectionExpr() 1034 E->SubExprs[GenericSelectionExpr::END_EXPR+I] = Record.readSubExpr(); in VisitGenericSelectionExpr() 2679 S = new (Context) GenericSelectionExpr(Empty); in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 970 void ASTStmtWriter::VisitGenericSelectionExpr(GenericSelectionExpr *E) { in VisitGenericSelectionExpr()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGExprComplex.cpp | 108 ComplexPairTy VisitGenericSelectionExpr(GenericSelectionExpr *GE) { in VisitGenericSelectionExpr()
|
| H A D | CGExprAgg.cpp | 113 void VisitGenericSelectionExpr(GenericSelectionExpr *GE) { in VisitGenericSelectionExpr()
|
| H A D | CGExprConstant.cpp | 740 llvm::Constant *VisitGenericSelectionExpr(GenericSelectionExpr *GE, in VisitGenericSelectionExpr()
|
| H A D | CGExpr.cpp | 1272 return EmitLValue(cast<GenericSelectionExpr>(E)->getResultExpr()); in EmitLValue() 2229 if (const auto *Exp = dyn_cast<GenericSelectionExpr>(E)) { in setObjCGCLValueClass()
|
| H A D | CGExprScalar.cpp | 421 Value *VisitGenericSelectionExpr(GenericSelectionExpr *GE) { in VisitGenericSelectionExpr()
|