Home
last modified time | relevance | path

Searched defs:tsan_fcode (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtsan.c255 enum built_in_function fcode, tsan_fcode; member
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
282 #define BOOL_CLEAR(fcode, tsan_fcode) \ argument
[all …]