Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp291 Expr *OutputExpr = Exprs[i]; in ActOnGCCAsmStmt() local
294 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() local
619 QualType OutTy = OutputExpr->getType(); in ActOnGCCAsmStmt()
[all …]
H A DTreeTransform.h8008 Expr *OutputExpr = S->getOutputExpr(I); in TransformGCCAsmStmt() local
8009 ExprResult Result = getDerived().TransformExpr(OutputExpr); in TransformGCCAsmStmt()
8013 ExprsChanged |= Result.get() != OutputExpr; in TransformGCCAsmStmt()