Home
last modified time | relevance | path

Searched refs:TYPE_CODE_STRING (Results 1 – 19 of 19) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Df-typeprint.c138 case TYPE_CODE_STRING: in f_type_print_varspec_prefix()
251 case TYPE_CODE_STRING: in f_type_print_varspec_suffix()
380 case TYPE_CODE_STRING: in f_type_print_base()
Dvalarith.c189 || TYPE_CODE (tarray) == TYPE_CODE_STRING) in value_subscript()
657 if (TYPE_CODE (type2) == TYPE_CODE_STRING in value_concat()
692 else if (TYPE_CODE (type1) == TYPE_CODE_STRING in value_concat()
696 if (TYPE_CODE (type2) != TYPE_CODE_STRING in value_concat()
1266 else if (code1 == TYPE_CODE_STRING && code2 == TYPE_CODE_STRING) in value_equal()
1313 else if (code1 == TYPE_CODE_STRING && code2 == TYPE_CODE_STRING) in value_less()
Dp-typeprint.c288 case TYPE_CODE_STRING: in pascal_type_print_varspec_prefix()
409 case TYPE_CODE_STRING: in pascal_type_print_varspec_suffix()
795 case TYPE_CODE_STRING: in pascal_type_print_base()
Df-valprint.c205 || TYPE_CODE (TYPE_TARGET_TYPE (type)) == TYPE_CODE_STRING) in f77_get_dynamic_length_of_aggregate()
373 case TYPE_CODE_STRING: in f_val_print()
Dinfcall.c163 case TYPE_CODE_STRING: in value_arg_coerce()
581 || TYPE_CODE (arg_type) == TYPE_CODE_STRING in call_function_by_hand()
Dtypeprint.c303 case TYPE_CODE_STRING: in print_type_scalar()
Df-lang.c267 type = init_type (TYPE_CODE_STRING, in f_create_fundamental_type()
588 init_type (TYPE_CODE_STRING, TARGET_CHAR_BIT / TARGET_CHAR_BIT, in _initialize_f_language()
Dm2-lang.c224 type = init_type (TYPE_CODE_STRING, in m2_create_fundamental_type()
Dc-typeprint.c280 case TYPE_CODE_STRING: in c_type_print_varspec_prefix()
621 case TYPE_CODE_STRING: in c_type_print_varspec_suffix()
Dgdbtypes.c816 TYPE_CODE (result_type) = TYPE_CODE_STRING; in create_string_type()
2909 case TYPE_CODE_STRING: in recursive_dump_type()
3211 init_type (TYPE_CODE_STRING, TARGET_CHAR_BIT / TARGET_CHAR_BIT, in build_gdbtypes()
3417 init_type (TYPE_CODE_STRING, TARGET_CHAR_BIT / TARGET_CHAR_BIT, in gdbtypes_post_init()
Dlanguage.c709 return TYPE_CODE (type) != TYPE_CODE_STRING ? 0 : 1;
Dgdbtypes.h131 TYPE_CODE_STRING, enumerator
Dada-valprint.c412 case TYPE_CODE_STRING: in ada_print_scalar()
Deval.c1258 || TYPE_CODE (target_type) == TYPE_CODE_STRING in evaluate_subexp_standard()
1272 case TYPE_CODE_STRING: in evaluate_subexp_standard()
Dprintcmd.c326 || TYPE_CODE (type) == TYPE_CODE_STRING in print_formatted()
Dvalops.c2680 && TYPE_CODE (array_type) != TYPE_CODE_STRING in value_slice()
Dstabsread.c1867 TYPE_CODE (type) = TYPE_CODE_STRING; in read_type()
Dmdebugread.c4864 init_type (TYPE_CODE_STRING, in _initialize_mdebugread()
Dada-lang.c7165 if (TYPE_CODE (value_type (result)) == TYPE_CODE_STRING) in ada_evaluate_subexp()