HomeSort by: relevance | last modified time | path
    Searched defs:copy_type (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/asn1/
gen_copy.c 51 copy_type (const char *from, const char *to, const Type *t, int preserve) function
56 copy_type (from, to, t->symbol->type, preserve);
134 copy_type (fs, ts, m->type, FALSE);
181 copy_type(f, T, t->subtype, FALSE);
218 copy_type (from, to, t->subtype, preserve);
242 copy_type ("from", "to", s->type, preserve);
  /src/external/gpl3/gdb.old/dist/gdb/
gdbtypes.c 2326 ary_dim = copy_type (ary_dim);
2411 type = copy_type (type);
2426 type = copy_type (dynamic_array_type->target_type ());
2459 rank_type->set_target_type (copy_type (rank_type));
2502 resolved_type = copy_type (type);
2694 resolved_type = copy_type (type);
2820 resolved_type = copy_type (type);
2851 resolved_type = copy_type (type);
5594 copy_type (const struct type *type)
5588 copy_type (const struct type *type) function
  /src/external/gpl3/gdb/dist/gdb/
gdbtypes.c 2327 ary_dim = copy_type (ary_dim);
2412 type = copy_type (type);
2427 type = copy_type (dynamic_array_type->target_type ());
2460 rank_type->set_target_type (copy_type (rank_type));
2502 resolved_type = copy_type (type);
2798 resolved_type = copy_type (type);
2882 resolved_type = copy_type (type);
2913 resolved_type = copy_type (type);
5656 copy_type (const struct type *type)
5650 copy_type (const struct type *type) function

Completed in 99 milliseconds