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

  /src/external/gpl3/gcc.old/dist/gcc/d/
intrinsics.cc 56 const char *deco; member in struct:intrinsic_decl
64 #define DEF_D_INTRINSIC(CODE, BUILTIN, NAME, MODULE, DECO, CTFE) \
65 { CODE, BUILTIN, NAME, MODULE, DECO, CTFE },
99 const char *tdeco = (td == NULL) ? decl->type->deco : NULL;
111 /* Instantiated functions would have the wrong type deco, get it from the
127 /* Matching the type deco may be a bit too strict, as it means that all
130 if (strcmp (intrinsic_decls[i].deco, tdeco) == 0)
types.cc 621 DECO is the uniquely mangled decoration for the type. */
624 merge_aggregate_types (Type *type, tree deco)
635 if (IDENTIFIER_DAGGREGATE (deco))
637 AggregateDeclaration *ad = IDENTIFIER_DAGGREGATE (deco);
1073 tree deco = get_identifier (d_mangle_decl (t->sym)); local
1074 if (merge_aggregate_types (t, deco))
1081 IDENTIFIER_DAGGREGATE (deco) = t->sym;
1134 tree deco = get_identifier (d_mangle_decl (t->sym)); local
1135 if (merge_aggregate_types (t, deco))
1143 IDENTIFIER_DAGGREGATE (deco) = t->sym
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
mtype.h 144 char *deco; member in class:Type

Completed in 27 milliseconds