/netbsd-src/external/gpl3/gcc/dist/libobjc/ |
H A D | accessors.m | 103 objc_getProperty (id self, SEL __attribute__((unused)) _cmd, ptrdiff_t offset, BOOL is_atomic) 110 if (is_atomic == NO) 144 … SEL __attribute__((unused)) _cmd, ptrdiff_t offset, id new_value, BOOL is_atomic, BOOL should_cop… 176 if (is_atomic == NO) 205 objc_getPropertyStruct (void *destination, const void *source, ptrdiff_t size, BOOL is_atomic, BOOL… 207 if (is_atomic == NO) 224 objc_setPropertyStruct (void *destination, const void *source, ptrdiff_t size, BOOL is_atomic, BOOL… 226 if (is_atomic == NO) 246 objc_copyStruct (void *destination, const void *source, ptrdiff_t size, BOOL is_atomic, BOOL __attr… 248 if (is_atomic == NO)
|
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/ |
H A D | accessors.m | 103 objc_getProperty (id self, SEL __attribute__((unused)) _cmd, ptrdiff_t offset, BOOL is_atomic) 110 if (is_atomic == NO) 144 … SEL __attribute__((unused)) _cmd, ptrdiff_t offset, id new_value, BOOL is_atomic, BOOL should_cop… 176 if (is_atomic == NO) 205 objc_getPropertyStruct (void *destination, const void *source, ptrdiff_t size, BOOL is_atomic, BOOL… 207 if (is_atomic == NO) 224 objc_setPropertyStruct (void *destination, const void *source, ptrdiff_t size, BOOL is_atomic, BOOL… 226 if (is_atomic == NO) 246 objc_copyStruct (void *destination, const void *source, ptrdiff_t size, BOOL is_atomic, BOOL __attr… 248 if (is_atomic == NO)
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_trace.h | 105 u64 is_atomic : 1; member 126 u64 is_atomic : 1; member
|
H A D | tsan_rtl_report.cpp | 568 bool is_atomic = typ & kAccessAtomic; in RestoreStack() local 585 ev_addr, ev_size, ev->is_read, ev->is_atomic); in RestoreStack() 588 is_read == ev->is_read && is_atomic == ev->is_atomic && !is_free) in RestoreStack() 611 ev->pc, ev_addr, ev_size, ev->is_read, ev->is_atomic); in RestoreStack() 614 is_read == ev->is_read && is_atomic == ev->is_atomic && in RestoreStack() 630 is_read == ev->is_read && !is_atomic && is_free == ev->is_free) in RestoreStack()
|
H A D | tsan_rtl_access.cpp | 35 ev->is_atomic = !!(typ & kAccessAtomic); in TryTraceMemoryAccess() 48 evex->is_atomic = !!(typ & kAccessAtomic); in TryTraceMemoryAccess()
|
H A D | tsan_rtl.h | 510 bool is_atomic = typ & kAccessAtomic; in MemoryAccess() local 515 MemoryAccess(thr, pc, addr, size_log, is_write, is_atomic); in MemoryAccess()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/ |
H A D | objc-act.cc | 7412 tree cmd, ivar, offset, is_atomic; in objc_synthesize_getter() local 7428 is_atomic = boolean_false_node; in objc_synthesize_getter() 7430 is_atomic = boolean_true_node; in objc_synthesize_getter() 7444 (NULL_TREE, is_atomic, NULL_TREE))))); in objc_synthesize_getter() 7468 tree size_of, is_atomic; in objc_synthesize_getter() local 7482 is_atomic = boolean_false_node; in objc_synthesize_getter() 7484 is_atomic = boolean_true_node; in objc_synthesize_getter() 7507 (NULL_TREE, is_atomic, in objc_synthesize_getter() 7609 tree cmd, ivar, offset, is_atomic, should_copy; in objc_synthesize_setter() local 7624 is_atomic = boolean_false_node; in objc_synthesize_setter() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/ |
H A D | objc-act.c | 7312 tree cmd, ivar, offset, is_atomic; in objc_synthesize_getter() local 7328 is_atomic = boolean_false_node; in objc_synthesize_getter() 7330 is_atomic = boolean_true_node; in objc_synthesize_getter() 7344 (NULL_TREE, is_atomic, NULL_TREE))))); in objc_synthesize_getter() 7368 tree size_of, is_atomic; in objc_synthesize_getter() local 7382 is_atomic = boolean_false_node; in objc_synthesize_getter() 7384 is_atomic = boolean_true_node; in objc_synthesize_getter() 7407 (NULL_TREE, is_atomic, in objc_synthesize_getter() 7509 tree cmd, ivar, offset, is_atomic, should_copy; in objc_synthesize_setter() local 7524 is_atomic = boolean_false_node; in objc_synthesize_setter() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | builtins.cc | 6291 bool is_atomic = gimple_call_num_args (call) == 5; in expand_ifn_atomic_bit_test_and() local 6292 tree tcall = gimple_call_arg (call, 3 + is_atomic); in expand_ifn_atomic_bit_test_and() 6295 tree exp = build_call_nary (type, tcall, 2 + is_atomic, ptr, in expand_ifn_atomic_bit_test_and() 6297 is_atomic in expand_ifn_atomic_bit_test_and() 6399 bool is_atomic = gimple_call_num_args (call) == 5; in expand_ifn_atomic_op_fetch_cmp_0() local 6400 tree tcall = gimple_call_arg (call, 3 + is_atomic); in expand_ifn_atomic_op_fetch_cmp_0() 6404 2 + is_atomic, ptr, arg, in expand_ifn_atomic_op_fetch_cmp_0() 6405 is_atomic in expand_ifn_atomic_op_fetch_cmp_0()
|