HomeSort by: relevance | last modified time | path
    Searched refs:typeof (Results 1 - 25 of 202) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/tests/usr.bin/xlint/lint1/
msg_247_ilp32_ldbl64.c 66 bool_ptr = (typeof(bool_ptr))bool_ptr;
67 bool_ptr = (typeof(bool_ptr))char_ptr;
69 bool_ptr = (typeof(bool_ptr))schar_ptr;
70 bool_ptr = (typeof(bool_ptr))uchar_ptr;
72 bool_ptr = (typeof(bool_ptr))short_ptr;
74 bool_ptr = (typeof(bool_ptr))ushort_ptr;
76 bool_ptr = (typeof(bool_ptr))int_ptr;
78 bool_ptr = (typeof(bool_ptr))uint_ptr;
80 bool_ptr = (typeof(bool_ptr))long_ptr;
82 bool_ptr = (typeof(bool_ptr))ulong_ptr
    [all...]
msg_247_lp64_ldbl128.c 66 bool_ptr = (typeof(bool_ptr))bool_ptr;
67 bool_ptr = (typeof(bool_ptr))char_ptr;
69 bool_ptr = (typeof(bool_ptr))schar_ptr;
70 bool_ptr = (typeof(bool_ptr))uchar_ptr;
72 bool_ptr = (typeof(bool_ptr))short_ptr;
74 bool_ptr = (typeof(bool_ptr))ushort_ptr;
76 bool_ptr = (typeof(bool_ptr))int_ptr;
78 bool_ptr = (typeof(bool_ptr))uint_ptr;
80 bool_ptr = (typeof(bool_ptr))long_ptr;
82 bool_ptr = (typeof(bool_ptr))ulong_ptr
    [all...]
msg_247_portable.c 69 bool_ptr = (typeof(bool_ptr))bool_ptr;
70 bool_ptr = (typeof(bool_ptr))char_ptr;
72 bool_ptr = (typeof(bool_ptr))schar_ptr;
73 bool_ptr = (typeof(bool_ptr))uchar_ptr;
75 bool_ptr = (typeof(bool_ptr))short_ptr;
77 bool_ptr = (typeof(bool_ptr))ushort_ptr;
79 bool_ptr = (typeof(bool_ptr))int_ptr;
81 bool_ptr = (typeof(bool_ptr))uint_ptr;
83 bool_ptr = (typeof(bool_ptr))long_ptr;
85 bool_ptr = (typeof(bool_ptr))ulong_ptr
    [all...]
msg_247_portable_int.c 74 bool_ptr = (typeof(bool_ptr))bool_ptr;
75 bool_ptr = (typeof(bool_ptr))char_ptr;
77 bool_ptr = (typeof(bool_ptr))schar_ptr;
78 bool_ptr = (typeof(bool_ptr))uchar_ptr;
80 bool_ptr = (typeof(bool_ptr))short_ptr;
82 bool_ptr = (typeof(bool_ptr))ushort_ptr;
84 bool_ptr = (typeof(bool_ptr))int_ptr;
86 bool_ptr = (typeof(bool_ptr))uint_ptr;
88 bool_ptr = (typeof(bool_ptr))long_ptr;
90 bool_ptr = (typeof(bool_ptr))ulong_ptr
    [all...]
d_cast_typeof.c 15 ((char *)&((typeof(hole))0)->list) :
16 ((char *)&((typeof(*hole) *)0)->list);
platform_int.c 12 void to_size(typeof(sizeof(int)));
platform_long.c 12 void to_size(typeof(sizeof(int)));
msg_386.c 14 typedef typeof(sizeof 0) size_t;
gcc_typeof.c 5 * Tests for the GCC extension 'typeof'.
7 * https://gcc.gnu.org/onlinedocs/gcc/Typeof.html
12 void take_double(typeof(0.0));
15 typeof(0.0)(
16 typeof(0.0)
msg_362.c 13 typedef typeof(sizeof(0)) size_t;
msg_372.c 13 typedef typeof(sizeof(0)) size_t;
msg_375.c 13 typedef typeof(sizeof(0)) size_t;
msg_360.c 14 typedef typeof(sizeof(0)) size_t;
msg_364.c 13 typedef typeof(sizeof(0)) size_t;
msg_365.c 12 typedef typeof(sizeof(0)) size_t;
msg_368.c 13 typedef typeof(sizeof(0)) size_t;
msg_370.c 15 typedef typeof(sizeof(0)) size_t;
msg_373.c 14 typedef typeof(sizeof(0)) size_t;
msg_377.c 16 typedef typeof(sizeof(0)) size_t;
msg_359.c 15 typedef typeof(sizeof(0)) size_t;
decl.c 152 sizeof(const typeof(bool)) +
153 sizeof(const typeof(plain_char)) +
154 sizeof(const typeof(signed_char)) +
155 sizeof(const typeof(unsigned_char)) +
156 sizeof(const typeof(signed_short)) +
157 sizeof(const typeof(unsigned_short)) +
158 sizeof(const typeof(signed_int)) +
159 sizeof(const typeof(unsigned_int)) +
160 sizeof(const typeof(signed_long)) +
161 sizeof(const typeof(unsigned_long))
    [all...]
msg_369.c 15 typedef typeof(sizeof(0)) size_t;
msg_371.c 14 typedef typeof(sizeof(0)) size_t;
msg_374.c 13 typedef typeof(sizeof(0)) size_t;
msg_376.c 12 typedef typeof(sizeof(0)) size_t;

Completed in 31 milliseconds

1 2 3 4 5 6 7 8 9