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

/macosx-10.10.1/dcerpc-61/dcerpc/idl_compiler/
H A Dir_pvt.h123 struct AST_arm_n_t *arm_p; /* Ptr to union arm node */ member in struct:IR_case_info_n_t
H A Dpropagat.c819 AST_arm_n_t *arm_p; /* An arm in the union */
826 for (arm_p = type_p->type_structure.disc_union->arms;
827 arm_p != NULL;
828 arm_p = arm_p->next)
830 if (AST_CONTEXT_SET(arm_p)
831 || (arm_p->type != NULL
832 && type_contains_context(arm_p->type)))
933 AST_arm_n_t *arm_p; /* An arm in the union */
939 for (arm_p
811 AST_arm_n_t *arm_p; /* An arm in the union */ local
924 AST_arm_n_t *arm_p; /* An arm in the union */ local
1135 AST_arm_n_t *arm_p; /* An arm of the union */ local
1305 AST_arm_n_t *arm_p; /* An arm in the union */ local
1385 AST_arm_n_t *arm_p; /* An arm in the union */ local
1679 AST_arm_n_t *arm_p = (AST_arm_n_t *)instance_p; local
2071 AST_arm_n_t *arm_p = (AST_arm_n_t *)instance_p; local
2202 AST_arm_n_t *arm_p; /* An arm in the union */ local
2433 AST_arm_n_t *arm_p; /* An arm in the union */ local
2749 AST_arm_n_t *arm_p; /* An arm of the union */ local
3863 AST_arm_n_t *arm_p; /* An arm in the union */ local
[all...]
H A Dchecker.c4315 AST_arm_n_t *arm_p, /* [in] Ptr to AST arm node */
4321 type_p = arm_p->type;
4328 type_check(type_p, (ASTP_node_t *)arm_p, int_p);
4334 (AST_STRING_SET(arm_p)
4335 || AST_STRING0_SET(arm_p)
4336 || AST_UNIQUE_SET(arm_p)
4337 || AST_REF_SET(arm_p)
4338 || AST_SMALL_SET(arm_p)
4339 || AST_CONTEXT_SET(arm_p)
4340 || AST_PTR_SET(arm_p)))
4295 arm_type( AST_arm_n_t *arm_p, AST_interface_n_t *int_p ) argument
4463 arm_pointer( AST_arm_n_t *arm_p, AST_interface_n_t *int_p ATTRIBUTE_UNUSED ) argument
4622 arm_check( AST_arm_n_t *arm_p, AST_type_n_t *type_p, AST_interface_n_t *int_p ) argument
4685 AST_arm_n_t *arm_p; /* Ptr to one arm node of the union */ local
4788 AST_arm_n_t *arm_p; /* Ptr to one arm node of the union */ local
[all...]
H A Direpgen.c652 AST_arm_n_t *arm_p; /* Ptr to AST arm node */ local
690 for (arm_p = union_p->arms; arm_p != NULL; arm_p = arm_p->next)
693 for (label_p = arm_p->labels; label_p != NULL; label_p = label_p->next)
696 default_p = arm_p;
712 for (arm_p = union_p->arms; arm_p != NULL; arm_p
[all...]

Completed in 180 milliseconds