Searched refs:ivar (Results 1 - 23 of 23) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_comp_25.f9010 function name_func (ivar) result (res)
11 integer, intent(in) :: ivar local in function:name_func
/haiku-buildtools/gcc/gcc/testsuite/obj-c++.dg/
H A Dcomp-types-10.mm12 void __setRetained(id *ivar, id value) {
13 *ivar = value;
H A Dgnu-api-2-ivar.mm3 This is test 'ivar', covering all functions starting with 'ivar'. */
55 Ivar ivar = class_getInstanceVariable (objc_getClass ("MySubClass"),
57 if (strcmp (ivar_getName (ivar), "variable_ivar") != 0)
60 ivar = class_getInstanceVariable (objc_getClass ("MySubClass"),
62 if (ivar != 0)
68 Ivar ivar = class_getInstanceVariable (objc_getClass ("MyRootClass"),
70 if (ivar_getOffset (ivar) != 0)
76 Ivar ivar = class_getInstanceVariable (objc_getClass ("MySubClass"),
78 if (strcmp (ivar_getTypeEncoding (ivar), "
[all...]
H A Dencode-6.mm48 struct objc_ivar *ivar;
50 Ivar *ivar;
55 CHECK_IF(!strcmp(ivar->ivar_name, name));
56 CHECK_IF(!strcmp(ivar->ivar_type, type));
58 CHECK_IF(!strcmp(ivar_getName(*ivar), name));
59 CHECK_IF(!strcmp(ivar_getTypeEncoding(*ivar), type));
61 ivar++;
66 ivar = ((Class)objc_getClass("Int1"))->ivars->ivar_list;
68 ivar = class_copyIvarList ((Class)objc_getClass("Int1"), NULL);
77 ivar
[all...]
H A Dgnu-api-2-object.mm118 Ivar ivar = class_getInstanceVariable (objc_getClass ("MySubClass"), "variable_ivar");
122 if (object_getIvar (o, ivar) != o)
153 Ivar ivar = class_getInstanceVariable (objc_getClass ("MySubClass"), "variable_ivar");
157 object_setIvar (o, ivar, value);
/haiku-buildtools/gcc/gcc/testsuite/objc.dg/
H A Dcomp-types-9.m11 void __setRetained(id *ivar, id value) {
12 *ivar = value;
H A Dgnu-api-2-ivar.m3 This is test 'ivar', covering all functions starting with 'ivar'. */
55 Ivar ivar = class_getInstanceVariable (objc_getClass ("MySubClass"),
57 if (strcmp (ivar_getName (ivar), "variable_ivar") != 0)
60 ivar = class_getInstanceVariable (objc_getClass ("MySubClass"),
62 if (ivar != 0)
68 Ivar ivar = class_getInstanceVariable (objc_getClass ("MyRootClass"),
70 if (ivar_getOffset (ivar) != 0)
76 Ivar ivar = class_getInstanceVariable (objc_getClass ("MySubClass"),
78 if (strcmp (ivar_getTypeEncoding (ivar), "
[all...]
H A Dencode-4.m49 struct objc_ivar *ivar;
51 Ivar *ivar;
56 CHECK_IF(!strcmp(ivar->ivar_name, name));
57 CHECK_IF(!strcmp(ivar->ivar_type, type));
59 CHECK_IF(!strcmp(ivar_getName(*ivar), name));
60 CHECK_IF(!strcmp(ivar_getTypeEncoding(*ivar), type));
62 ivar++;
67 ivar = ((Class)objc_getClass("Int1"))->ivars->ivar_list;
69 ivar = class_copyIvarList ((Class)objc_getClass("Int1"), NULL);
78 ivar
[all...]
H A Dfunc-ptr-1.m16 int (*ivar)(int, int, int);
33 ivar = foo;
44 CHECK_IF(obj->ivar(4, 5, 6) == 15);
H A Dgnu-api-2-object.m118 Ivar ivar = class_getInstanceVariable (objc_getClass ("MySubClass"), "variable_ivar");
122 if (object_getIvar (o, ivar) != o)
153 Ivar ivar = class_getInstanceVariable (objc_getClass ("MySubClass"), "variable_ivar");
157 object_setIvar (o, ivar, value);
H A Dencode-7-next.m198 struct objc_ivar *ivar;
257 ivar = ivars->ivar_list;
258 CHECK_IF (!strcmp (ivar->ivar_name, "r"));
259 CHECK_IF (!strcmp (ivar->ivar_type,
H A Dencode-7-next-64bit.m202 Ivar ivar;
265 ivar = ivars[0];
266 CHECK_IF (ivar_getName(ivar), "r");
267 CHECK_IF (ivar_getTypeEncoding(ivar),
/haiku-buildtools/gcc/gcc/testsuite/objc/execute/
H A Dbf-common.h18 struct objc_ivar *ivar = &(ivars->ivar_list[i]); local
19 printf ("ivar '%s', type '%s', offset %d\n",
20 ivar->ivar_name, ivar->ivar_type, ivar->ivar_offset);
35 struct objc_ivar *ivar; local
45 ivar = &(ivars->ivar_list[i]);
47 printf ("real ivar '%s' offset %d\n",
48 ivar->ivar_name, ivar
[all...]
/haiku-buildtools/legacy/gcc/libobjc/
H A Dgc.c191 encoding and sets the bits in mask according to each ivar type. */
277 struct objc_ivar *ivar = &(ivars->ivar_list[i]); local
278 const char *ivar_type = ivar->ivar_type;
284 contains this ivar's type. */
389 struct objc_ivar *ivar = &(ivars->ivar_list[i]); local
392 if (!ivar->ivar_name || strcmp (ivar->ivar_name, ivarname))
395 assert (ivar->ivar_type);
396 type = ivar->ivar_type;
414 new_type = objc_atomic_malloc (strlen (ivar
[all...]
/haiku-buildtools/gcc/gcc/objc/
H A Dobjc-runtime-shared-support.c546 vec<constructor_elt, va_gc> *ivar = NULL; local
551 CONSTRUCTOR_APPEND_ELT (ivar, NULL_TREE,
555 /* Unnamed bit-field ivar (yuck). */
556 CONSTRUCTOR_APPEND_ELT (ivar, NULL_TREE, build_int_cst (NULL_TREE, 0));
561 CONSTRUCTOR_APPEND_ELT (ivar, NULL_TREE, id);
564 CONSTRUCTOR_APPEND_ELT (ivar, NULL_TREE, byte_position (field_decl));
566 objc_build_constructor (type, ivar));
H A Dobjc-act.c3001 /* Declare pointers to method and ivar lists. */
3052 /* Ensure that the ivar list for NSConstantString/NXConstantString
3191 correct ivar layout. */
3203 /* The NSConstantString/NXConstantString ivar layout is now known. */
3737 /* Handle ivar assignments. */
3740 /* if the struct to the left of the ivar is not an Objective-C object (__strong
3925 tree ivar; local
3926 for (ivar = CLASS_RAW_IVARS (objc_interface_context);
3927 ivar; ivar
3955 tree ivar; local
3976 tree ivar; local
3996 tree ivar; local
4007 ivar); local
4023 tree ivar; local
4035 ivar); local
4472 tree fn, body, compound_stmt, ivar; local
4542 tree ivar; local
7239 tree cmd, ivar, offset, is_atomic; local
7436 tree cmd, ivar, offset, is_atomic, should_copy; local
7614 tree ivar = is_ivar (CLASS_IVARS (interface), ivar_name); local
9363 tree ivar; local
9382 tree ivar; local
[all...]
H A Dobjc-next-runtime-abi-02.c1314 /* This routine returns the ivar declaration, if component is a valid
1315 ivar field; NULL_TREE otherwise. On finding an ivar, it also
1357 /* This routine generates new abi's ivar reference tree. It amounts
1376 is seen (at finish_struct) and not when the ivar chain is
1425 tree ivar; local
1426 if ((ivar = objc_v2_build_ivar_ref (base, id)))
1427 return ivar;
1513 the first ivar in a class (which it must be). */
2767 /* This routine declares a variable to hold the offset for ivar
2829 vec<constructor_elt, va_gc> *ivar = NULL; local
[all...]
/haiku-buildtools/gcc/gcc/fortran/
H A Dopenmp.c4212 gfc_symbol *ivar = do_code2->ext.iterator->var->symtree->n.sym; local
4213 if (dovar == ivar
4214 || gfc_find_sym_in_expr (ivar, do_code->ext.iterator->start)
4215 || gfc_find_sym_in_expr (ivar, do_code->ext.iterator->end)
4216 || gfc_find_sym_in_expr (ivar, do_code->ext.iterator->step))
4379 gfc_symbol *ivar = do_code2->ext.iterator->var->symtree->n.sym; local
4380 if (dovar == ivar
4381 || gfc_find_sym_in_expr (ivar, do_code->ext.iterator->start)
4382 || gfc_find_sym_in_expr (ivar, do_code->ext.iterator->end)
4383 || gfc_find_sym_in_expr (ivar, do_cod
[all...]
/haiku-buildtools/legacy/gcc/gcc/objc/
H A Dobjc-act.c3849 tree ivar = NULL_TREE;
3853 ivar = tree_cons (NULL_TREE,
3856 ivar);
3858 /* Unnamed bit-field ivar (yuck). */
3859 ivar = tree_cons (NULL_TREE, build_int_2 (0, 0), ivar);
3868 ivar
3873 ivar);
3877 ivar
3883 ivar);
3841 tree ivar = NULL_TREE; local
[all...]
/haiku-buildtools/gcc/gcc/
H A Dvar-tracking.c8163 notify_dependents_of_resolved_value (variable ivar, variable_table_type *vars) argument
8167 for (led = VAR_LOC_DEP_LST (ivar); led; led = next)
8886 variable ivar; local
8911 ivar = htab->find_with_hash (ldv, dv_htab_hash (ldv));
8912 gcc_checking_assert (!VAR_LOC_DEP_LST (ivar));
8913 variable_was_changed (ivar, NULL);
8918 ivar = htab->find_with_hash (ldv, dv_htab_hash (ldv));
8919 if (ivar)
8921 int i = ivar->n_var_parts;
8924 rtx loc = ivar
[all...]
H A Domp-low.c3541 tree &idx, tree &lane, tree &ivar, tree &lvar)
3573 ivar = build4 (ARRAY_REF, TREE_TYPE (new_var), avar, idx,
3624 tree ivar = NULL_TREE, lvar = NULL_TREE;
3901 idx, lane, ivar, lvar))
3905 (c, unshare_expr (ivar), x);
3910 y = lang_hooks.decls.omp_clause_dtor (c, ivar);
4011 idx, lane, ivar, lvar))
4034 (c, unshare_expr (ivar), x);
4036 x = lang_hooks.decls.omp_clause_dtor (c, ivar);
4089 idx, lane, ivar, lva
3539 lower_rec_simd_input_clauses(tree new_var, omp_context *ctx, int &max_vf, tree &idx, tree &lane, tree &ivar, tree &lvar) argument
3623 tree ivar = NULL_TREE, lvar = NULL_TREE; local
[all...]
/haiku-buildtools/gcc/gcc/c/
H A Dc-parser.c8409 tree ivar = nreverse (decls);
8410 for (; ivar; ivar = DECL_CHAIN (ivar))
8411 objc_add_instance_variable (copy_node (ivar));
9522 tree property, ivar;
9546 ivar = c_parser_peek_token (parser)->value;
9550 ivar = NULL_TREE;
9551 list = chainon (list, build_tree_list (ivar, property));
8406 tree ivar = nreverse (decls); local
9519 tree property, ivar; local
/haiku-buildtools/gcc/gcc/cp/
H A Dparser.c4708 /* In Objective-C++, an instance variable (ivar) may be preferred
20797 tree ivar, member;
20799 ivar = ivar_chains;
20800 while (ivar)
20802 member = ivar;
20803 ivar = TREE_CHAIN (member);
26709 /* Look for attributes that apply to the ivar. */
27259 /* Look for attributes that apply to the ivar. */
27517 tree property, ivar;
27527 ivar
20795 tree ivar, member; local
27514 tree property, ivar; local
[all...]

Completed in 513 milliseconds