Searched refs:rep_as (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/dcerpc-61/dcerpc/idl_compiler/
H A Dbedeck.h261 boolean has_calls_before; /* xmit_as or rep_as type */
324 } rep_as; member in union:BE_call_rec_t::__anon7830
H A Direp.h123 #define IR_ARG_REP_AS 2 /* standard arg# for rep_as node ptr */
167 #define IR_op_represent_as_k 31 /* tup type rep_as */
168 #define IR_op_represent_end_k 32 /* tup type rep_as */
201 /* tuples hang off rep_as node */
203 /* of rep_as type, n.k. at compile time */
282 struct AST_rep_as_n_t *rep_as; member in union:IR_arg_t
H A Direpgen.c1207 * If base type of string has rep_as we want size of local type;
1378 * If base type of string has rep_as we want size of local type;
2065 tup_p->arg[IR_ARG_REP_AS].rep_as = type_p->rep_as_type;
2089 tup_p->arg[IR_ARG_REP_AS].rep_as = type_p->rep_as_type;
2117 * will hang off the rep_as node instead of the type node itself.
2135 * to be into the rep_as node's tuple list until another indirect type
2407 * attributes have the transmit_as tuples nested within the rep_as tuples.
2409 * rep_as node instead of the type node. If we're already in a rep_as
2411 * rep_as thi
[all...]
H A Dddbe.c1282 * backend info hang off the AST rep_as node rather than the AST type node.
2232 /* If base type of string is rep_as, octetsize is of local type */
2340 /* If base type of string is rep_as, octetsize is of local type */
2842 * hang off the AST rep_as node rather than the AST type node.
2869 rep_p = tup_p->arg[IR_ARG_REP_AS].rep_as; /* -> represent_as node */
2970 * Note that these hang off the rep_as node. The network type is

Completed in 399 milliseconds