Home
last modified time | relevance | path

Searched refs:type_Construct (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dparseproto.y41 static type_t *type_Construct(void);
437 $$ = type_SetPtr(type_Construct(), ($2)->ds_stt);
442 $$ = type_SetPtr(type_Construct(), TQ_NONE);
446 type_t *tp = type_Construct();
454 type_t *tp = type_Construct();
1182 type_Construct(void) { in type_Construct() function
1766 type_t *tp = type_Construct(); in decl_addary()
1782 type_t *tp = type_Construct(); in decl_addfun()