Searched refs:should_copy (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libobjc/ |
H A D | accessors.m | 140 PS: Note how 'should_copy' is declared 'BOOL' but then actually 144 …SEL __attribute__((unused)) _cmd, ptrdiff_t offset, id new_value, BOOL is_atomic, BOOL should_copy) 154 switch (should_copy)
|
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/ |
H A D | accessors.m | 140 PS: Note how 'should_copy' is declared 'BOOL' but then actually 144 …SEL __attribute__((unused)) _cmd, ptrdiff_t offset, id new_value, BOOL is_atomic, BOOL should_copy) 154 switch (should_copy)
|
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/ |
H A D | objc-act.cc | 7609 tree cmd, ivar, offset, is_atomic, should_copy; in objc_synthesize_setter() local 7629 should_copy = boolean_true_node; in objc_synthesize_setter() 7631 should_copy = boolean_false_node; in objc_synthesize_setter() 7649 (NULL_TREE, should_copy, NULL_TREE))))))); in objc_synthesize_setter()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/ |
H A D | objc-act.c | 7509 tree cmd, ivar, offset, is_atomic, should_copy; in objc_synthesize_setter() local 7529 should_copy = boolean_true_node; in objc_synthesize_setter() 7531 should_copy = boolean_false_node; in objc_synthesize_setter() 7549 (NULL_TREE, should_copy, NULL_TREE))))))); in objc_synthesize_setter()
|