Searched defs:seq_cst (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/OpenMP/
H A Datomic_messages.cpp682 T seq_cst() { function
684 // Test for atomic seq_cst
685 #pragma omp atomic seq_cst
689 // expected-error@+1 {{directive '#pragma omp atomic' cannot contain more than one 'seq_cst' clause}}
690 #pragma omp atomic seq_cst seq_cst
693 #pragma omp atomic update seq_cst
701 int seq_cst() { function
703 // Test for atomic seq_cst
704 #pragma omp atomic seq_cst
[all...]
/external/llvm/include/llvm/Support/
H A DAtomicOrdering.h35 seq_cst = 5, member in class:llvm::AtomicOrderingCABI
47 I <= (Int)AtomicOrderingCABI::seq_cst;
55 /// not_atomic-->unordered-->relaxed-->release--------------->acq_rel-->seq_cst
84 "acq_rel", "seq_cst"};
100 /* seq_cst */ {1, 1, 1, 1, 1, 1, 1, 0},
116 /* seq_cst */ {1, 1, 1, 1, 1, 1, 1, 1},
146 /* seq_cst */ AtomicOrderingCABI::seq_cst,

Completed in 163 milliseconds