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.cc267 } tsan_atomic_table[] = variable in typeref:struct:tsan_map_atomic
502 for (i = 0; i < ARRAY_SIZE (tsan_atomic_table); i++)
503 if (fcode != tsan_atomic_table[i].fcode)
512 tree decl = builtin_decl_implicit (tsan_atomic_table[i].tsan_fcode);
515 switch (tsan_atomic_table[i].action)
526 if (tsan_atomic_table[i].action == fetch_op)
541 tsan_atomic_table[i].action
548 if (tsan_atomic_table[i].action == fetch_op_seq_cst)
564 if (tsan_atomic_table[i].code == BIT_NOT_EXPR)
573 g = gimple_build_assign (lhs, tsan_atomic_table[
[all...]

Completed in 196 milliseconds