Home
last modified time | relevance | path

Searched refs:ucharbuf (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/test/CodeGen/
Doverloadable.c70 unsigned char ucharbuf[1]; in bar() local
75 ovl_bar(ucharbuf); in bar()
/external/llvm-project/clang/test/Sema/
Doverloadable.c130 unsigned char ucharbuf[1]; in incompatible_pointer_type_conversions() local
136 …foo(ucharbuf); // expected-error{{call to 'foo' is ambiguous}} expected-note@-3{{candidate functio… in incompatible_pointer_type_conversions()
142 bar(ucharbuf); in incompatible_pointer_type_conversions()
/external/ltp/testcases/kernel/io/disktest/
Dsfunc.c358 unsigned char *ucharbuf = buf; in fill_buffer() local
368 ucharbuf[i] = (unsigned char)(i & 0xff); in fill_buffer()
448 memcpy((ucharbuf + i), ucharbuf, BLK_SIZE); in fill_buffer()