Home
last modified time | relevance | path

Searched refs:OutputExpr (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmtAsm.cpp288 Expr *OutputExpr = Exprs[i]; in ActOnGCCAsmStmt() local
291 if (CheckNakedParmReference(OutputExpr, *this)) in ActOnGCCAsmStmt()
301 if (OutputExpr->getType()->isBitIntType()) in ActOnGCCAsmStmt()
304 << OutputExpr->getType() << 0 /*Input*/ in ActOnGCCAsmStmt()
305 << OutputExpr->getSourceRange()); in ActOnGCCAsmStmt()
310 if (OutputExpr->isTypeDependent()) in ActOnGCCAsmStmt()
335 return StmtError(Diag(OutputExpr->getBeginLoc(), in ActOnGCCAsmStmt()
337 << OutputExpr->getSourceRange()); in ActOnGCCAsmStmt()
591 Expr *OutputExpr = Exprs[TiedTo]; in ActOnGCCAsmStmt() local
611 QualType OutTy = OutputExpr->getType(); in ActOnGCCAsmStmt()
[all …]
H A DTreeTransform.h7745 Expr *OutputExpr = S->getOutputExpr(I); in TransformGCCAsmStmt() local
7746 ExprResult Result = getDerived().TransformExpr(OutputExpr); in TransformGCCAsmStmt()
7750 ExprsChanged |= Result.get() != OutputExpr; in TransformGCCAsmStmt()