Lines Matching defs:AtomicKind
12367 OpenMPClauseKind AtomicKind = OMPC_unknown;
12382 if (AtomicKind != OMPC_unknown && MutexClauseEncountered) {
12386 << getOpenMPClauseName(AtomicKind);
12388 AtomicKind = C->getClauseKind();
12394 << getOpenMPClauseName(AtomicKind);
12437 AtomicKind = OMPC_compare;
12446 if ((AtomicKind == OMPC_read &&
12448 ((AtomicKind == OMPC_write || AtomicKind == OMPC_update ||
12449 AtomicKind == OMPC_unknown) &&
12452 if (AtomicKind == OMPC_unknown)
12455 << getOpenMPClauseName(AtomicKind)
12456 << (AtomicKind == OMPC_unknown ? 1 : 0)
12498 if (AtomicKind == OMPC_read) {
12561 } else if (AtomicKind == OMPC_write) {
12623 } else if (AtomicKind == OMPC_update || AtomicKind == OMPC_unknown) {
12635 (AtomicKind == OMPC_update)
12646 } else if (AtomicKind == OMPC_capture) {
12861 } else if (AtomicKind == OMPC_compare) {