Home
last modified time | relevance | path

Searched refs:GenericSelectionExpr (Results 1 – 23 of 23) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDEvaluatedExprVisitor.h62 void VisitGenericSelectionExpr(PTR(GenericSelectionExpr) E) { in VisitGenericSelectionExpr()
HDExpr.h4446 class GenericSelectionExpr : public Expr {
4454 GenericSelectionExpr(const ASTContext &Context,
4463 GenericSelectionExpr(const ASTContext &Context,
4470 explicit GenericSelectionExpr(EmptyShell Empty) in GenericSelectionExpr() function
HDDataRecursiveASTVisitor.h2054 GenericSelectionExpr *S) { in TraverseGenericSelectionExpr()
HDRecursiveASTVisitor.h2088 GenericSelectionExpr *S) { in TraverseGenericSelectionExpr()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDExpr.cpp2032 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
HDExprClassification.cpp272 if (cast<GenericSelectionExpr>(E)->isResultDependent()) in ClassifyInternal()
274 return ClassifyInternal(Ctx,cast<GenericSelectionExpr>(E)->getResultExpr()); in ClassifyInternal()
HDStmtProfile.cpp789 void StmtProfiler::VisitGenericSelectionExpr(const GenericSelectionExpr *S) { in VisitGenericSelectionExpr()
HDStmtPrinter.cpp1246 void StmtPrinter::VisitGenericSelectionExpr(GenericSelectionExpr *Node) { in VisitGenericSelectionExpr()
HDExprConstant.cpp3992 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/
HDStmtNodes.td85 def GenericSelectionExpr : DStmt<Expr>;
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExceptionSpec.cpp1096 if (cast<GenericSelectionExpr>(E)->isResultDependent()) in canThrow()
1098 return canThrow(cast<GenericSelectionExpr>(E)->getResultExpr()); in canThrow()
HDSemaPseudoObject.cpp79 if (GenericSelectionExpr *gse = dyn_cast<GenericSelectionExpr>(e)) { in rebuild()
94 return new (S.Context) GenericSelectionExpr(S.Context, in rebuild()
HDSemaExprObjC.cpp4118 } else if (GenericSelectionExpr *gse = dyn_cast<GenericSelectionExpr>(e)) { in stripARCUnbridgedCast()
4132 return new (Context) GenericSelectionExpr(Context, gse->getGenericLoc(), in stripARCUnbridgedCast()
HDSemaInit.cpp142 else if (GenericSelectionExpr *GSE = dyn_cast<GenericSelectionExpr>(E)) in updateStringLiteralType()
HDSemaExpr.cpp1424 return new (Context) GenericSelectionExpr( in CreateGenericSelectionExpr()
1478 return new (Context) GenericSelectionExpr( in CreateGenericSelectionExpr()
HDTreeTransform.h7577 TreeTransform<Derived>::TransformGenericSelectionExpr(GenericSelectionExpr *E) { in TransformGenericSelectionExpr()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReaderStmt.cpp879 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()
HDASTWriterStmt.cpp825 void ASTStmtWriter::VisitGenericSelectionExpr(GenericSelectionExpr *E) { in VisitGenericSelectionExpr()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGExprComplex.cpp108 ComplexPairTy VisitGenericSelectionExpr(GenericSelectionExpr *GE) { in VisitGenericSelectionExpr()
HDCGExprAgg.cpp111 void VisitGenericSelectionExpr(GenericSelectionExpr *GE) { in VisitGenericSelectionExpr()
HDCGExprConstant.cpp626 llvm::Constant *VisitGenericSelectionExpr(GenericSelectionExpr *GE) { in VisitGenericSelectionExpr()
HDCGExpr.cpp865 return EmitLValue(cast<GenericSelectionExpr>(E)->getResultExpr()); in EmitLValue()
1786 if (const auto *Exp = dyn_cast<GenericSelectionExpr>(E)) { in setObjCGCLValueClass()
HDCGExprScalar.cpp216 Value *VisitGenericSelectionExpr(GenericSelectionExpr *GE) { in VisitGenericSelectionExpr()