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

  /external/clang/lib/AST/
StmtOpenMP.cpp 91 sizeof(Stmt *) * numLoopChildren(CollapsedNum, OMPD_simd));
120 sizeof(Stmt *) * numLoopChildren(CollapsedNum, OMPD_simd));
133 sizeof(Stmt *) * numLoopChildren(CollapsedNum, OMPD_for));
173 sizeof(Stmt *) * numLoopChildren(CollapsedNum, OMPD_for));
186 sizeof(Stmt *) * numLoopChildren(CollapsedNum, OMPD_for_simd));
225 sizeof(Stmt *) * numLoopChildren(CollapsedNum, OMPD_for_simd));
355 numLoopChildren(CollapsedNum, OMPD_parallel_for));
394 numLoopChildren(CollapsedNum, OMPD_parallel_for));
406 sizeof(Stmt *) * numLoopChildren(CollapsedNum, OMPD_parallel_for_simd));
445 sizeof(Stmt *) * numLoopChildren(CollapsedNum, OMPD_parallel_for_simd))
    [all...]
  /external/clang/include/clang/AST/
StmtOpenMP.h 393 numLoopChildren(CollapsedNum, Kind) +
407 static unsigned numLoopChildren(unsigned CollapsedNum,
    [all...]

Completed in 90 milliseconds