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

  /external/clang/include/clang/AST/
OpenMPClause.h     [all...]
StmtOpenMP.h 348 MutableArrayRef<Expr *> getInits() {
669 ArrayRef<Expr *> inits() { return getInits(); }
672 return const_cast<OMPLoopDirective *>(this)->getInits();
    [all...]
Expr.h     [all...]
  /external/clang/lib/AST/
OpenMPClause.cpp 185 std::copy(UL.begin(), UL.end(), getInits().end());
211 std::fill(Clause->getInits().end(), Clause->getInits().end() + VL.size(),
StmtOpenMP.cpp 42 std::copy(A.begin(), A.end(), getInits().begin());
    [all...]
Expr.cpp     [all...]
  /external/v8/tools/gcmole/
gcmole.cc 712 return Seq(expr, expr->getNumInits(), expr->getInits(), env);
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]
SemaOverload.cpp     [all...]
SemaDeclCXX.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Analysis/
CFG.cpp 336 children = llvm::makeArrayRef(reinterpret_cast<Stmt**>(IE->getInits()),
    [all...]

Completed in 671 milliseconds