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

  /external/clang/lib/Parse/
ParseStmtAsm.cpp 627 unsigned NumExprs = NumOutputs + NumInputs;
628 ConstraintRefs.resize(NumExprs);
629 Exprs.resize(NumExprs);
630 for (unsigned i = 0, e = NumExprs; i != e; ++i) {
  /external/clang/lib/AST/
Stmt.cpp 433 unsigned NumExprs = NumOutputs + NumInputs;
436 this->Names = new (C) IdentifierInfo*[NumExprs];
437 std::copy(Names, Names + NumExprs, this->Names);
440 this->Exprs = new (C) Stmt*[NumExprs];
441 std::copy(Exprs, Exprs + NumExprs, this->Exprs);
444 this->Constraints = new (C) StringLiteral*[NumExprs];
445 std::copy(Constraints, Constraints + NumExprs, this->Constraints);
700 unsigned NumExprs = NumOutputs + NumInputs;
702 Names = new (C) IdentifierInfo*[NumExprs];
703 std::copy(names, names + NumExprs, Names)
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 539 unsigned NumExprs = Record[Idx++];
540 E->Exprs = new (Reader.getContext()) Stmt*[NumExprs];
541 for (unsigned i = 0; i != NumExprs; ++i)
543 E->NumExprs = NumExprs;
893 unsigned NumExprs = Record[Idx++];
894 while (NumExprs--)
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
Expr.h     [all...]

Completed in 1004 milliseconds