Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmtAsm.cpp286 Expr *OutputExpr = Exprs[i]; in ActOnGCCAsmStmt() local
289 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() local
568 QualType OutTy = OutputExpr->getType(); in ActOnGCCAsmStmt()
[all …]
H A DTreeTransform.h6939 Expr *OutputExpr = S->getOutputExpr(I); in TransformGCCAsmStmt() local
6940 ExprResult Result = getDerived().TransformExpr(OutputExpr); in TransformGCCAsmStmt()
6944 ExprsChanged |= Result.get() != OutputExpr; in TransformGCCAsmStmt()