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

1 2 3 4 5 6

  /external/clang/lib/AST/
StmtOpenMP.cpp 86 const HelperExprs &Exprs) {
96 Dir->setIterationVariable(Exprs.IterationVarRef);
97 Dir->setLastIteration(Exprs.LastIteration);
98 Dir->setCalcLastIteration(Exprs.CalcLastIteration);
99 Dir->setPreCond(Exprs.PreCond);
100 Dir->setCond(Exprs.Cond);
101 Dir->setInit(Exprs.Init);
102 Dir->setInc(Exprs.Inc);
103 Dir->setCounters(Exprs.Counters);
104 Dir->setPrivateCounters(Exprs.PrivateCounters)
    [all...]
Stmt.cpp 72 llvm::errs() << " " << sum << " stmts/exprs total.\n";
398 return cast<Expr>(Exprs[i]);
409 return cast<Expr>(Exprs[i + NumOutputs]);
412 Exprs[i + NumOutputs] = E;
424 Stmt **Exprs,
439 C.Deallocate(this->Exprs);
440 this->Exprs = new (C) Stmt*[NumExprs];
441 std::copy(Exprs, Exprs + NumExprs, this->Exprs);
    [all...]
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 144 MultiExprArg constraints, MultiExprArg Exprs,
163 Constraints, Exprs.data(), AsmString, NumClobbers, Clobbers, RParenLoc);
181 ExprResult ER = CheckPlaceholderExpr(Exprs[i]);
184 Exprs[i] = ER.get();
186 // Check that the output exprs are valid lvalues.
187 Expr *OutputExpr = Exprs[i];
227 if (RequireCompleteType(OutputExpr->getLocStart(), Exprs[i]->getType(),
262 ExprResult ER = CheckPlaceholderExpr(Exprs[i]);
265 Exprs[i] = ER.get();
267 Expr *InputExpr = Exprs[i]
    [all...]
  /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...]
  /external/clang/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Stmt.h     [all...]
StmtOpenMP.h 47 /// NumChildren pointers to child stmts/exprs (if the directive type
318 /// \brief Offsets to the stored exprs.
347 // The following 12 exprs are used by worksharing and distribute loops only.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
Stmt.h     [all...]
StmtOpenMP.h 47 /// NumChildren pointers to child stmts/exprs (if the directive type
318 /// \brief Offsets to the stored exprs.
348 // The following 8 exprs are used by worksharing and distribute loops only.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
Stmt.h     [all...]
StmtOpenMP.h 47 /// NumChildren pointers to child stmts/exprs (if the directive type
318 /// \brief Offsets to the stored exprs.
348 // The following 8 exprs are used by worksharing and distribute loops only.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
Stmt.h     [all...]
StmtOpenMP.h 47 /// NumChildren pointers to child stmts/exprs (if the directive type
318 /// \brief Offsets to the stored exprs.
348 // The following 8 exprs are used by worksharing and distribute loops only.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
Stmt.h     [all...]
StmtOpenMP.h 47 /// NumChildren pointers to child stmts/exprs (if the directive type
318 /// \brief Offsets to the stored exprs.
348 // The following 8 exprs are used by worksharing and distribute loops only.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
Stmt.h     [all...]
StmtOpenMP.h 47 /// NumChildren pointers to child stmts/exprs (if the directive type
318 /// \brief Offsets to the stored exprs.
348 // The following 8 exprs are used by worksharing and distribute loops only.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
Stmt.h     [all...]

Completed in 635 milliseconds

1 2 3 4 5 6