Lines Matching defs:fcode
57 enum built_in_function fcode; in get_memory_access_decl() local
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
278 #define FETCH_OP(fcode, tsan_fcode, code) \ argument
280 #define FETCH_OPS(fcode, tsan_fcode, code) \ argument
282 #define BOOL_CLEAR(fcode, tsan_fcode) \ argument
284 #define BOOL_TEST_AND_SET(fcode, tsan_fcode) \ argument
489 enum built_in_function fcode = DECL_FUNCTION_CODE (callee); in instrument_builtin_call() local