Searched refs:new_field (Results 1 - 13 of 13) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/jit.dg/
H A Dtest-operator-overloading.cc101 testcase.a = testcase.ctxt.new_field (testcase.numeric_type, "a");
102 testcase.b = testcase.ctxt.new_field (testcase.numeric_type, "b");
103 testcase.c = testcase.ctxt.new_field (testcase.numeric_type, "c");
105 testcase.ctxt.new_field (testcase.numeric_type, "discriminant");
H A Dtest-quadratic.cc100 testcase.a = testcase.ctxt.new_field (testcase.numeric_type, "a");
101 testcase.b = testcase.ctxt.new_field (testcase.numeric_type, "b");
102 testcase.c = testcase.ctxt.new_field (testcase.numeric_type, "c");
104 testcase.ctxt.new_field (testcase.numeric_type, "discriminant");
/haiku-buildtools/gcc/gcc/ada/gcc-interface/
H A Dutils2.c1961 tree new_field;
1964 for (new_field = TYPE_FIELDS (record_type);
1965 new_field;
1966 new_field = DECL_CHAIN (new_field))
1967 if (SAME_FIELD_P (field, new_field))
1973 if (!new_field
1990 if (!new_field)
1991 for (new_field = TYPE_FIELDS (record_type);
1992 new_field;
1949 tree new_field; local
2025 tree new_field; local
[all...]
H A Ddecl.c8443 tree new_pos, new_field;
8458 new_field
8467 DECL_FIELD_OFFSET (new_field) = variable_size (pos);
8468 DECL_FIELD_BIT_OFFSET (new_field) = bitpos;
8469 SET_DECL_OFFSET_ALIGN (new_field, offset_align);
8470 DECL_SIZE (new_field) = size;
8471 DECL_SIZE_UNIT (new_field)
8474 layout_decl (new_field, DECL_OFFSET_ALIGN (new_field));
8477 DECL_INTERNAL_P (new_field)
8426 tree new_pos, new_field; local
8569 tree old_field = v->field, new_field; local
8813 tree new_field = copy_node (field), new_n; local
[all...]
H A Dutils.c1030 tree new_field, new_size;
1050 new_field
1056 DECL_INTERNAL_P (new_field) = DECL_INTERNAL_P (old_field);
1057 SET_DECL_ORIGINAL_FIELD_TO_FIELD (new_field, old_field);
1059 DECL_QUALIFIER (new_field) = DECL_QUALIFIER (old_field);
1061 DECL_CHAIN (new_field) = field_list;
1062 field_list = new_field;
1925 tree pos, new_field;
2018 new_field
2021 DECL_CHAIN (new_field)
1024 tree new_field, new_size; local
1916 tree pos, new_field; local
[all...]
/haiku-buildtools/gcc/gcc/jit/
H A Djit-playback.h71 new_field (location *loc,
H A Dlibgccjit++.h145 field new_field (type type_, const std::string &name,
682 context::new_field (type type_, const std::string &name, location loc) function in class:gccjit::context
H A Djit-recording.h92 new_field (location *loc,
H A Djit-playback.c275 new_field (location *loc, function in class:playback::context
H A Djit-recording.c771 recording::context::new_field (recording::location *loc, function in class:recording::context
2656 set_playback_obj (r->new_field (playback_location (r, m_loc),
2676 results of new_field. */
H A Dlibgccjit.c532 gcc::jit::recording::context::new_field method, in
547 return (gcc_jit_field *)ctxt->new_field (loc, type, name);
/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans-array.c7325 tree old_field, new_field; local
7333 new_field = gfc_conv_descriptor_dtype (new_desc);
7334 gfc_add_modify (&se->pre, new_field, old_field);
7337 new_field = gfc_conv_descriptor_offset (new_desc);
7338 gfc_add_modify (&se->pre, new_field, old_field);
7344 new_field = gfc_conv_descriptor_dimension (new_desc,
7346 gfc_add_modify (&se->pre, new_field, old_field);
7355 new_field = gfc_conv_descriptor_token (new_desc);
7356 gfc_add_modify (&se->pre, new_field, old_field);
/haiku-buildtools/legacy/gcc/gcc/
H A Dsys-protos.h762 extern FIELD * new_field(int, int, int, int, int, int);

Completed in 292 milliseconds