/src/tests/usr.bin/xlint/lint1/ |
expr_binary_trad.c | 13 struct incompatible sink; variable in typeref:struct:incompatible 25 sink = (char *)0 + 0; 28 sink = 0 + (char *)0; 31 sink = 1 + 1; 34 sink = 0.0 + 0; 36 sink = 0 + 0.0; 38 sink = 0.0 + (float)0.0; 40 sink = (float)0.0 + 0.0; 47 sink = (float)0.0 + 0; 49 sink = 0 + (float)0.0 [all...] |
lex_char.c | 12 void sink(char); 18 sink(''); 20 sink('a'); 22 sink('\0'); 27 sink('ä'); 30 sink('\e'); 33 sink('\y'); 36 sink('\x12'); 39 sink('\177'); 42 sink(''); [all...] |
lex_string.c | 12 void sink(const char *); 17 sink(""); 19 sink("hello, world\n"); 21 sink("\0"); 23 sink("\0\0\0\0"); 26 sink("\x"); /* unfinished */ 29 sink("\y"); /* unknown escape sequence */ 31 sink("first" "second"); 34 sink("plain" L"wide");
|
parse_type_name.c | 11 void sink(unsigned long); 17 sink(sizeof(int)); 26 sink(sizeof(const)); 29 sink(sizeof(double)); 33 sink(sizeof(const[3])); 36 sink(sizeof(const int[3])); 37 sink(sizeof(int const[3])); 44 sink(sizeof(int ***)); 47 sink(sizeof(int[3])); 50 sink(sizeof(int **[3])) [all...] |
lex_integer_binary.c | 13 void sink(unsigned int); 22 sink(0b1111000001011010); 29 sink(0b1111_0000_0101_1010);
|
lex_wide_char.c | 12 void sink(int); 18 sink(L''); 20 sink(L'a'); 22 sink(L'\0'); 26 sink(L'ä'); 29 sink(L'\e'); 32 sink(L'\y'); 35 sink(L'\x12'); 38 sink(L'\177'); 41 sink(L'\n') [all...] |
lex_wide_string.c | 12 void sink(const int *); 17 sink(L""); 19 sink(L"hello, world\n"); 21 sink(L"\0"); 23 sink(L"\0\0\0\0"); 26 sink(L"\x"); 29 sink(L"\y"); 31 sink(L"first" L"second"); 34 sink(L"wide" "plain");
|
msg_086.c | 12 int sink; variable in typeref:typename:int 23 sink = variable; 24 sink = parameter; 25 sink = err;
|
msg_101.c | 12 void sink(int); 18 sink(ptr->x); 19 sink(pt.x); 23 sink(ptr->z); 25 sink(pt.z); 29 sink(ptr.x); 31 sink(pt->x); 35 sink(ptr.z); 37 sink(pt->z);
|
op_colon.c | 15 sink(struct canary); 22 sink(cond ? p : p); 24 sink(cond ? p : c); 26 sink(cond ? p : v); 28 sink(cond ? p : cv); 31 sink(cond ? c : p); 33 sink(cond ? c : c); 35 sink(cond ? c : v); 37 sink(cond ? c : cv); 40 sink(cond ? v : p) [all...] |
expr_binary.c | 14 void sink(struct incompatible); 25 sink((void *)0 + 0); 28 sink(0 + (void *)0); 31 sink(1 + 1); 34 sink((const int)1 + (volatile int)1); 37 sink((volatile int)1 + (const int)1); 46 sink(cldbl + 0); 48 sink(0 + cldbl); 50 sink(cldbl + cdbl); 52 sink(cdbl + cldbl) [all...] |
msg_341.c | 19 void sink(int); 69 sink(((int)((_ctype_tab_ + 1)[(c)] & 0x0040))); 72 sink(((int)((_ctype_tab_ + 1)[((unsigned char)c)] & 0x0040))); 75 sink(((int)((_ctype_tab_ + 1)[((int)c)] & 0x0040))); 78 sink(((int)((_ctype_tab_ + 1)[((unsigned int)c)] & 0x0040))); 85 sink(((int)((_ctype_tab_ + 1)[sc])));
|
msg_155.c | 53 extern void sink(struct incompatible); 71 sink(day); 74 sink(day + 0); 77 sink(0 + day); 80 sink(0);
|
d_c99_complex_split.c | 25 void sink(double _Complex); 42 sink(c); 59 sink(c); /* XXX: may be used before set */ 76 sink(c); /* XXX: may be used before set */
|
msg_130.c | 26 void sink(_Bool); 32 sink(cond ? GREEN : MORNING); 34 sink(c != s); 36 sink(c == s); 37 sink((c & MEDIUM) != 0); /* might be useful to warn about */ 38 sink((c | MEDIUM) != 0); /* might be useful to warn about */ 54 sink(1 == 1);
|
msg_135.c | 8 void sink(const void *); 45 sink(complete); 60 sink(usp); 75 sink(usp);
|
expr_promote_trad.c | 10 sink(); 39 sink("",
|
msg_342.c | 35 void sink(int); 122 sink(((int)((_ctype_tab_ + 1)[(c)] & 0x0040))); 125 sink(((int)((_ctype_tab_ + 1)[((unsigned char)c)] & 0x0040))); 128 sink(((int)((_ctype_tab_ + 1)[((int)c)] & 0x0040))); 131 sink(((int)((_ctype_tab_ + 1)[((unsigned int)c)] & 0x0040)));
|
expr_promote.c | 10 void sink(const char *, ...); 40 sink("",
|
msg_247.c | 181 void sink(const void *); 195 sink(usp); 210 sink(usp); 223 sink((struct counter *)(char *)ptr); 225 sink((struct counter *)(unsigned char *)ptr); 228 sink((struct counter *)(signed char *)ptr);
|
decl.c | 62 void sink(double *); 70 sink(pc); 72 sink(c); 74 sink(ppc);
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/ |
amdgpu_dc_sink.c | 41 static void dc_sink_destruct(struct dc_sink *sink) 43 if (sink->dc_container_id) { 44 kfree(sink->dc_container_id); 45 sink->dc_container_id = NULL; 49 static bool dc_sink_construct(struct dc_sink *sink, const struct dc_sink_init_data *init_params) 57 sink->sink_signal = init_params->sink_signal; 58 sink->link = link; 59 sink->ctx = link->ctx; 60 sink->dongle_max_pix_clk = init_params->dongle_max_pix_clk; 61 sink->converter_disable_audio = init_params->converter_disable_audio 82 struct dc_sink *sink = container_of(kref, struct dc_sink, refcount); local in function:dc_sink_free 94 struct dc_sink *sink = kzalloc(sizeof(*sink), GFP_KERNEL); local in function:dc_sink_create [all...] |
/src/lib/libwrap/ |
clean_exit.c | 39 if (request->sink) 40 request->sink(request->fd);
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/ |
amdgpu_dm_services.c | 56 const struct dc_sink *sink, 68 const struct dc_sink *sink,
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
sanitizer_atomic_test.cc | 24 static ValAndMagic<T> *sink; member in struct:__sanitizer::ValAndMagic 28 ValAndMagic<T> *ValAndMagic<T>::sink; member in class:__sanitizer::ValAndMagic 35 ValAndMagic<T>::sink = &val;
|