HomeSort by relevance Sort by last modified time
    Searched defs:InputExpr (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Sema/
SemaStmtAsm.cpp 235 Expr *InputExpr = Exprs[i];
238 if (CheckNakedParmReference(InputExpr, *this))
243 if (CheckAsmLValue(InputExpr, *this))
244 return StmtError(Diag(InputExpr->getLocStart(),
247 << InputExpr->getSourceRange());
250 if (!InputExpr->EvaluateAsInt(Result, Context))
252 Diag(InputExpr->getLocStart(), diag::err_asm_immediate_expected)
253 << Info.getConstraintStr() << InputExpr->getSourceRange());
256 return StmtError(Diag(InputExpr->getLocStart(),
259 << InputExpr->getSourceRange())
    [all...]
TreeTransform.h     [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]

Completed in 44 milliseconds