HomeSort by relevance Sort by last modified time
    Searched defs:char_buf (Results 1 - 2 of 2) sorted by null

  /external/clang/test/Sema/
warn-type-safety-mpi-hdf5.c 145 char char_buf[255]; local
173 MPI_Send(char_buf, 255, MPI_CHAR); // no-warning
176 MPI_Send((int *) char_buf, 255, MPI_INT); // no-warning
177 MPI_Send((int *) char_buf, 255, MPI_CHAR); // expected-warning {{argument type 'int *' doesn't match specified 'mpi' type tag that requires 'char *'}}
289 void test_hdf5(char *char_buf,
295 H5Dwrite(H5T_NATIVE_CHAR, char_buf); // no-warning
  /ndk/sources/host-tools/sed-4.2.1/lib/
regcomp.c 3413 unsigned char char_buf[2]; local
    [all...]

Completed in 111 milliseconds