HomeSort by: relevance | last modified time | path
    Searched defs:bool_ptr (Results 1 - 4 of 4) sorted by relevancy

  /src/tests/usr.bin/xlint/lint1/
msg_247_ilp32_ldbl64.c 35 static _Bool *bool_ptr; variable in typeref:typename:_Bool *
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
    [all...]
msg_247_lp64_ldbl128.c 35 static _Bool *bool_ptr; variable in typeref:typename:_Bool *
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
    [all...]
msg_247_portable.c 38 static _Bool *bool_ptr; variable in typeref:typename:_Bool *
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
    [all...]
msg_247_portable_int.c 43 static _Bool *bool_ptr; variable in typeref:typename:_Bool *
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
    [all...]

Completed in 14 milliseconds