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

  /external/clang/include/clang/AST/
StmtOpenMP.h 297 unsigned CollapsedNum;
304 /// After the fixed children, three arrays of length CollapsedNum are
337 return MutableArrayRef<Expr *>(Storage, CollapsedNum);
343 child_begin(), getArraysOffset(getDirectiveKind()) + CollapsedNum));
344 return MutableArrayRef<Expr *>(Storage, CollapsedNum);
351 getArraysOffset(getDirectiveKind()) + 2 * CollapsedNum));
352 return MutableArrayRef<Expr *>(Storage, CollapsedNum);
359 getArraysOffset(getDirectiveKind()) + 3 * CollapsedNum));
360 return MutableArrayRef<Expr *>(Storage, CollapsedNum);
367 getArraysOffset(getDirectiveKind()) + 4 * CollapsedNum));
    [all...]
  /external/clang/lib/AST/
StmtOpenMP.cpp 84 SourceLocation EndLoc, unsigned CollapsedNum,
91 sizeof(Stmt *) * numLoopChildren(CollapsedNum, OMPD_simd));
93 OMPSimdDirective(StartLoc, EndLoc, CollapsedNum, Clauses.size());
113 unsigned CollapsedNum,
119 sizeof(Stmt *) * numLoopChildren(CollapsedNum, OMPD_simd));
120 return new (Mem) OMPSimdDirective(CollapsedNum, NumClauses);
125 SourceLocation EndLoc, unsigned CollapsedNum,
132 sizeof(Stmt *) * numLoopChildren(CollapsedNum, OMPD_for));
134 new (Mem) OMPForDirective(StartLoc, EndLoc, CollapsedNum, Clauses.size());
162 unsigned CollapsedNum,
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]

Completed in 60 milliseconds