Searched refs:GenericSelectionExpr (Results 1 - 19 of 19) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DExprClassification.cpp270 if (cast<GenericSelectionExpr>(E)->isResultDependent())
272 return ClassifyInternal(Ctx,cast<GenericSelectionExpr>(E)->getResultExpr());
H A DExpr.cpp1982 return cast<GenericSelectionExpr>(this)->getResultExpr()->
2356 if (GenericSelectionExpr* P = dyn_cast<GenericSelectionExpr>(E)) {
2733 return cast<GenericSelectionExpr>(this)->getResultExpr()
2894 return cast<GenericSelectionExpr>(this)->getResultExpr()->
3092 } else if (const GenericSelectionExpr *GE =
3093 dyn_cast<GenericSelectionExpr>(this)) {
3622 GenericSelectionExpr::GenericSelectionExpr(const ASTContext &Context, function in class:GenericSelectionExpr
3648 GenericSelectionExpr function in class:GenericSelectionExpr
[all...]
H A DStmtProfile.cpp527 void StmtProfiler::VisitGenericSelectionExpr(const GenericSelectionExpr *S) {
H A DExprConstant.cpp3837 RetTy VisitGenericSelectionExpr(const GenericSelectionExpr *E)
8311 return CheckICE(cast<GenericSelectionExpr>(E)->getResultExpr(), Ctx);
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1032 if (cast<GenericSelectionExpr>(E)->isResultDependent())
1034 return canThrow(cast<GenericSelectionExpr>(E)->getResultExpr());
H A DSemaPseudoObject.cpp78 if (GenericSelectionExpr *gse = dyn_cast<GenericSelectionExpr>(e)) {
93 return new (S.Context) GenericSelectionExpr(S.Context,
H A DSemaExprObjC.cpp3424 } else if (GenericSelectionExpr *gse = dyn_cast<GenericSelectionExpr>(e)) {
3438 return new (Context) GenericSelectionExpr(Context, gse->getGenericLoc(),
H A DSemaInit.cpp142 else if (GenericSelectionExpr *GSE = dyn_cast<GenericSelectionExpr>(E))
H A DSemaExpr.cpp1372 return Owned(new (Context) GenericSelectionExpr(
1427 return Owned(new (Context) GenericSelectionExpr(
H A DTreeTransform.h6491 TreeTransform<Derived>::TransformGenericSelectionExpr(GenericSelectionExpr *E) {
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp870 void ASTStmtReader::VisitGenericSelectionExpr(GenericSelectionExpr *E) {
875 new(Reader.getContext()) Stmt*[GenericSelectionExpr::END_EXPR+E->NumAssocs];
877 E->SubExprs[GenericSelectionExpr::CONTROLLING] = Reader.ReadSubExpr();
880 E->SubExprs[GenericSelectionExpr::END_EXPR+I] = Reader.ReadSubExpr();
2137 S = new (Context) GenericSelectionExpr(Empty);
H A DASTWriterStmt.cpp812 void ASTStmtWriter::VisitGenericSelectionExpr(GenericSelectionExpr *E) {
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h4326 class GenericSelectionExpr : public Expr {
4334 GenericSelectionExpr(const ASTContext &Context,
4343 GenericSelectionExpr(const ASTContext &Context,
4350 explicit GenericSelectionExpr(EmptyShell Empty)
H A DRecursiveASTVisitor.h2059 // GenericSelectionExpr is a special case because the types and expressions
2064 TraverseGenericSelectionExpr(GenericSelectionExpr *S) {
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprAgg.cpp105 void VisitGenericSelectionExpr(GenericSelectionExpr *GE) {
H A DCGExprComplex.cpp103 ComplexPairTy VisitGenericSelectionExpr(GenericSelectionExpr *GE) {
H A DCGExpr.cpp800 return EmitLValue(cast<GenericSelectionExpr>(E)->getResultExpr());
1641 if (const GenericSelectionExpr *Exp = dyn_cast<GenericSelectionExpr>(E)) {
H A DCGExprConstant.cpp587 llvm::Constant *VisitGenericSelectionExpr(GenericSelectionExpr *GE) {
H A DCGExprScalar.cpp178 Value *VisitGenericSelectionExpr(GenericSelectionExpr *GE) {

Completed in 293 milliseconds