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 161 Expr *InputExpr = Exprs[i];
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];
231 if (OutputExpr->isTypeDependent() || InputExpr->isTypeDependent()
    [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 1207 milliseconds