Home
last modified time | relevance | path

Searched refs:numLoopChildren (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/AST/
DStmtOpenMP.cpp91 sizeof(Stmt *) * numLoopChildren(CollapsedNum, OMPD_simd)); in Create()
120 sizeof(Stmt *) * numLoopChildren(CollapsedNum, OMPD_simd)); in CreateEmpty()
133 sizeof(Stmt *) * numLoopChildren(CollapsedNum, OMPD_for)); in Create()
173 sizeof(Stmt *) * numLoopChildren(CollapsedNum, OMPD_for)); in CreateEmpty()
186 sizeof(Stmt *) * numLoopChildren(CollapsedNum, OMPD_for_simd)); in Create()
225 sizeof(Stmt *) * numLoopChildren(CollapsedNum, OMPD_for_simd)); in CreateEmpty()
355 numLoopChildren(CollapsedNum, OMPD_parallel_for)); in Create()
394 numLoopChildren(CollapsedNum, OMPD_parallel_for)); in CreateEmpty()
406 sizeof(Stmt *) * numLoopChildren(CollapsedNum, OMPD_parallel_for_simd)); in Create()
445 sizeof(Stmt *) * numLoopChildren(CollapsedNum, OMPD_parallel_for_simd)); in CreateEmpty()
[all …]
/external/clang/include/clang/AST/
DStmtOpenMP.h393 numLoopChildren(CollapsedNum, Kind) +
407 static unsigned numLoopChildren(unsigned CollapsedNum, in numLoopChildren() function