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

  /external/clang/lib/Sema/
SemaStmtAsm.cpp 156 Expr *InputExpr = Exprs[i];
160 if (CheckAsmLValue(InputExpr, *this))
161 return StmtError(Diag(InputExpr->getLocStart(),
164 << InputExpr->getSourceRange());
168 if (InputExpr->getType()->isVoidType()) {
169 return StmtError(Diag(InputExpr->getLocStart(),
171 << InputExpr->getType() << Info.getConstraintStr()
172 << InputExpr->getSourceRange());
190 return StmtError(Diag(InputExpr->getLocStart(),
283 Expr *InputExpr = Exprs[InputOpNo]
    [all...]
TreeTransform.h     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]
CodeGenFunction.h     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 188 milliseconds