Searched refs:type_op (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/tools/ndrgen/
H A Dndr_anal.c84 switch (ti->type_op) {
112 ti->type_op);
153 switch (ti->type_op) {
180 (void) snprintf(p_fb, buflen, "?<%d>", ti->type_op);
201 switch (ti->type_op) {
255 compile_error("unknown type or keyword <%d>", ti->type_op);
321 switch (ti->type_op) {
346 assert(ti->type_op == TYPEDEF_KW);
389 assert(ti->type_op == STRUCT_KW);
443 assert(ti->type_op
[all...]
H A Dndr_gen.c67 switch (ti->type_op) {
118 if (mem->type->type_op != BASIC_TYPE)
128 if (mem->type->type_op == BASIC_TYPE)
141 if (mem->type->type_op == BASIC_TYPE)
300 if (ti->type_op == STRUCT_KW && ti->advice.a_operation) {
316 if (mem->type->type_op == UNION_KW) {
318 ptr.type_op = STAR;
363 switch (mem->type->type_op) {
464 ptr.type_op = STAR;
531 if (ti->type_op
[all...]
H A Dndrgen.h149 unsigned short type_op; /* STAR LB */ member in struct:typeinfo

Completed in 55 milliseconds