Lines Matching defs:is_atomic
7310 ptrdiff_t offset, BOOL is_atomic); */
7326 BOOL is_atomic, BOOL should_copy); */
7415 /* We build "return objc_getProperty (self, _cmd, offset, is_atomic);" */
7416 tree cmd, ivar, offset, is_atomic;
7432 is_atomic = boolean_false_node;
7434 is_atomic = boolean_true_node;
7447 tree_cons /* is_atomic */
7448 (NULL_TREE, is_atomic, NULL_TREE)))));
7465 is_atomic,
7472 tree size_of, is_atomic;
7486 is_atomic = boolean_false_node;
7488 is_atomic = boolean_true_node;
7510 tree_cons /* is_atomic */
7511 (NULL_TREE, is_atomic,
7612 /* We build "objc_setProperty (self, _cmd, new_value, offset, is_atomic, should_copy);" */
7613 tree cmd, ivar, offset, is_atomic, should_copy;
7628 is_atomic = boolean_false_node;
7630 is_atomic = boolean_true_node;
7650 tree_cons /* is_atomic */
7651 (NULL_TREE, is_atomic,
7673 is_atomic,
7678 tree function_decl, size_of, is_atomic;
7688 is_atomic = boolean_false_node;
7690 is_atomic = boolean_true_node;
7710 tree_cons /* is_atomic */
7711 (NULL_TREE, is_atomic,