Searched refs:components (Results 51 - 75 of 116) sorted by relevance

12345

/netbsd-current/share/mk/
H A Dsys.mk66 # Skip paths that contain relative components and can't be normalized, sort..
/netbsd-current/sys/external/bsd/acpica/dist/generate/release/
H A Dbuild.sh233 cp -r source/components $TEMP_DIR/source/
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dcheck-gen.c341 atv1[0].type.components = cmp_CN;
347 atv1[1].type.components = cmp_L;
360 atv2[0].type.components = cmp_L;
366 atv2[1].type.components = cmp_CN;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtarget-memory.c265 cmp = source->ts.u.derived->components;
503 cmp = result->ts.u.derived->components;
524 /* Run through the derived type components. */
562 sizes of the components are multiples of BITS_PER_UNIT,
683 cmp = e->ts.u.derived->components;
H A Dtrans-types.c1620 /* Fill in the stride and bound components of the type. */
1851 /* Build the array type for the stride and bound components. */
2403 to_cm = to->components;
2404 from_cm = from->components;
2477 for (map = un->components; map; map = map->next)
2614 components' backend_decl may have not been built. */
2617 /* Its components' backend_decl have been built or we are
2626 components has no other type of component, return the
2627 backend_decl. Otherwise build the components if any of the
2628 non-procedure pointer components hav
[all...]
H A Dtrans-io.c907 /* Use a temporary for components of arrays of derived types
1717 derived = ts->u.derived->components->ts.u.derived;
1797 if (gfc_bt_struct (ts->type) && ts->u.derived->components
1807 for (cmp = ts->u.derived->components; cmp; cmp = cmp->next)
2233 derived = ts->u.derived->components->ts.u.derived;
2418 derived = ts->u.derived->components->ts.u.derived;
2456 for (c = ts->u.derived->components; c; c = c->next)
H A Dresolve.c1198 comp = derived->components;
1279 comp = expr->ref->u.c.sym->components;
1281 comp = expr->ts.u.derived->components;
2836 /* Prevent crash when sym->ts.u.derived->components is not set due to previous
5937 c = ref2 ? ref2->u.c.component : e->symtree->n.sym->components;
7427 inaccessible, i.e. if it's defined in another module and the components are
7429 inaccessible components are found, nonzero otherwise. */
7439 for (c = sym->components; c; c = c->next)
7568 components that need nullification.) */
8093 /* TODO - check derived type components
[all...]
H A Dexpr.c295 /* Copy the values of any pointer components of p->value. */
1445 while (ext > 0 && gfc_find_component (dt->components->ts.u.derived,
1448 dt = dt->components->ts.u.derived;
1453 gfc_component *comp = dt->components;
2642 /* F2003, 7.1.7 (3): In init expression, allocatable components
2653 for (comp = e->ts.u.derived->components,
4816 components. Similar to add_init_expr_to_sym in decl.c; could probably be
4900 for (c = der->components; c; c = c->next)
4925 components of maps may be oddly aligned/overlapped. (For example if a
4959 for (map = union_type->components; ma
[all...]
H A Dinterface.c446 /* Only UNION and MAP components are anonymous. In the case of a MAP,
472 /* Compare components according to 4.4.2 of the Fortran standard. */
478 /* Compare names, but not for anonymous components such as UNION or MAP. */
528 /* Compare two union types by comparing the components of their maps.
551 map1 = un1->components;
552 map2 = un2->components;
565 cmp1 = map1_t->components;
566 cmp2 = map2_t->components;
568 /* Protect against null components. */
608 recursing through gfc_compare_types for the components
[all...]
H A Dtrans-expr.c688 if (class_ts.u.derived->components->as)
746 if (e->rank != class_ts.u.derived->components->as->rank)
748 gcc_assert (class_ts.u.derived->components->as->type
778 if (class_ts.u.derived->components->ts.type == BT_DERIVED
779 && class_ts.u.derived->components->ts.u.derived
937 if (class_ts.u.derived->components->as
938 && class_ts.u.derived->components->as->type == AS_ASSUMED_RANK)
964 if (class_ts.u.derived->components->as->rank != e->rank)
976 if (class_ts.u.derived->components->ts.type == BT_DERIVED
977 && class_ts.u.derived->components
[all...]
H A Dprimary.c2072 components, 'ppc_arg' determines whether the PPC may be called (with an
3023 for components without explicit value given. */
3031 for (comp = sym->components; comp; comp = comp->next)
3047 if (!comp_iter && comp == sym->components && sym->attr.extension)
3094 /* Do not trap components such as the string length for deferred
3095 length character components. */
3151 comp = sym->components;
3186 gfc_error ("Too many components in structure constructor at "
3281 /* If not explicitly a parent constructor, gather up the components
3283 if (comp && comp == sym->components
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dtarget-memory.cc264 cmp = source->ts.u.derived->components;
503 cmp = result->ts.u.derived->components;
524 /* Run through the derived type components. */
562 sizes of the components are multiples of BITS_PER_UNIT,
683 cmp = e->ts.u.derived->components;
H A Dtrans-types.cc1672 /* Fill in the stride and bound components of the type. */
1903 /* Build the array type for the stride and bound components. */
2469 to_cm = to->components;
2470 from_cm = from->components;
2545 for (map = un->components; map; map = map->next)
2684 components' backend_decl may have not been built. */
2687 /* Its components' backend_decl have been built or we are
2696 components has no other type of component, return the
2697 backend_decl. Otherwise build the components if any of the
2698 non-procedure pointer components hav
[all...]
H A Dexpr.cc295 /* Copy the values of any pointer components of p->value. */
1455 while (ext > 0 && gfc_find_component (dt->components->ts.u.derived,
1458 dt = dt->components->ts.u.derived;
1463 gfc_component *comp = dt->components;
2668 /* F2003, 7.1.7 (3): In init expression, allocatable components
2679 for (comp = e->ts.u.derived->components,
4856 components. Similar to add_init_expr_to_sym in decl.cc; could probably be
4940 for (c = der->components; c; c = c->next)
4965 components of maps may be oddly aligned/overlapped. (For example if a
4999 for (map = union_type->components; ma
[all...]
H A Dtrans-io.cc933 /* Use a temporary for components of arrays of derived types
1743 derived = ts->u.derived->components->ts.u.derived;
1822 if (gfc_bt_struct (ts->type) && ts->u.derived->components
1832 for (cmp = ts->u.derived->components; cmp; cmp = cmp->next)
2258 derived = ts->u.derived->components->ts.u.derived;
2443 derived = ts->u.derived->components->ts.u.derived;
2481 for (c = ts->u.derived->components; c; c = c->next)
H A Dresolve.cc1222 comp = derived->components;
1301 comp = expr->ref->u.c.sym->components;
1305 comp = expr->ts.u.derived->components;
2895 /* Prevent crash when sym->ts.u.derived->components is not set due to previous
6021 c = ref2 ? ref2->u.c.component : e->symtree->n.sym->components;
7549 inaccessible, i.e. if it's defined in another module and the components are
7551 inaccessible components are found, nonzero otherwise. */
7561 for (c = sym->components; c; c = c->next)
7690 components that need nullification.) */
8217 /* TODO - check derived type components
[all...]
H A Dinterface.cc446 /* Only UNION and MAP components are anonymous. In the case of a MAP,
472 /* Compare components according to 4.4.2 of the Fortran standard. */
478 /* Compare names, but not for anonymous components such as UNION or MAP. */
528 /* Compare two union types by comparing the components of their maps.
551 map1 = un1->components;
552 map2 = un2->components;
565 cmp1 = map1_t->components;
566 cmp2 = map2_t->components;
568 /* Protect against null components. */
608 recursing through gfc_compare_types for the components
[all...]
H A Dtrans-expr.cc697 expression for deallocation of allocatable components. Assumed rank
771 if (class_ts.u.derived->components->as)
829 if (e->rank != class_ts.u.derived->components->as->rank)
831 gcc_assert (class_ts.u.derived->components->as->type
871 if (class_ts.u.derived->components->ts.type == BT_DERIVED
872 && class_ts.u.derived->components->ts.u.derived
1031 if (class_ts.u.derived->components->as
1032 && class_ts.u.derived->components->as->type == AS_ASSUMED_RANK)
1058 if (class_ts.u.derived->components->as->rank != e->rank)
1070 if (class_ts.u.derived->components
[all...]
/netbsd-current/sbin/raidctl/
H A Draidctl.c714 printf("# WARNING: no optimal components; using %s\n",
1244 char *components[RF_MAXCOL]; local
1263 /* remaining args must be components */
1266 components[i-1] = argv[i];
1270 /* Level 0 must have at least two components.
1271 Level 1 must have exactly two components.
1272 Level 5 must have at least three components. */
1286 strlcpy(cfg.devnames[0][i], components[i],
1311 /* 4 components makes 3 data components
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGVTables.cpp755 // with the local symbol. As a temporary solution, fill these components
910 auto components = builder.beginStruct(); local
911 createVTableInitializer(components, *VTLayout, RTTI,
913 components.finishAndSetAsInitializer(VTable);
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/
H A Dinquire_sec_context_by_oid.c62 *suffix = oid.components[oid.length - 1];
/netbsd-current/external/gpl2/groff/dist/src/devices/grodvi/
H A Ddvi.cpp315 unsigned int components[4]; local
316 color_scheme cs = col->get_components(components);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dada-exp.h518 sub-components have already been assigned; INDICES should be
539 /* Unique pointer specialization for Ada assignment components. */
572 /* A component holding a vector of other components to assign. */
577 explicit ada_aggregate_component (std::vector<ada_component_up> &&components) argument
578 : m_components (std::move (components))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c7643 sbitmap components = sbitmap_alloc (LAST_SAVED_REGNUM + 1); local
7644 bitmap_clear (components);
7679 bitmap_set_bit (components, regno);
7684 bitmap_clear_bit (components, HARD_FRAME_POINTER_REGNUM);
7690 bitmap_clear_bit (components, cfun->machine->frame.spare_pred_reg);
7698 bitmap_clear_bit (components, reg2);
7700 bitmap_clear_bit (components, reg1);
7702 bitmap_clear_bit (components, LR_REGNUM);
7703 bitmap_clear_bit (components, SP_REGNUM);
7705 return components;
7717 sbitmap components = sbitmap_alloc (LAST_SAVED_REGNUM + 1); local
7800 aarch64_process_components(sbitmap components, bool prologue_p) argument
7911 aarch64_emit_prologue_components(sbitmap components) argument
7919 aarch64_emit_epilogue_components(sbitmap components) argument
7927 aarch64_set_handled_components(sbitmap components) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/ci/
H A Drun-buildbot367 curl "${PREVIOUS_DYLIBS_URL}" | tar -xz --strip-components=1 -C "${OSX_ROOTS}"

Completed in 473 milliseconds

12345