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 146 Expr *InputExpr = Exprs[i];
150 if (CheckAsmLValue(InputExpr, *this))
151 return StmtError(Diag(InputExpr->getLocStart(),
154 << InputExpr->getSourceRange());
158 if (InputExpr->getType()->isVoidType()) {
159 return StmtError(Diag(InputExpr->getLocStart(),
161 << InputExpr->getType() << Info.getConstraintStr()
162 << InputExpr->getSourceRange());
178 if (RequireCompleteType(InputExpr->getLocStart(), Exprs[i]->getType(),
185 return StmtError(Diag(InputExpr->getLocStart()
    [all...]
TreeTransform.h     [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]

Completed in 375 milliseconds