Searched defs:tsan_fcode (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tsan.c | 255 enum built_in_function fcode, tsan_fcode; member 260 #define TRANSFORM(fcode, tsan_fcode, action, code) \ argument 262 #define CHECK_LAST(fcode, tsan_fcode) \ argument 264 #define ADD_SEQ_CST(fcode, tsan_fcode) \ argument 266 #define ADD_ACQUIRE(fcode, tsan_fcode) \ argument 268 #define WEAK_CAS(fcode, tsan_fcode) \ argument 270 #define STRONG_CAS(fcode, tsan_fcode) \ argument 272 #define BOOL_CAS(fcode, tsan_fcode) \ argument 274 #define VAL_CAS(fcode, tsan_fcode) \ argument 276 #define LOCK_RELEASE(fcode, tsan_fcode) \ argument [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tsan.cc | 264 enum built_in_function fcode, tsan_fcode; member 269 #define TRANSFORM(fcode, tsan_fcode, action, code) \ argument 271 #define CHECK_LAST(fcode, tsan_fcode) \ argument 273 #define ADD_SEQ_CST(fcode, tsan_fcode) \ argument 275 #define ADD_ACQUIRE(fcode, tsan_fcode) \ argument 277 #define WEAK_CAS(fcode, tsan_fcode) \ argument 279 #define STRONG_CAS(fcode, tsan_fcode) \ argument 281 #define BOOL_CAS(fcode, tsan_fcode) \ argument 283 #define VAL_CAS(fcode, tsan_fcode) \ argument 285 #define LOCK_RELEASE(fcode, tsan_fcode) \ argument [all …]
|