Searched refs:component (Results 1 - 25 of 73) sorted by relevance

123

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Ddefined_assignment_3.f907 type component type in module:m0
14 type(component) :: foo(2)
21 class(component), intent(out) :: lhs
22 class(component), intent(in) :: rhs
33 infant0 = child([component(1),component(2)], 99)
H A Ddefined_assignment_8.f9011 type :: component type in module:m0
17 type, extends(component) :: comp2
25 class(component), intent(INout) :: lhs
26 class(component), intent(in) :: rhs
H A Ddefined_assignment_9.f909 type component type in module:m0
16 type(component) :: foo
20 class(component), intent(INout) :: lhs
21 class(component), intent(in) :: rhs
H A Ddefined_assignment_10.f909 type component type in module:m0
16 type(component) :: foo
20 class(component), intent(INout) :: lhs
21 class(component), intent(in) :: rhs
H A Ddefined_assignment_11.f909 type :: component type in module:m0
16 type, extends(component) :: comp2
20 type(component) :: foo
28 class(component), intent(INout) :: lhs
29 class(component), intent(in) :: rhs
H A Dunlimited_polymorphic_21.f907 real, allocatable :: component(:) component in type:foo
11 allocate(f%component(1),source=[0.99])
27 item => this%component
32 return_pointer => this%component
H A Ddefined_assignment_5.f906 type component type in module:m0
13 type(component) :: foo(2)
20 class(component), intent(INout) :: lhs
21 class(component), intent(in) :: rhs
59 dad = parent ([component (3), component (4)])
60 mum = parent ([component (5), component (6)])
H A Ddefined_assignment_2.f908 type component type in module:m0
16 type(component) :: foo1
21 type(component) :: foo2
25 class(component), intent(inout) :: lhs
26 class(component), intent(in) :: rhs
61 ! component is the default initialization value, the result will be
H A Ddefined_assignment_1.f908 type component type in module:m0
15 type(component) :: foo
22 class(component), intent(out) :: lhs
23 class(component), intent(in) :: rhs
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr60648.C5 enum component enum
24 component *b;
25 component c;
27 inline direction fn1 (component p1)
41 inline component fn2 (direction p1)
47 return component ();
50 return component (1);
52 return component (3);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr52720.c11 int i, cycle, component; local
13 for (component = 0; component < 4; component++)
14 bs->hw_gpr[cycle][component] = -1;
/haiku-buildtools/gcc/gcc/
H A Dcppdefault.h37 const char *const component; /* The component containing the directory member in struct:default_include
H A Dgenmodes.c63 struct mode_data *component; /* mode of components */ member in struct:mode_data
67 this mode as a component. */
288 validate_field (m, component);
325 m->component = 0;
335 m->component = 0;
354 m->component = 0;
358 /* A partial integer mode uses ->component to say what the
363 m->bytesize = m->component->bytesize;
370 /* Complex modes should have a component indicated, but no more. */
373 if (m->component
657 struct mode_data *component = find_mode (m); local
688 struct mode_data *component = find_mode (base); local
717 struct mode_data *component = find_mode (base); local
[all...]
H A Dgraphds.h39 int component; /* Number of dfs restarts before reaching the member in struct:vertex
H A Dgraphds.c42 fprintf (f, "%d (%d)\t<-", i, g->vertices[i].component);
202 g->vertices[av].component = -1;
210 g->vertices[i].component = -1;
221 g->vertices[v].component = comp++;
229 if (g->vertices[dfs_edge_dest (e, forward)].component
253 g->vertices[v].component = comp - 1;
269 After running this function, v->component is the number of the strongly
270 connected component for each vertex of G. Returns the number of the
H A Dtree-predcom.c281 /* Number of iterations offset from the first reference in the component. */
284 /* Number of the reference in a component, in dominance ordering. */
348 the component. */
364 struct component struct
366 /* The references in the component. */
369 /* What we know about the step of the references in the component. */
372 /* Next component in the list. */
373 struct component *next;
509 extern void dump_component (FILE *, struct component *);
511 dump_component (FILE *file, struct component *com
[all...]
H A Dcfgloopanal.c179 /* All edges should lead from a component with higher number to the
181 gcc_assert (g->vertices[ge->src].component >= g->vertices[ge->dest].component);
183 if (g->vertices[ge->src].component != g->vertices[ge->dest].component)
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/plugin/
H A Dselfassign.c119 tree component, orig_component = TREE_OPERAND (expr, 1); local
123 component = get_non_ssa_expr (orig_component);
124 if (!component)
127 component reference tree. */
128 if (base != orig_base || component != orig_component)
129 return build3 (COMPONENT_REF, TREE_TYPE (component),
130 base, component, NULL_TREE);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/plugin/
H A Dselfassign.c119 tree component, orig_component = TREE_OPERAND (expr, 1); local
123 component = get_non_ssa_expr (orig_component);
124 if (!component)
127 component reference tree. */
128 if (base != orig_base || component != orig_component)
129 return build3 (COMPONENT_REF, TREE_TYPE (component),
130 base, component, NULL_TREE);
/haiku-buildtools/jam/
H A Dpathunix.c282 // components, and chopping off a component per ".."
284 // find component
286 const char *component = path; local
297 // handle found component
299 if (componentLen == 1 && component[0] == '.') {
300 // component is ".": skip
301 } else if (resolveDotDot && componentLen == 2 && component[0] == '.'
302 && component[1] == '.') {
303 // component is "..": eat the last component o
[all...]
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dtypeck2.c919 If there are too few, use 0 for each scalar ultimate component. */
1199 the structure or union component which results from narrowing
1363 build_m_component_ref (datum, component)
1364 tree datum, component;
1372 return build_min_nt (DOTSTAR_EXPR, datum, component);
1374 if (TYPE_PTRMEMFUNC_P (TREE_TYPE (component)))
1376 type = TREE_TYPE (TYPE_PTRMEMFUNC_FN_TYPE (TREE_TYPE (component)));
1381 type = TREE_TYPE (TREE_TYPE (component));
1385 if (datum == error_mark_node || component == error_mark_node)
1390 cp_error ("`%E' cannot be used as a member pointer, since it is of type `%T'", component, typ
[all...]
/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dfixincl.sh308 component=`echo $dirname | sed -e 's|/.*$||'`
309 mkdir $component >/dev/null 2>&1
310 cd $component
311 dirmade=$dirmade/$component
/haiku-buildtools/gcc/fixincludes/
H A Dfixinc.in343 component=`echo $dirname | sed -e 's|/.*$||'`
344 mkdir $component >/dev/null 2>&1
345 cd $component
346 dirmade=$dirmade/$component
/haiku-buildtools/gcc/gcc/fortran/
H A Ddata.c82 /* Find if there is a constructor which component is equal to COM.
91 if (com == c->n.component)
450 last_ts = &ref->u.c.component->ts;
453 con = find_con_by_component (ref->u.c.component,
461 con->n.component = ref->u.c.component;
608 if (!cur || cur->n.component == NULL)
H A Dprimary.c1830 gfc_component *component; local
1947 gfc_error ("Expected structure component name at %C");
2006 component = gfc_find_component (sym, name, false, false);
2007 if (component == NULL)
2013 tail->u.c.component = component;
2016 primary->ts = component->ts;
2018 if (component->attr.proc_pointer && ppc_arg)
2020 /* Procedure pointer component call: Look for argument list. */
2029 gfc_error ("Procedure pointer component
[all...]

Completed in 113 milliseconds

123