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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtsan.c258 } tsan_atomic_table[] = variable in typeref:struct:tsan_map_atomic
493 for (i = 0; i < ARRAY_SIZE (tsan_atomic_table); i++)
494 if (fcode != tsan_atomic_table[i].fcode)
498 tree decl = builtin_decl_implicit (tsan_atomic_table[i].tsan_fcode);
501 switch (tsan_atomic_table[i].action)
512 if (tsan_atomic_table[i].action == fetch_op)
527 tsan_atomic_table[i].action
534 if (tsan_atomic_table[i].action == fetch_op_seq_cst)
550 if (tsan_atomic_table[i].code == BIT_NOT_EXPR)
559 g = gimple_build_assign (lhs, tsan_atomic_table[
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtsan.cc264 } tsan_atomic_table[] = variable in typeref:struct:tsan_map_atomic
499 for (i = 0; i < ARRAY_SIZE (tsan_atomic_table); i++)
500 if (fcode != tsan_atomic_table[i].fcode)
509 tree decl = builtin_decl_implicit (tsan_atomic_table[i].tsan_fcode);
512 switch (tsan_atomic_table[i].action)
523 if (tsan_atomic_table[i].action == fetch_op)
538 tsan_atomic_table[i].action
545 if (tsan_atomic_table[i].action == fetch_op_seq_cst)
561 if (tsan_atomic_table[i].code == BIT_NOT_EXPR)
570 g = gimple_build_assign (lhs, tsan_atomic_table[
[all...]

Completed in 145 milliseconds