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

/haiku-buildtools/gcc/gcc/
H A Dtsan.c297 } tsan_atomic_table[] = variable in typeref:struct:tsan_map_atomic
524 for (i = 0; i < ARRAY_SIZE (tsan_atomic_table); i++)
525 if (fcode != tsan_atomic_table[i].fcode)
529 tree decl = builtin_decl_implicit (tsan_atomic_table[i].tsan_fcode);
532 switch (tsan_atomic_table[i].action)
542 if (tsan_atomic_table[i].action == fetch_op)
557 tsan_atomic_table[i].action
563 if (tsan_atomic_table[i].action == fetch_op_seq_cst)
579 if (tsan_atomic_table[i].code == BIT_NOT_EXPR)
588 g = gimple_build_assign (lhs, tsan_atomic_table[
[all...]

Completed in 87 milliseconds