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

  /external/clang/lib/Parse/
ParseStmtAsm.cpp 526 SmallVector<Expr *, 4> Exprs;
552 ConstraintRefs, ClobberRefs, Exprs, EndLoc);
629 Exprs.resize(NumExprs);
641 Exprs[i] = OpExpr;
647 ClobberRefs, Exprs, EndLoc);
727 ExprVector Exprs;
735 Constraints, Exprs, AsmString.get(),
746 if (!AteExtraColon && ParseAsmOperandsOpt(Names, Constraints, Exprs))
762 if (!AteExtraColon && ParseAsmOperandsOpt(Names, Constraints, Exprs))
767 Constraints.size() == Exprs.size() && "Input operand size mismatch!")
    [all...]
ParseExpr.cpp 711 // by postfix exprs should return without invoking
    [all...]
ParseExprCXX.cpp     [all...]
ParseDecl.cpp     [all...]
  /external/clang/include/clang/AST/
Stmt.h     [all...]
Expr.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 325 SmallVector<Stmt*, 16> Exprs;
329 Exprs.push_back(Reader.ReadSubStmt());
339 Exprs.data(), NumOutputs, NumInputs,
372 SmallVector<Expr*, 16> Exprs;
375 Exprs.reserve(NumOperands);
379 Exprs.push_back(cast<Expr>(Reader.ReadSubStmt()));
385 Constraints, Exprs, Clobbers);
540 E->Exprs = new (Reader.getContext()) Stmt*[NumExprs];
542 E->Exprs[i] = Reader.ReadSubStmt();
892 SmallVector<Expr *, 16> Exprs;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Stmt.h     [all...]
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Stmt.h     [all...]
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Stmt.h     [all...]
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Stmt.h     [all...]
Expr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Stmt.h     [all...]
Expr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Stmt.h     [all...]
Expr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Stmt.h     [all...]
Expr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Stmt.h     [all...]
Expr.h     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp 6014 Expr **exprs; local
    [all...]
TreeTransform.h     [all...]

Completed in 282 milliseconds