Searched refs:isOpenMPLoopBoundSharingDirective (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.h271 bool isOpenMPLoopBoundSharingDirective(OpenMPDirectiveKind Kind);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h584 if (isOpenMPLoopBoundSharingDirective(Kind))
678 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) &&
683 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) &&
688 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) &&
693 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) &&
698 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) &&
703 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) &&
708 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) &&
713 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) &&
718 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKin
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp575 bool clang::isOpenMPLoopBoundSharingDirective(OpenMPDirectiveKind Kind) { function in class:clang
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp107 isOpenMPLoopBoundSharingDirective(Kind)) &&
2647 if (isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()))
2661 OuterLoopArgs.EUB = isOpenMPLoopBoundSharingDirective(S.getDirectiveKind())
2665 OuterLoopArgs.Init = isOpenMPLoopBoundSharingDirective(S.getDirectiveKind())
2668 OuterLoopArgs.Cond = isOpenMPLoopBoundSharingDirective(S.getDirectiveKind())
2671 OuterLoopArgs.NextLB = isOpenMPLoopBoundSharingDirective(S.getDirectiveKind())
2674 OuterLoopArgs.NextUB = isOpenMPLoopBoundSharingDirective(S.getDirectiveKind())
2976 isOpenMPLoopBoundSharingDirective(S.getDirectiveKind());
4568 (isOpenMPLoopBoundSharingDirective(S.getDirectiveKind())
4573 (isOpenMPLoopBoundSharingDirective(
[all...]
H A DCGOpenMPRuntimeNVPTX.cpp4659 isOpenMPLoopBoundSharingDirective(D.getDirectiveKind())) {
4667 if (isOpenMPLoopBoundSharingDirective(D.getDirectiveKind())) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp8302 if (isOpenMPLoopBoundSharingDirective(DKind)) {
8362 if (isOpenMPLoopBoundSharingDirective(DKind)) {
8403 if (isOpenMPLoopBoundSharingDirective(DKind)) {
8409 if (isOpenMPLoopBoundSharingDirective(DKind)) {
8467 if (isOpenMPLoopBoundSharingDirective(DKind)) {
8500 if (isOpenMPLoopBoundSharingDirective(DKind)) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2296 if (isOpenMPLoopBoundSharingDirective(D->getDirectiveKind())) {
H A DASTWriterStmt.cpp2195 if (isOpenMPLoopBoundSharingDirective(D->getDirectiveKind())) {

Completed in 195 milliseconds