Searched refs:InputExpr (Results 1 - 6 of 6) sorted by relevance

/external/clang/lib/Sema/
H A DSemaStmtAsm.cpp161 Expr *InputExpr = Exprs[i]; local
165 if (CheckAsmLValue(InputExpr, *this))
166 return StmtError(Diag(InputExpr->getLocStart(),
169 << InputExpr->getSourceRange());
173 if (InputExpr->getType()->isVoidType()) {
174 return StmtError(Diag(InputExpr->getLocStart(),
176 << InputExpr->getType() << Info.getConstraintStr()
177 << InputExpr->getSourceRange());
229 Expr *InputExpr = Exprs[InputOpNo]; local
231 if (OutputExpr->isTypeDependent() || InputExpr
[all...]
H A DTreeTransform.h3027 Expr *InputExpr = Input.getSourceExpression(); local
3028 if (!InputExpr) InputExpr = Input.getArgument().getAsExpr();
3030 ExprResult E = getDerived().TransformExpr(InputExpr);
5555 Expr *InputExpr = S->getInputExpr(I); local
5556 ExprResult Result = getDerived().TransformExpr(InputExpr);
5560 ExprsChanged |= Result.get() != InputExpr;
H A DSemaExpr.cpp8640 Expr *InputExpr) {
8641 ExprResult Input = Owned(InputExpr);
8638 CreateBuiltinUnaryOp(SourceLocation OpLoc, UnaryOperatorKind Opc, Expr *InputExpr) argument
/external/clang/lib/CodeGen/
H A DCGStmt.cpp1358 const Expr *InputExpr,
1361 if (!CodeGenFunction::hasAggregateLLVMType(InputExpr->getType()))
1362 return EmitScalarExpr(InputExpr);
1364 InputExpr = InputExpr->IgnoreParenNoopCasts(getContext());
1365 LValue Dest = EmitLValue(InputExpr);
1366 return EmitAsmInputLValue(Info, Dest, InputExpr->getType(), ConstraintStr);
1498 const Expr *InputExpr = S.getOutputExpr(i); local
1499 llvm::Value *Arg = EmitAsmInputLValue(Info, Dest, InputExpr->getType(),
1520 const Expr *InputExpr local
1356 EmitAsmInput( const TargetInfo::ConstraintInfo &Info, const Expr *InputExpr, std::string &ConstraintStr) argument
[all...]
H A DCodeGenFunction.h2576 const Expr *InputExpr, std::string &ConstraintStr);
/external/clang/include/clang/Sema/
H A DSema.h2902 Expr *InputExpr);

Completed in 204 milliseconds