Home
last modified time | relevance | path

Searched refs:bool_clear (Results 1 – 25 of 36) sorted by relevance

12

/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtsan.c245 bool_clear, bool_test_and_set enumerator
280 TRANSFORM (fcode, tsan_fcode, bool_clear, ERROR_MARK)
628 case bool_clear: in instrument_builtin_call()
651 if (tsan_atomic_table[i].action == bool_clear) in instrument_builtin_call()
H A DChangeLog5336 (enum tsan_atomic_action): Add bool_clear and bool_test_and_set.
5340 (instrument_builtin_call): Handle bool_clear and bool_test_and_set.
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtsan.c254 bool_clear, bool_test_and_set enumerator
289 TRANSFORM (fcode, tsan_fcode, bool_clear, ERROR_MARK)
647 case bool_clear: in instrument_builtin_call()
670 if (tsan_atomic_table[i].action == bool_clear) in instrument_builtin_call()
H A DChangeLog-201613718 (enum tsan_atomic_action): Add bool_clear and bool_test_and_set.
13722 (instrument_builtin_call): Handle bool_clear and bool_test_and_set.
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtsan.c254 bool_clear, bool_test_and_set enumerator
289 TRANSFORM (fcode, tsan_fcode, bool_clear, ERROR_MARK)
647 case bool_clear: in instrument_builtin_call()
670 if (tsan_atomic_table[i].action == bool_clear) in instrument_builtin_call()
H A DChangeLog-201613718 (enum tsan_atomic_action): Add bool_clear and bool_test_and_set.
13722 (instrument_builtin_call): Handle bool_clear and bool_test_and_set.
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtsan.c248 bool_clear, bool_test_and_set enumerator
283 TRANSFORM (fcode, tsan_fcode, bool_clear, ERROR_MARK)
636 case bool_clear: in instrument_builtin_call()
659 if (tsan_atomic_table[i].action == bool_clear) in instrument_builtin_call()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtsan.c248 bool_clear, bool_test_and_set enumerator
283 TRANSFORM (fcode, tsan_fcode, bool_clear, ERROR_MARK)
636 case bool_clear: in instrument_builtin_call()
659 if (tsan_atomic_table[i].action == bool_clear) in instrument_builtin_call()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtsan.c248 bool_clear, bool_test_and_set enumerator
283 TRANSFORM (fcode, tsan_fcode, bool_clear, ERROR_MARK)
636 case bool_clear: in instrument_builtin_call()
659 if (tsan_atomic_table[i].action == bool_clear) in instrument_builtin_call()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtsan.c248 bool_clear, bool_test_and_set enumerator
283 TRANSFORM (fcode, tsan_fcode, bool_clear, ERROR_MARK)
636 case bool_clear: in instrument_builtin_call()
659 if (tsan_atomic_table[i].action == bool_clear) in instrument_builtin_call()
H A DChangeLog-201613718 (enum tsan_atomic_action): Add bool_clear and bool_test_and_set.
13722 (instrument_builtin_call): Handle bool_clear and bool_test_and_set.
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtsan.c248 bool_clear, bool_test_and_set enumerator
283 TRANSFORM (fcode, tsan_fcode, bool_clear, ERROR_MARK)
636 case bool_clear: in instrument_builtin_call()
659 if (tsan_atomic_table[i].action == bool_clear) in instrument_builtin_call()
H A DChangeLog-201613718 (enum tsan_atomic_action): Add bool_clear and bool_test_and_set.
13722 (instrument_builtin_call): Handle bool_clear and bool_test_and_set.
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtsan.c248 bool_clear, bool_test_and_set enumerator
283 TRANSFORM (fcode, tsan_fcode, bool_clear, ERROR_MARK)
636 case bool_clear: in instrument_builtin_call()
659 if (tsan_atomic_table[i].action == bool_clear) in instrument_builtin_call()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtsan.c248 bool_clear, bool_test_and_set enumerator
283 TRANSFORM (fcode, tsan_fcode, bool_clear, ERROR_MARK)
636 case bool_clear: in instrument_builtin_call()
659 if (tsan_atomic_table[i].action == bool_clear) in instrument_builtin_call()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtsan.c248 bool_clear, bool_test_and_set enumerator
283 TRANSFORM (fcode, tsan_fcode, bool_clear, ERROR_MARK)
636 case bool_clear: in instrument_builtin_call()
659 if (tsan_atomic_table[i].action == bool_clear) in instrument_builtin_call()
H A DChangeLog-201613718 (enum tsan_atomic_action): Add bool_clear and bool_test_and_set.
13722 (instrument_builtin_call): Handle bool_clear and bool_test_and_set.
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtsan.c254 bool_clear, bool_test_and_set enumerator
289 TRANSFORM (fcode, tsan_fcode, bool_clear, ERROR_MARK)
647 case bool_clear: in instrument_builtin_call()
670 if (tsan_atomic_table[i].action == bool_clear) in instrument_builtin_call()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtsan.c248 bool_clear, bool_test_and_set enumerator
283 TRANSFORM (fcode, tsan_fcode, bool_clear, ERROR_MARK)
636 case bool_clear: in instrument_builtin_call()
659 if (tsan_atomic_table[i].action == bool_clear) in instrument_builtin_call()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtsan.c245 bool_clear, bool_test_and_set enumerator
280 TRANSFORM (fcode, tsan_fcode, bool_clear, ERROR_MARK)
628 case bool_clear: in instrument_builtin_call()
651 if (tsan_atomic_table[i].action == bool_clear) in instrument_builtin_call()
H A DChangeLog5336 (enum tsan_atomic_action): Add bool_clear and bool_test_and_set.
5340 (instrument_builtin_call): Handle bool_clear and bool_test_and_set.
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtsan.c254 bool_clear, bool_test_and_set enumerator
289 TRANSFORM (fcode, tsan_fcode, bool_clear, ERROR_MARK)
647 case bool_clear: in instrument_builtin_call()
670 if (tsan_atomic_table[i].action == bool_clear) in instrument_builtin_call()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtsan.c248 bool_clear, bool_test_and_set enumerator
283 TRANSFORM (fcode, tsan_fcode, bool_clear, ERROR_MARK)
636 case bool_clear: in instrument_builtin_call()
659 if (tsan_atomic_table[i].action == bool_clear) in instrument_builtin_call()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtsan.c248 bool_clear, bool_test_and_set enumerator
283 TRANSFORM (fcode, tsan_fcode, bool_clear, ERROR_MARK)
636 case bool_clear: in instrument_builtin_call()
659 if (tsan_atomic_table[i].action == bool_clear) in instrument_builtin_call()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtsan.c248 bool_clear, bool_test_and_set enumerator
283 TRANSFORM (fcode, tsan_fcode, bool_clear, ERROR_MARK)
636 case bool_clear: in instrument_builtin_call()
659 if (tsan_atomic_table[i].action == bool_clear) in instrument_builtin_call()

12