llvm::isStrongerThanUnordered

Return true if AO is strictly stronger than Unordered.

Synopsis

Declared in <llvm/Support/AtomicOrdering.h>

bool
isStrongerThanUnordered(AtomicOrdering AO);

Return Value

True if AO is strictly stronger than Unordered.

Parameters

NameDescription
AOAtomic ordering to test.