Home
last modified time | relevance | path

Searched refs:TYPE_CODE_VOID (Results 1 – 25 of 37) sorted by relevance

12

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dp-typeprint.c226 if (TYPE_CODE (TYPE_TARGET_TYPE (type)) != TYPE_CODE_VOID) in pascal_type_print_varspec_prefix()
252 if (TYPE_CODE (TYPE_TARGET_TYPE (type)) != TYPE_CODE_VOID) in pascal_type_print_varspec_prefix()
282 case TYPE_CODE_VOID: in pascal_type_print_varspec_prefix()
367 if (TYPE_CODE (TYPE_TARGET_TYPE (type)) != TYPE_CODE_VOID) in pascal_type_print_varspec_suffix()
387 if (TYPE_CODE (TYPE_TARGET_TYPE (type)) != TYPE_CODE_VOID) in pascal_type_print_varspec_suffix()
403 case TYPE_CODE_VOID: in pascal_type_print_varspec_suffix()
461 …if ((TYPE_CODE (type) == TYPE_CODE_PTR) && (TYPE_CODE (TYPE_TARGET_TYPE (type)) == TYPE_CODE_VOID)) in pascal_type_print_base()
690 TYPE_CODE (TYPE_TARGET_TYPE (TYPE_FN_FIELD_TYPE (f, j))) != TYPE_CODE_VOID) in pascal_type_print_base()
705 TYPE_CODE (TYPE_TARGET_TYPE (TYPE_FN_FIELD_TYPE (f, j))) != TYPE_CODE_VOID) in pascal_type_print_base()
761 case TYPE_CODE_VOID: in pascal_type_print_base()
H A Df-typeprint.c132 case TYPE_CODE_VOID: in f_type_print_varspec_prefix()
244 case TYPE_CODE_VOID: in f_type_print_varspec_suffix()
337 case TYPE_CODE_VOID: in f_type_print_base()
H A Dc-typeprint.c274 case TYPE_CODE_VOID: in c_type_print_varspec_prefix()
615 case TYPE_CODE_VOID: in c_type_print_varspec_suffix()
1134 case TYPE_CODE_VOID: in c_type_print_base()
H A Dinfcall.c143 case TYPE_CODE_VOID: in value_arg_coerce()
842 if (TYPE_CODE (value_type) == TYPE_CODE_VOID) in call_function_by_hand()
H A Dtypeprint.c301 case TYPE_CODE_VOID: in print_type_scalar()
H A Dstabsread.c882 if (TYPE_CODE (ptype) == TYPE_CODE_VOID) in define_symbol()
1572 TYPE_CODE (type) = TYPE_CODE_VOID; in read_type()
1683 && TYPE_CODE (arg_types->type) == TYPE_CODE_VOID) in read_type()
1970 rettype = init_type (TYPE_CODE_VOID, 1, 0, "void", NULL); in rs6000_builtin_type()
3590 return init_type (TYPE_CODE_VOID, 1, in read_sun_builtin_type()
3819 return init_type (TYPE_CODE_VOID, 1, 0, NULL, objfile); in read_range_type()
3962 if (TYPE_CODE (types[n - 1]) != TYPE_CODE_VOID) in read_args()
H A Df-lang.c258 type = init_type (TYPE_CODE_VOID, in f_create_fundamental_type()
496 init_type (TYPE_CODE_VOID, 1, in build_fortran_types()
H A Dada-typeprint.c708 if (TYPE_CODE (TYPE_TARGET_TYPE (type)) == TYPE_CODE_VOID) in print_func_type()
732 if (TYPE_CODE (TYPE_TARGET_TYPE (type)) != TYPE_CODE_VOID) in print_func_type()
H A Dinfcmd.c1085 gdb_assert (TYPE_CODE (value_type) != TYPE_CODE_VOID); in print_return_value()
1165 if (TYPE_CODE (value_type) == TYPE_CODE_VOID) in finish_command_continuation()
1291 if (TYPE_CODE (value_type) == TYPE_CODE_VOID) in finish_command()
H A Dp-lang.c292 type = init_type (TYPE_CODE_VOID, in pascal_create_fundamental_type()
H A Dgdbtypes.c1819 && TYPE_CODE (TYPE_TARGET_TYPE (t)) != TYPE_CODE_VOID); in can_dereference()
2372 if (TYPE_CODE (TYPE_TARGET_TYPE (parm)) == TYPE_CODE_VOID) in rank_one_type()
2646 case TYPE_CODE_VOID: in rank_one_type()
2909 case TYPE_CODE_VOID: in recursive_dump_type()
3128 init_type (TYPE_CODE_VOID, 1, in build_gdbtypes()
3358 init_type (TYPE_CODE_VOID, 1, in gdbtypes_post_init()
H A Dm2-lang.c216 type = init_type (TYPE_CODE_VOID, in m2_create_fundamental_type()
H A Dvalops.c417 else if (code1 == TYPE_CODE_VOID) in value_cast()
458 if (TYPE_CODE (check_typedef (type)) == TYPE_CODE_VOID) in value_at()
479 if (TYPE_CODE (check_typedef (type)) == TYPE_CODE_VOID) in value_at_lazy()
1150 (i < nargs) && TYPE_CODE (t1[i].type) != TYPE_CODE_VOID; in typecmp()
H A Dc-valprint.c454 case TYPE_CODE_VOID: in c_val_print()
H A Dc-lang.c225 type = init_type (TYPE_CODE_VOID, in c_create_fundamental_type()
H A Df-valprint.c504 case TYPE_CODE_VOID: in f_val_print()
H A Dada-lex.l702 if (TYPE_CODE (preferred_type) == TYPE_CODE_VOID)
H A Dada-lang.c2793 if (TYPE_CODE (ftype) == TYPE_CODE_VOID in ada_type_match()
2794 || TYPE_CODE (atype) == TYPE_CODE_VOID) in ada_type_match()
2900 return TYPE_CODE (return_type) != TYPE_CODE_VOID; in return_match()
5891 else if (TYPE_CODE (type1) == TYPE_CODE_VOID) in ada_prefer_type()
5893 else if (TYPE_CODE (type0) == TYPE_CODE_VOID) in ada_prefer_type()
8399 if (TYPE_CODE (exp->elts[*pos + 1].type) != TYPE_CODE_VOID) in ada_print_subexp()
8516 type = init_type (TYPE_CODE_VOID, in ada_create_fundamental_type()
8672 lookup_pointer_type (init_type (TYPE_CODE_VOID, 1, 0, "void", in ada_language_arch_info()
H A Dvalues.c1248 if (code == TYPE_CODE_VOID) in using_struct_return()
H A Dp-valprint.c515 case TYPE_CODE_VOID: in pascal_val_print()
H A Dgdbtypes.h121 TYPE_CODE_VOID, enumerator
H A Dada-valprint.c417 case TYPE_CODE_VOID: in ada_print_scalar()
H A Dvalarith.c66 if (TYPE_CODE (ptr_type) == TYPE_CODE_VOID) in find_size_for_pointer_math()
H A Djv-lang.c1130 java_void_type = init_type (TYPE_CODE_VOID, 1, 0, "void", NULL); in _initialize_java_language()
/openbsd/gnu/llvm/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h139 TYPE_CODE_VOID = 2, // VOID enumerator

12