Searched refs:OutputExpr (Results 1 – 2 of 2) sorted by relevance
291 Expr *OutputExpr = Exprs[i]; in ActOnGCCAsmStmt() local294 if (CheckNakedParmReference(OutputExpr, *this)) in ActOnGCCAsmStmt()304 if (OutputExpr->getType()->isBitIntType()) in ActOnGCCAsmStmt()307 << OutputExpr->getType() << 0 /*Input*/ in ActOnGCCAsmStmt()308 << OutputExpr->getSourceRange()); in ActOnGCCAsmStmt()313 if (OutputExpr->isTypeDependent()) in ActOnGCCAsmStmt()338 return StmtError(Diag(OutputExpr->getBeginLoc(), in ActOnGCCAsmStmt()340 << OutputExpr->getSourceRange()); in ActOnGCCAsmStmt()599 Expr *OutputExpr = Exprs[TiedTo]; in ActOnGCCAsmStmt() local619 QualType OutTy = OutputExpr->getType(); in ActOnGCCAsmStmt()[all …]
8008 Expr *OutputExpr = S->getOutputExpr(I); in TransformGCCAsmStmt() local8009 ExprResult Result = getDerived().TransformExpr(OutputExpr); in TransformGCCAsmStmt()8013 ExprsChanged |= Result.get() != OutputExpr; in TransformGCCAsmStmt()