Home
last modified time | relevance | path

Searched refs:derived (Results 1 – 25 of 1569) sorted by relevance

12345678910>>...63

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dclass.cc82 gfc_find_component (ts->u.derived, name, true, true, &new_ref); in insert_component_ref()
113 next->u.c.sym = new_ref->u.c.component->ts.u.derived; in insert_component_ref()
153 if (first_ref_in_chain && ts->u.derived->attr.extension) in class_data_ref_missing()
217 gfc_symbol *derived = e->symtree->n.sym->ts.u.derived; in gfc_add_component_ref() local
227 derived = (*tail)->u.c.component->ts.u.derived; in gfc_add_component_ref()
233 if (derived && derived->components && derived->components->next && in gfc_add_component_ref()
234 derived->components->next->ts.type == BT_DERIVED && in gfc_add_component_ref()
235 derived->components->next->ts.u.derived == NULL) in gfc_add_component_ref()
238 gfc_symbol *vtab = gfc_find_derived_vtab (derived->components->ts.u.derived); in gfc_add_component_ref()
240 derived->components->next->ts.u.derived = vtab->ts.u.derived; in gfc_add_component_ref()
[all …]
H A Dtrans-types.cc1157 if (spec->u.derived in gfc_typenode_for_spec()
1158 && spec->u.derived->intmod_sym_id == ISOCBINDING_PTR) in gfc_typenode_for_spec()
1190 basetype = gfc_get_union_type (spec->u.derived); in gfc_typenode_for_spec()
1195 basetype = gfc_get_derived_type (spec->u.derived, codim); in gfc_typenode_for_spec()
1204 if (spec->u.derived->ts.f90_type == BT_VOID) in gfc_typenode_for_spec()
1219 if (spec->u.derived in gfc_typenode_for_spec()
1220 && spec->u.derived->intmod_sym_id == ISOCBINDING_PTR) in gfc_typenode_for_spec()
2472 gfc_get_union_type (to_cm->ts.u.derived); in gfc_copy_dt_decls_ifequal()
2475 gfc_get_derived_type (to_cm->ts.u.derived); in gfc_copy_dt_decls_ifequal()
2478 gfc_get_derived_type (to_cm->ts.u.derived); in gfc_copy_dt_decls_ifequal()
[all …]
H A Dmisc.cc35 ts->u.derived = NULL; in gfc_clear_ts()
171 sprintf (buffer, "UNION(%s)", ts->u.derived->name); in gfc_typename()
174 if (ts->u.derived == NULL) in gfc_typename()
179 sprintf (buffer, "TYPE(%s)", ts->u.derived->name); in gfc_typename()
182 if (!ts->u.derived || !ts->u.derived->components in gfc_typename()
183 || !ts->u.derived->components->ts.u.derived) in gfc_typename()
188 if (ts->u.derived->components->ts.u.derived->attr.unlimited_polymorphic) in gfc_typename()
192 ts->u.derived->components->ts.u.derived->name); in gfc_typename()
H A Dinterface.cc452 && cmp->ts.u.derived->attr.flavor == FL_STRUCT in is_anonymous_component()
460 is_anonymous_dt (gfc_symbol *derived) in is_anonymous_dt() argument
466 return derived->attr.flavor == FL_UNION in is_anonymous_dt()
467 || (derived->attr.flavor == FL_STRUCT in is_anonymous_dt()
468 && derived->name[0] && derived->name[1] && ISUPPER (derived->name[1])); in is_anonymous_dt()
511 if (!(cmp1->ts.type == BT_DERIVED && derived1 == cmp1->ts.u.derived) in compare_components()
512 && !(cmp2->ts.type == BT_DERIVED && derived2 == cmp2->ts.u.derived) in compare_components()
516 else if ( (cmp1->ts.type == BT_DERIVED && derived1 == cmp1->ts.u.derived) in compare_components()
517 && !(cmp2->ts.type == BT_DERIVED && derived2 == cmp2->ts.u.derived)) in compare_components()
520 else if (!(cmp1->ts.type == BT_DERIVED && derived1 == cmp1->ts.u.derived) in compare_components()
[all …]
H A Dresolve.cc118 if (ts->type == BT_DERIVED && ts->u.derived->attr.abstract) in resolve_typespec_used()
124 name, where, ts->u.derived->name); in resolve_typespec_used()
127 ts->u.derived->name, where); in resolve_typespec_used()
996 if (!(csym->ts.u.derived->attr.sequence in resolve_common_vars()
997 || csym->ts.u.derived->attr.is_bind_c)) in resolve_common_vars()
1001 if (csym->ts.u.derived->attr.alloc_comp) in resolve_common_vars()
1005 if (gfc_has_default_initializer (csym->ts.u.derived)) in resolve_common_vars()
1210 gfc_symbol *derived) in get_pdt_constructor() argument
1222 comp = derived->components; in get_pdt_constructor()
1230 t = get_pdt_constructor (cons->expr, NULL, comp->ts.u.derived); in get_pdt_constructor()
[all …]
H A Dsymbol.cc2279 && gfc_find_component (sym->components->ts.u.derived, in gfc_add_component()
2283 "at %L", name, &sym->components->ts.u.derived->declared_at); in gfc_add_component()
2316 if (sym->ts.type == BT_DERIVED && sym->ts.u.derived == from) in switch_types()
2317 sym->ts.u.derived = to; in switch_types()
2378 if (t->u.derived == sym) in gfc_use_derived()
2379 t->u.derived = s; in gfc_use_derived()
2420 check = gfc_find_component (m->ts.u.derived, name, noaccess, true, &tmp); in find_union_component()
2431 sref->u.c.sym = m->ts.u.derived; in find_union_component()
2517 check = find_union_component (p->ts.u.derived, name, noaccess, &tmp); in gfc_find_component()
2526 sref->u.c.sym = p->ts.u.derived; in gfc_find_component()
[all …]
H A Dtrans-io.cc1741 gfc_symbol *derived; in transfer_namelist_element() local
1743 derived = ts->u.derived->components->ts.u.derived; in transfer_namelist_element()
1745 derived = ts->u.derived; in transfer_namelist_element()
1747 gfc_symtree *tb_io_st = gfc_find_typebound_dtio_proc (derived, in transfer_namelist_element()
1774 gfc_symbol *dtio_sub = gfc_find_specific_dtio_proc (derived, in transfer_namelist_element()
1780 gfc_symbol *vtab = gfc_find_derived_vtab (derived); in transfer_namelist_element()
1822 if (gfc_bt_struct (ts->type) && ts->u.derived->components in transfer_namelist_element()
1832 for (cmp = ts->u.derived->components; cmp; cmp = cmp->next) in transfer_namelist_element()
1835 ts->u.derived->attr.extension); in transfer_namelist_element()
2249 gfc_symbol *derived; in get_dtio_proc() local
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dclass.c80 gfc_find_component (ts->u.derived, name, true, true, &new_ref); in insert_component_ref()
111 next->u.c.sym = new_ref->u.c.component->ts.u.derived; in insert_component_ref()
151 if (first_ref_in_chain && ts->u.derived->attr.extension) in class_data_ref_missing()
215 gfc_symbol *derived = e->symtree->n.sym->ts.u.derived; in gfc_add_component_ref() local
225 derived = (*tail)->u.c.component->ts.u.derived; in gfc_add_component_ref()
231 if (derived && derived->components && derived->components->next && in gfc_add_component_ref()
232 derived->components->next->ts.type == BT_DERIVED && in gfc_add_component_ref()
233 derived->components->next->ts.u.derived == NULL) in gfc_add_component_ref()
236 gfc_symbol *vtab = gfc_find_derived_vtab (derived->components->ts.u.derived); in gfc_add_component_ref()
238 derived->components->next->ts.u.derived = vtab->ts.u.derived; in gfc_add_component_ref()
[all …]
H A Dtrans-types.c1128 if (spec->u.derived in gfc_typenode_for_spec()
1129 && spec->u.derived->intmod_sym_id == ISOCBINDING_PTR) in gfc_typenode_for_spec()
1161 basetype = gfc_get_union_type (spec->u.derived); in gfc_typenode_for_spec()
1166 basetype = gfc_get_derived_type (spec->u.derived, codim); in gfc_typenode_for_spec()
1175 if (spec->u.derived->ts.f90_type == BT_VOID) in gfc_typenode_for_spec()
1190 if (spec->u.derived in gfc_typenode_for_spec()
1191 && spec->u.derived->intmod_sym_id == ISOCBINDING_PTR) in gfc_typenode_for_spec()
2406 gfc_get_union_type (to_cm->ts.u.derived); in gfc_copy_dt_decls_ifequal()
2409 gfc_get_derived_type (to_cm->ts.u.derived); in gfc_copy_dt_decls_ifequal()
2412 gfc_get_derived_type (to_cm->ts.u.derived); in gfc_copy_dt_decls_ifequal()
[all …]
H A Dmisc.c35 ts->u.derived = NULL; in gfc_clear_ts()
170 sprintf (buffer, "UNION(%s)", ts->u.derived->name); in gfc_typename()
173 if (ts->u.derived == NULL) in gfc_typename()
178 sprintf (buffer, "TYPE(%s)", ts->u.derived->name); in gfc_typename()
181 if (ts->u.derived == NULL) in gfc_typename()
186 ts1 = ts->u.derived->components ? &ts->u.derived->components->ts : NULL; in gfc_typename()
187 if (ts1 && ts1->u.derived && ts1->u.derived->attr.unlimited_polymorphic) in gfc_typename()
190 sprintf (buffer, "CLASS(%s)", ts->u.derived->name); in gfc_typename()
H A Dinterface.c452 && cmp->ts.u.derived->attr.flavor == FL_STRUCT in is_anonymous_component()
460 is_anonymous_dt (gfc_symbol *derived) in is_anonymous_dt() argument
466 return derived->attr.flavor == FL_UNION in is_anonymous_dt()
467 || (derived->attr.flavor == FL_STRUCT in is_anonymous_dt()
468 && derived->name[0] && derived->name[1] && ISUPPER (derived->name[1])); in is_anonymous_dt()
511 if (!(cmp1->ts.type == BT_DERIVED && derived1 == cmp1->ts.u.derived) in compare_components()
512 && !(cmp2->ts.type == BT_DERIVED && derived2 == cmp2->ts.u.derived) in compare_components()
516 else if ( (cmp1->ts.type == BT_DERIVED && derived1 == cmp1->ts.u.derived) in compare_components()
517 && !(cmp2->ts.type == BT_DERIVED && derived2 == cmp2->ts.u.derived)) in compare_components()
520 else if (!(cmp1->ts.type == BT_DERIVED && derived1 == cmp1->ts.u.derived) in compare_components()
[all …]
H A Dresolve.c118 if (ts->type == BT_DERIVED && ts->u.derived->attr.abstract) in resolve_typespec_used()
124 name, where, ts->u.derived->name); in resolve_typespec_used()
127 ts->u.derived->name, where); in resolve_typespec_used()
972 if (!(csym->ts.u.derived->attr.sequence in resolve_common_vars()
973 || csym->ts.u.derived->attr.is_bind_c)) in resolve_common_vars()
977 if (csym->ts.u.derived->attr.alloc_comp) in resolve_common_vars()
981 if (gfc_has_default_initializer (csym->ts.u.derived)) in resolve_common_vars()
1186 gfc_symbol *derived) in get_pdt_constructor() argument
1198 comp = derived->components; in get_pdt_constructor()
1206 t = get_pdt_constructor (cons->expr, NULL, comp->ts.u.derived); in get_pdt_constructor()
[all …]
H A Dsymbol.c2272 && gfc_find_component (sym->components->ts.u.derived, in gfc_add_component()
2276 "at %L", name, &sym->components->ts.u.derived->declared_at); in gfc_add_component()
2309 if (sym->ts.type == BT_DERIVED && sym->ts.u.derived == from) in switch_types()
2310 sym->ts.u.derived = to; in switch_types()
2371 if (t->u.derived == sym) in gfc_use_derived()
2372 t->u.derived = s; in gfc_use_derived()
2413 check = gfc_find_component (m->ts.u.derived, name, noaccess, true, &tmp); in find_union_component()
2424 sref->u.c.sym = m->ts.u.derived; in find_union_component()
2510 check = find_union_component (p->ts.u.derived, name, noaccess, &tmp); in gfc_find_component()
2519 sref->u.c.sym = p->ts.u.derived; in gfc_find_component()
[all …]
H A Dtrans-io.c1715 gfc_symbol *derived; in transfer_namelist_element() local
1717 derived = ts->u.derived->components->ts.u.derived; in transfer_namelist_element()
1719 derived = ts->u.derived; in transfer_namelist_element()
1721 gfc_symtree *tb_io_st = gfc_find_typebound_dtio_proc (derived, in transfer_namelist_element()
1748 gfc_symbol *dtio_sub = gfc_find_specific_dtio_proc (derived, in transfer_namelist_element()
1754 gfc_symbol *vtab = gfc_find_derived_vtab (derived); in transfer_namelist_element()
1797 if (gfc_bt_struct (ts->type) && ts->u.derived->components in transfer_namelist_element()
1807 for (cmp = ts->u.derived->components; cmp; cmp = cmp->next) in transfer_namelist_element()
1810 ts->u.derived->attr.extension); in transfer_namelist_element()
2224 gfc_symbol *derived; in get_dtio_proc() local
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DCodeGenPassBuilder.h461 DerivedT &derived() { return static_cast<DerivedT &>(*this); } in derived() function
462 const DerivedT &derived() const { in derived() function
479 if (auto Err = derived().addMachinePasses(addPass)) in buildPipeline()
482 derived().addAsmPrinter( in buildPipeline()
529 derived().registerTargetAnalysis(MAM); in registerModuleAnalyses()
540 derived().registerTargetAnalysis(FAM); in registerFunctionAnalyses()
549 derived().registerTargetAnalysis(MFAM); in registerMachineFunctionAnalyses()
590 Ret = derived().getTargetPassNameFromLegacyName(Name); in getPassNameFromLegacyName()
606 derived().addIRPasses(addPass); in addISelPasses()
607 derived().addCodeGenPrepare(addPass); in addISelPasses()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dvector-builder.h145 Derived *derived () { return static_cast<Derived *> (this); } in derived() function
146 const Derived *derived () const;
155 vector_builder<T, Shape, Derived>::derived () const in derived() function
218 if (!derived ()->equal_p ((*this)[i], other[i]))
253 return derived ()->apply_step (final, count - 2, in elt()
254 derived ()->step (prev, final)); in elt()
281 derived ()->new_vector (shape, npatterns, nelts_per_pattern); in new_unary_operation()
334 derived ()->new_vector (shape, npatterns, nelts_per_pattern); in new_binary_operation()
374 i != end && derived ()->equal_p (elt (i), elt (start)); in count_dups()
394 derived ()->note_representative (&(*this)[next], (*this)[i]); in reshape()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dvector-builder.h145 Derived *derived () { return static_cast<Derived *> (this); } in derived() function
146 const Derived *derived () const;
155 vector_builder<T, Shape, Derived>::derived () const in derived() function
218 if (!derived ()->equal_p ((*this)[i], other[i]))
253 return derived ()->apply_step (final, count - 2, in elt()
254 derived ()->step (prev, final)); in elt()
281 derived ()->new_vector (shape, npatterns, nelts_per_pattern); in new_unary_operation()
334 derived ()->new_vector (shape, npatterns, nelts_per_pattern); in new_binary_operation()
374 i != end && derived ()->equal_p (elt (i), elt (start)); in count_dups()
394 derived ()->note_representative (&(*this)[next], (*this)[i]); in reshape()
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dcrypto-aes-sha1.c99 krb5_keyblock *derived; in AES_SHA1_PRF() local
117 derived = NULL; in AES_SHA1_PRF()
119 crypto->et->type, "prf", 3, &derived); in AES_SHA1_PRF()
137 if (EVP_CipherInit_ex(ctx, c, NULL, derived->keyvalue.data, NULL, 1)) { in AES_SHA1_PRF()
151 krb5_free_keyblock(context, derived); in AES_SHA1_PRF()
H A Dcrypto-des3.c66 krb5_keyblock *derived; in DES3_prf() local
84 derived = NULL; in DES3_prf()
86 crypto->et->type, "prf", 3, &derived); in DES3_prf()
104 if (!EVP_CipherInit_ex(ctx, c, NULL, derived->keyvalue.data, NULL, 1)) in DES3_prf()
116 krb5_free_keyblock(context, derived); in DES3_prf()
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man1/
H A Dopenssl-kdf.pod.in24 The key derivation functions generate a derived key from either a secret or
37 The output size of the derived key. This field is required.
45 Output the derived key in binary form. Uses hexadecimal text format if not specified.
113 for binding the derived key material
150 Use TLS1-PRF to create a hex-encoded derived key from a secret key and seed:
155 Use HKDF to create a hex-encoded derived key from a secret key, salt and info:
160 Use SSKDF with KMAC to create a hex-encoded derived key from a secret key, salt and info:
166 Use SSKDF with HMAC to create a hex-encoded derived key from a secret key, salt and info:
172 Use SSKDF with Hash to create a hex-encoded derived key from a secret key, salt and info:
178 Use SSHKDF to create a hex-encoded derived key from a secret key, hash and session_id:
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/bfd/doc/
H A Dhash.texi12 derived. These derived types may store additional information
110 itself. This may be done using a derived hash table.
112 Since C is not an object oriented language, creating a derived
117 An example of a derived hash table is the linker hash table.
121 You may also derive a hash table from an already derived hash
123 table derived from the linker hash table.
132 @subsubsection Define the derived structures
152 @subsubsection Write the derived creation routine
157 In order to permit other hash tables to be derived from the
165 derived from this one.
[all …]
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dexynos5422-odroid-core.dtsi41 /* derived from 532MHz MPLL */
67 /* derived from 666MHz CPLL */
85 /* derived from 666MHz CPLL */
97 /* derived from 600MHz DPLL */
112 /* derived from 666MHz CPLL */
133 /* derived from 532MHz MPLL */
151 /* derived from 666MHz CPLL */
160 /* derived from 666MHz CPLL */
181 /* derived from 532MHz MPLL */
199 /* derived from 600MHz DPLL */
[all …]
/netbsd-src/external/gpl3/binutils/dist/bfd/doc/
H A Dhash.texi12 derived. These derived types may store additional information
110 itself. This may be done using a derived hash table.
112 Since C is not an object oriented language, creating a derived
117 An example of a derived hash table is the linker hash table.
121 You may also derive a hash table from an already derived hash
123 table derived from the linker hash table.
132 @subsubsection Define the derived structures
152 @subsubsection Write the derived creation routine
157 In order to permit other hash tables to be derived from the
165 derived from this one.
[all …]
/netbsd-src/external/bsd/openldap/dist/
H A DCOPYRIGHT17 This work is derived from the University of Michigan LDAP v3.3
21 This work also contains materials derived from public sources.
49 promote products derived from this software without their specific
61 University may not be used to endorse or promote products derived
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DTypeSwitch.h39 DerivedT &derived = static_cast<DerivedT &>(*this); in Case() local
40 return derived.template Case<CaseT>(caseFn) in Case()
53 DerivedT &derived = static_cast<DerivedT &>(*this); in Case() local
54 return derived.template Case<CaseT>(std::forward<CallableT>(caseFn)); in Case()

12345678910>>...63