Searched refs:int_buf (Results 1 – 4 of 4) sorted by relevance
/external/clang/test/Sema/ |
D | warn-type-safety.cpp | 51 void test1(C *c, int *int_buf) in test1() argument 53 c->MPI_Send(int_buf, 1, MPI_INT); // no-warning in test1() 54 …c->MPI_Send(int_buf, 1, MPI_FLOAT); // expected-warning {{argument type 'int *' doesn't match spec… in test1() 64 void test2(C *c, int *int_buf, T tag) in test2() argument 66 c->MPI_Send(int_buf, 1, tag); // no-warning in test2() 69 void test3(C *c, int *int_buf) { in test3() argument 70 test2(c, int_buf, MPI_INT); in test3() 71 test2(c, int_buf, MPI_NULL); in test3()
|
D | warn-type-safety-mpi-hdf5.c | 138 int *int_buf, in test_mpi_predefined_types() argument 148 MPI_Send(int_buf, 1, MPI_INT); // no-warning in test_mpi_predefined_types() 184 int_buf, 1, MPI_INT); in test_mpi_predefined_types() 189 int_buf, 1, MPI_INT); in test_mpi_predefined_types() 191 …MPI_Gather(int_buf, 0, MPI_DATATYPE_NULL, // expected-warning {{specified mpi type tag requires a … in test_mpi_predefined_types() 192 int_buf, 1, MPI_INT); in test_mpi_predefined_types() 207 void test_user_types(int *int_buf, in test_user_types() argument 213 MPI_Send(int_buf, 1, my_int_datatype); // no-warning in test_user_types() 224 …MPI_Send(int_buf, 1, my_e1_datatype); // expected-warning {{argument type 'int *' doesn't match sp… in test_user_types() 229 void test_not_annotated(int *int_buf, in test_not_annotated() argument [all …]
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page_func.cpp | 539 CFX_FixedBufGrow<int, 32> int_buf(m_nInputs * 2); in v_Call() local 540 int* index = int_buf; in v_Call()
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_allocator_test.cc | 638 InternalScopedBuffer<int> int_buf(kSize); in TEST() local 639 EXPECT_EQ(sizeof(int) * kSize, int_buf.size()); // NOLINT in TEST()
|