Searched defs:seq_cst (Results 1 – 6 of 6) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/ |
H A D | c-omp.c | 184 tree v, tree lhs1, tree rhs1, bool swapped, bool seq_cst, in c_finish_omp_atomic()
|
/dflybsd-src/contrib/gcc-8.0/gcc/c/ |
H A D | c-typeck.c | 2061 tree seq_cst = build_int_cst (integer_type_node, MEMMODEL_SEQ_CST); in convert_lvalue_to_rvalue() local 3934 tree seq_cst = build_int_cst (integer_type_node, MEMMODEL_SEQ_CST); in build_atomic_assign() local 14127 tree seq_cst = build_int_cst (integer_type_node, MEMMODEL_SEQ_CST); in c_omp_clause_copy_ctor() local
|
H A D | c-parser.c | 15173 bool seq_cst = false; in c_parser_omp_atomic() local
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | semantics.c | 8355 tree rhs, tree v, tree lhs1, tree rhs1, bool seq_cst) in finish_omp_atomic()
|
H A D | parser.c | 34334 bool seq_cst = false; in cp_parser_omp_atomic() local
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | omp-expand.c | 6166 bool seq_cst; in expand_omp_atomic_fetch_op() local
|