HomeSort by: relevance | last modified time | path
    Searched refs:void_ptr (Results 1 - 9 of 9) sorted by relevancy

  /src/tests/usr.bin/xlint/lint1/
msg_247_ilp32_ldbl64.c 54 static void *void_ptr; variable
99 bool_ptr = (typeof(bool_ptr))void_ptr;
133 char_ptr = (typeof(char_ptr))void_ptr;
176 schar_ptr = (typeof(schar_ptr))void_ptr;
210 uchar_ptr = (typeof(uchar_ptr))void_ptr;
252 short_ptr = (typeof(short_ptr))void_ptr;
300 ushort_ptr = (typeof(ushort_ptr))void_ptr;
346 int_ptr = (typeof(int_ptr))void_ptr;
391 uint_ptr = (typeof(uint_ptr))void_ptr;
436 long_ptr = (typeof(long_ptr))void_ptr;
    [all...]
msg_247_lp64_ldbl128.c 54 static void *void_ptr; variable
99 bool_ptr = (typeof(bool_ptr))void_ptr;
133 char_ptr = (typeof(char_ptr))void_ptr;
176 schar_ptr = (typeof(schar_ptr))void_ptr;
210 uchar_ptr = (typeof(uchar_ptr))void_ptr;
252 short_ptr = (typeof(short_ptr))void_ptr;
300 ushort_ptr = (typeof(ushort_ptr))void_ptr;
348 int_ptr = (typeof(int_ptr))void_ptr;
395 uint_ptr = (typeof(uint_ptr))void_ptr;
440 long_ptr = (typeof(long_ptr))void_ptr;
    [all...]
msg_247_portable.c 57 static void *void_ptr; variable
102 bool_ptr = (typeof(bool_ptr))void_ptr;
136 char_ptr = (typeof(char_ptr))void_ptr;
179 schar_ptr = (typeof(schar_ptr))void_ptr;
213 uchar_ptr = (typeof(uchar_ptr))void_ptr;
255 short_ptr = (typeof(short_ptr))void_ptr;
303 ushort_ptr = (typeof(ushort_ptr))void_ptr;
351 int_ptr = (typeof(int_ptr))void_ptr;
398 uint_ptr = (typeof(uint_ptr))void_ptr;
445 long_ptr = (typeof(long_ptr))void_ptr;
    [all...]
msg_247_portable_int.c 62 static void *void_ptr; variable
107 bool_ptr = (typeof(bool_ptr))void_ptr;
141 char_ptr = (typeof(char_ptr))void_ptr;
184 schar_ptr = (typeof(schar_ptr))void_ptr;
218 uchar_ptr = (typeof(uchar_ptr))void_ptr;
260 short_ptr = (typeof(short_ptr))void_ptr;
308 ushort_ptr = (typeof(ushort_ptr))void_ptr;
356 int_ptr = (typeof(int_ptr))void_ptr;
403 uint_ptr = (typeof(uint_ptr))void_ptr;
450 long_ptr = (typeof(long_ptr))void_ptr;
    [all...]
queries.c 76 void *void_ptr; variable
470 void_ptr = (void *)0;
534 void_ptr = const_void_ptr;
535 const_void_ptr = void_ptr;
537 int_ptr = void_ptr;
539 int_ptr = (int *)void_ptr;
541 char_ptr = void_ptr;
542 void_ptr = char_ptr;
544 int_ptr = void_ptr;
  /src/external/mit/isl/dist/
libisl-gdb.py 14 void_ptr = gdb.lookup_type('void').pointer()
15 value = str(self.val.cast(void_ptr))
39 void_ptr = gdb.lookup_type('void').pointer()
40 value = str(self.val.cast(void_ptr))
  /src/usr.bin/xlint/lint1/
cgram.y 567 type_t *void_ptr = block_derive_type(gettyp(VOID), PTR);
568 $$ = convert(CVT, 0, void_ptr, zero);
  /src/external/gpl3/gdb.old/dist/gdb/
i386-tdep.c 4027 struct type *void_ptr = builtin_type (gdbarch)->builtin_data_ptr;
4028 reg = make_operation<unop_cast_operation> (std::move (reg), void_ptr);
4007 struct type *void_ptr = builtin_type (gdbarch)->builtin_data_ptr; local
  /src/external/gpl3/gdb/dist/gdb/
i386-tdep.c 4041 struct type *void_ptr = builtin_type (gdbarch)->builtin_data_ptr;
4042 reg = make_operation<unop_cast_operation> (std::move (reg), void_ptr);
4021 struct type *void_ptr = builtin_type (gdbarch)->builtin_data_ptr; local

Completed in 65 milliseconds