Searched refs:OutputExpr (Results 1 – 2 of 2) sorted by relevance
113 Expr *OutputExpr = Exprs[i]; in ActOnGCCAsmStmt() local114 if (CheckAsmLValue(OutputExpr, *this)) in ActOnGCCAsmStmt()115 return StmtError(Diag(OutputExpr->getLocStart(), in ActOnGCCAsmStmt()117 << OutputExpr->getSourceRange()); in ActOnGCCAsmStmt()119 if (RequireCompleteType(OutputExpr->getLocStart(), Exprs[i]->getType(), in ActOnGCCAsmStmt()277 Expr *OutputExpr = Exprs[TiedTo]; in ActOnGCCAsmStmt() local280 if (OutputExpr->isTypeDependent() || InputExpr->isTypeDependent()) in ActOnGCCAsmStmt()284 QualType OutTy = OutputExpr->getType(); in ActOnGCCAsmStmt()363 << InTy << OutTy << OutputExpr->getSourceRange() in ActOnGCCAsmStmt()
5840 Expr *OutputExpr = S->getOutputExpr(I); in TransformGCCAsmStmt() local5841 ExprResult Result = getDerived().TransformExpr(OutputExpr); in TransformGCCAsmStmt()5845 ExprsChanged |= Result.get() != OutputExpr; in TransformGCCAsmStmt()