Home
last modified time | relevance | path

Searched refs:type_arg (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectType.cpp580 CommandArgumentEntry type_arg; in CommandObjectTypeFormatAdd() local
767 CommandArgumentEntry type_arg; in CommandObjectTypeFormatterDelete() local
1019 CommandArgumentEntry type_arg; in CommandObjectTypeFormatterList() local
1420 CommandArgumentEntry type_arg; in CommandObjectTypeSummaryAdd() local
1428 m_arguments.push_back(type_arg); in CommandObjectTypeSummaryAdd()
1721 CommandArgumentEntry type_arg; in CommandObjectTypeCategoryDefine() local
1823 CommandArgumentEntry type_arg; in CommandObjectTypeCategoryEnable() local
1891 CommandArgumentEntry type_arg; in CommandObjectTypeCategoryDelete() local
2000 CommandArgumentEntry type_arg; in CommandObjectTypeCategoryDisable() local
2063 CommandArgumentEntry type_arg; in CommandObjectTypeCategoryList() local
[all …]
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dada-lang.c7549 struct type *type_arg; in ada_evaluate_subexp() local
7554 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 …]
/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Dexpr.c906 tree type_arg; local
918 type_arg = build_int_2 (atype_value, 0);
920 type_arg = build_class_ref (prim_type);
925 type_arg,
/openbsd/gnu/lib/libiberty/src/
H A DChangeLog2080 * cp-demangle.c (demangle_operator_name): Add type_arg parameter.