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 267 Expr *InputExpr = Exprs[i];
270 if (CheckNakedParmReference(InputExpr, *this))
275 checkExprMemoryConstraintCompat(*this, InputExpr, Info, true))
280 if (CheckAsmLValue(InputExpr, *this))
281 return StmtError(Diag(InputExpr->getLocStart(),
284 << InputExpr->getSourceRange());
286 if (!InputExpr->isValueDependent()) {
288 if (!InputExpr->EvaluateAsInt(Result, Context))
290 Diag(InputExpr->getLocStart(), diag::err_asm_immediate_expected)
291 << Info.getConstraintStr() << InputExpr->getSourceRange())
    [all...]
TreeTransform.h     [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]

Completed in 882 milliseconds