• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/dcerpc-61/dcerpc/idl_compiler/

Lines Matching refs:arm_p

819             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 = type_p->type_structure.disc_union->arms;
940 arm_p != NULL;
941 arm_p = arm_p->next)
943 if (AST_OUT_OF_LINE_SET(arm_p)
944 || (arm_p->type != NULL
945 && type_contains_ool(arm_p->type)))
1146 AST_arm_n_t *arm_p; /* An arm of the union */
1150 for (arm_p = union_p->arms
1151 ; arm_p != NULL
1152 ; arm_p = arm_p->next)
1153 if (arm_p->type != NULL)
1155 type_prop_param(param_p, arm_p->type,
1157 AST_STRING_SET(arm_p)!=0, !AST_REF_SET(arm_p));
1317 AST_arm_n_t *arm_p; /* An arm in the union */
1323 for (arm_p = union_p->arms
1324 ; arm_p != NULL
1325 ; arm_p = arm_p->next)
1326 if (arm_p->type != NULL)
1328 if (AST_REF_SET(arm_p))
1330 if (AST_PTR_SET(arm_p))
1332 if (AST_UNIQUE_SET(arm_p))
1334 if (AST_PTR_SET(arm_p))
1336 C_PTR_TEST(arm_p->type, FALSE);
1399 AST_arm_n_t *arm_p; /* An arm in the union */
1414 for (arm_p = union_p->arms
1415 ; arm_p != NULL
1416 ; arm_p = arm_p->next)
1418 if (arm_p->type != NULL)
1424 if (!ctx->under_ptr && (arm_p->type->kind == AST_pointer_k))
1425 ctx->under_ptr = !AST_REF_SET(arm_p);
1429 member_ctx.instance_p = (ASTP_node_t *)arm_p;
1431 PROP_type_info(arm_p->type, &member_ctx);
1435 COPY_IF_LARGER(type_p->alignment_size,arm_p->type->alignment_size);
1695 AST_arm_n_t *arm_p = (AST_arm_n_t *)instance_p;
1697 || AST_STRING0_SET(arm_p) /* [v1_string] */
1698 || (AST_SMALL_SET(arm_p) && /* [v1_array] */
1700 AST_CONFORMANT_SET(type_p) || AST_VARYING_SET(arm_p))))
1702 FE_SET(arm_p->fe_info->flags, FE_HAS_V1_ATTR);
1706 || AST_STRING_SET(arm_p)
1707 || AST_PTR_SET(arm_p) || AST_UNIQUE_SET(arm_p)
1709 (AST_CONFORMANT_SET(type_p) || AST_VARYING_SET(arm_p))
1710 && !AST_SMALL_SET(type_p) && !AST_SMALL_SET(arm_p)))
1712 FE_SET(arm_p->fe_info->flags, FE_HAS_V2_ATTR);
2087 AST_arm_n_t *arm_p = (AST_arm_n_t *)instance_p;
2089 FE_SET(arm_p->fe_info->flags, FE_HAS_V1_ATTR);
2091 FE_SET(arm_p->fe_info->flags, FE_HAS_V2_ATTR);
2219 AST_arm_n_t *arm_p; /* An arm in the union */
2225 for (arm_p = union_p->arms
2226 ; arm_p != NULL
2227 ; arm_p = arm_p->next)
2228 if (arm_p->type != NULL)
2231 if (AST_VARYING_SET(arm_p))
2233 if (set_in) PROP_set_type_usage_attr(arm_p->type,AST_IN_VARYING);
2234 if (set_out) PROP_set_type_usage_attr(arm_p->type,AST_OUT_VARYING);
2236 } else if ((arm_p->type->kind == AST_pointer_k) ||
2237 (arm_p->type->kind == AST_array_k))
2239 if (set_in) PROP_set_type_usage_attr(arm_p->type,AST_IN_FIXED);
2240 if (set_out) PROP_set_type_usage_attr(arm_p->type,AST_OUT_FIXED);
2243 type_process_in_out_attrs(arm_p->type,
2244 set_in, set_out, set_out_pa_ref, AST_VARYING_SET(arm_p)!=0);
2347 AST_arm_n_t *arm_p; /* An arm in the union */
2353 for (arm_p = type_p->type_structure.disc_union->arms;
2354 arm_p != NULL;
2355 arm_p = arm_p->next)
2357 if (arm_p->type != NULL && type_contains_mutable(arm_p->type))
2452 AST_arm_n_t *arm_p; /* An arm in the union */
2458 for (arm_p = type_p->type_structure.disc_union->arms;
2459 arm_p != NULL;
2460 arm_p = arm_p->next)
2462 if (arm_p->type != NULL && type_contains_pointer(arm_p->type))
2778 AST_arm_n_t *arm_p; /* An arm of the union */
2780 for (arm_p = type_p->type_structure.disc_union->arms
2781 ; arm_p != NULL
2782 ; arm_p = arm_p->next)
2783 if (arm_p->type != NULL
2784 && (AST_STRING_SET(arm_p) || AST_STRING_SET(arm_p->type)))
2786 AST_SET_STRING(arm_p);
2787 AST_SET_VARYING(arm_p);
3903 AST_arm_n_t *arm_p; /* An arm in the union */
3908 for (arm_p = union_p->arms
3909 ; arm_p != NULL
3910 ; arm_p = arm_p->next)
3912 if (arm_p->type != NULL)
3914 type_find_pa_types(arm_p->type,types_list);