| 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)
|