Searched refs:char_buf (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | warn-type-safety-mpi-hdf5.c | 145 char char_buf[255]; in test_mpi_predefined_types() local 173 MPI_Send(char_buf, 255, MPI_CHAR); // no-warning in test_mpi_predefined_types() 176 MPI_Send((int *) char_buf, 255, MPI_INT); // no-warning in test_mpi_predefined_types() 177 …MPI_Send((int *) char_buf, 255, MPI_CHAR); // expected-warning {{argument type 'int *' doesn't ma… in test_mpi_predefined_types() 289 void test_hdf5(char *char_buf, in test_hdf5() argument 295 H5Dwrite(H5T_NATIVE_CHAR, char_buf); // no-warning in test_hdf5()
|
| H A D | warn-type-safety.c | 108 void test_char_typedef(char *char_buf, in test_char_typedef() argument 113 E_func(char_buf, E_tag); in test_char_typedef()
|
| /llvm-project-15.0.7/lldb/bindings/lua/ |
| H A D | lua-typemaps.swig | 88 %typemap(in) (void *char_buf, size_t size) = (char *dst, size_t dst_len); 107 %typemap(argout) (void *char_buf, size_t size) = (char *dst, size_t dst_len);
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_allocator_test.cpp | 947 InternalMmapVector<char> char_buf(kSize); in TEST() local 948 EXPECT_EQ((uptr)kSize, char_buf.size()); in TEST() 949 internal_memset(char_buf.data(), 'c', kSize); in TEST() 951 EXPECT_EQ('c', char_buf[i]); in TEST()
|
| /llvm-project-15.0.7/lldb/bindings/python/ |
| H A D | python-typemaps.swig | 107 %typemap(in) (void *char_buf, size_t size) = (char *dst, size_t dst_len); 125 %typemap(argout) (void *char_buf, size_t size) = (char *dst, size_t dst_len);
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBProcess.i | 281 ReadCStringFromMemory (addr_t addr, void *char_buf, size_t size, lldb::SBError &error);
|