Searched refs:type_arg (Results 1 – 4 of 4) sorted by relevance
580 CommandArgumentEntry type_arg; in CommandObjectTypeFormatAdd() local767 CommandArgumentEntry type_arg; in CommandObjectTypeFormatterDelete() local1019 CommandArgumentEntry type_arg; in CommandObjectTypeFormatterList() local1420 CommandArgumentEntry type_arg; in CommandObjectTypeSummaryAdd() local1428 m_arguments.push_back(type_arg); in CommandObjectTypeSummaryAdd()1721 CommandArgumentEntry type_arg; in CommandObjectTypeCategoryDefine() local1823 CommandArgumentEntry type_arg; in CommandObjectTypeCategoryEnable() local1891 CommandArgumentEntry type_arg; in CommandObjectTypeCategoryDelete() local2000 CommandArgumentEntry type_arg; in CommandObjectTypeCategoryDisable() local2063 CommandArgumentEntry type_arg; in CommandObjectTypeCategoryList() local[all …]
7549 struct type *type_arg; in ada_evaluate_subexp() local7554 type_arg = exp->elts[pc + 2].type; in ada_evaluate_subexp()7559 type_arg = NULL; in ada_evaluate_subexp()7570 if (type_arg == NULL) in ada_evaluate_subexp()7602 else if (discrete_type_p (type_arg)) in ada_evaluate_subexp()7605 char *name = ada_type_name (type_arg); in ada_evaluate_subexp()7611 range_type = type_arg; in ada_evaluate_subexp()7630 if (ada_is_packed_array_type (type_arg)) in ada_evaluate_subexp()7631 type_arg = decode_packed_array_type (type_arg); in ada_evaluate_subexp()7637 type = ada_index_type (type_arg, tem); in ada_evaluate_subexp()[all …]
906 tree type_arg; local918 type_arg = build_int_2 (atype_value, 0);920 type_arg = build_class_ref (prim_type);925 type_arg,
2080 * cp-demangle.c (demangle_operator_name): Add type_arg parameter.