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

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
OpenMPKinds.h 268 bool isOpenMPLoopBoundSharingDirective(OpenMPDirectiveKind Kind);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h 1069 if (isOpenMPLoopBoundSharingDirective(Kind))
1159 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) &&
1164 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) &&
1169 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) &&
1174 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) &&
1179 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) &&
1184 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) &&
1189 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) &&
1194 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) &&
1199 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) &
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Basic/
OpenMPKinds.cpp 573 bool clang::isOpenMPLoopBoundSharingDirective(OpenMPDirectiveKind Kind) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp 108 isOpenMPLoopBoundSharingDirective(Kind)) &&
2834 if (isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()))
2848 OuterLoopArgs.EUB = isOpenMPLoopBoundSharingDirective(S.getDirectiveKind())
2852 OuterLoopArgs.Init = isOpenMPLoopBoundSharingDirective(S.getDirectiveKind())
2855 OuterLoopArgs.Cond = isOpenMPLoopBoundSharingDirective(S.getDirectiveKind())
2858 OuterLoopArgs.NextLB = isOpenMPLoopBoundSharingDirective(S.getDirectiveKind())
2861 OuterLoopArgs.NextUB = isOpenMPLoopBoundSharingDirective(S.getDirectiveKind())
3163 isOpenMPLoopBoundSharingDirective(S.getDirectiveKind());
5085 (isOpenMPLoopBoundSharingDirective(S.getDirectiveKind())
5090 (isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()
    [all...]
CGOpenMPRuntimeGPU.cpp 4093 isOpenMPLoopBoundSharingDirective(D.getDirectiveKind())) {
4101 if (isOpenMPLoopBoundSharingDirective(D.getDirectiveKind())) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp 9163 if (isOpenMPLoopBoundSharingDirective(DKind)) {
9224 if (isOpenMPLoopBoundSharingDirective(DKind)) {
9266 if (isOpenMPLoopBoundSharingDirective(DKind)) {
9272 if (isOpenMPLoopBoundSharingDirective(DKind)) {
9331 if (isOpenMPLoopBoundSharingDirective(DKind)) {
9364 if (isOpenMPLoopBoundSharingDirective(DKind)) {

Completed in 78 milliseconds