HomeSort by: relevance | last modified time | path
    Searched refs:isOpenMPLoopTransformationDirective (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
OpenMPKinds.h 273 bool isOpenMPLoopTransformationDirective(OpenMPDirectiveKind DKind);
  /src/external/apache2/llvm/dist/clang/lib/Basic/
OpenMPKinds.cpp 582 bool clang::isOpenMPLoopTransformationDirective(OpenMPDirectiveKind DKind) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp 3434 isOpenMPLoopTransformationDirective(S->getDirectiveKind())) {
4503 } else if (isOpenMPLoopTransformationDirective(
5723 Kind != OMPD_masked && !isOpenMPLoopTransformationDirective(Kind)) {
8556 bool SupportsNonRectangular = !isOpenMPLoopTransformationDirective(DKind);
8647 isOpenMPLoopTransformationDirective(DKind)),
8907 !isOpenMPLoopTransformationDirective(DKind);
8948 AStmt->IgnoreContainers(!isOpenMPLoopTransformationDirective(DKind)),
9117 isOpenMPLoopTransformationDirective(DKind)) {
9218 isOpenMPLoopTransformationDirective(DKind))
9259 isOpenMPLoopTransformationDirective(DKind)
    [all...]

Completed in 263 milliseconds