/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | p-typeprint.c | 226 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 D | f-typeprint.c | 132 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 D | c-typeprint.c | 274 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 D | infcall.c | 143 case TYPE_CODE_VOID: in value_arg_coerce() 842 if (TYPE_CODE (value_type) == TYPE_CODE_VOID) in call_function_by_hand()
|
H A D | typeprint.c | 301 case TYPE_CODE_VOID: in print_type_scalar()
|
H A D | stabsread.c | 882 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 D | f-lang.c | 258 type = init_type (TYPE_CODE_VOID, in f_create_fundamental_type() 496 init_type (TYPE_CODE_VOID, 1, in build_fortran_types()
|
H A D | ada-typeprint.c | 708 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 D | infcmd.c | 1085 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 D | p-lang.c | 292 type = init_type (TYPE_CODE_VOID, in pascal_create_fundamental_type()
|
H A D | gdbtypes.c | 1819 && 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 D | m2-lang.c | 216 type = init_type (TYPE_CODE_VOID, in m2_create_fundamental_type()
|
H A D | valops.c | 417 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 D | c-valprint.c | 454 case TYPE_CODE_VOID: in c_val_print()
|
H A D | c-lang.c | 225 type = init_type (TYPE_CODE_VOID, in c_create_fundamental_type()
|
H A D | f-valprint.c | 504 case TYPE_CODE_VOID: in f_val_print()
|
H A D | ada-lex.l | 702 if (TYPE_CODE (preferred_type) == TYPE_CODE_VOID)
|
H A D | ada-lang.c | 2793 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 D | values.c | 1248 if (code == TYPE_CODE_VOID) in using_struct_return()
|
H A D | p-valprint.c | 515 case TYPE_CODE_VOID: in pascal_val_print()
|
H A D | gdbtypes.h | 121 TYPE_CODE_VOID, enumerator
|
H A D | ada-valprint.c | 417 case TYPE_CODE_VOID: in ada_print_scalar()
|
H A D | valarith.c | 66 if (TYPE_CODE (ptr_type) == TYPE_CODE_VOID) in find_size_for_pointer_math()
|
H A D | jv-lang.c | 1130 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 D | LLVMBitCodes.h | 139 TYPE_CODE_VOID = 2, // VOID enumerator
|