Searched refs:OutputExpr (Results 1 – 2 of 2) sorted by relevance
286 Expr *OutputExpr = Exprs[i]; in ActOnGCCAsmStmt() local289 if (CheckNakedParmReference(OutputExpr, *this)) in ActOnGCCAsmStmt()300 if (OutputExpr->isTypeDependent()) in ActOnGCCAsmStmt()304 OutputExpr->isModifiableLvalue(Context, /*Loc=*/nullptr); in ActOnGCCAsmStmt()314 emitAndFixInvalidAsmCastLValue(LVal, OutputExpr, *this); in ActOnGCCAsmStmt()325 return StmtError(Diag(OutputExpr->getBeginLoc(), in ActOnGCCAsmStmt()327 << OutputExpr->getSourceRange()); in ActOnGCCAsmStmt()330 unsigned Size = Context.getTypeSize(OutputExpr->getType()); in ActOnGCCAsmStmt()548 Expr *OutputExpr = Exprs[TiedTo]; in ActOnGCCAsmStmt() local568 QualType OutTy = OutputExpr->getType(); in ActOnGCCAsmStmt()[all …]
6939 Expr *OutputExpr = S->getOutputExpr(I); in TransformGCCAsmStmt() local6940 ExprResult Result = getDerived().TransformExpr(OutputExpr); in TransformGCCAsmStmt()6944 ExprsChanged |= Result.get() != OutputExpr; in TransformGCCAsmStmt()