Home
last modified time | relevance | path

Searched defs:int_buf (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/Sema/
Dwarn-type-safety.cpp51 void test1(C *c, int *int_buf) in test1()
64 void test2(C *c, int *int_buf, T tag) in test2()
69 void test3(C *c, int *int_buf) { in test3()
Dwarn-type-safety-mpi-hdf5.c138 int *int_buf, in test_mpi_predefined_types()
207 void test_user_types(int *int_buf, in test_user_types()
229 void test_not_annotated(int *int_buf, in test_not_annotated()
292 int *int_buf, in test_hdf5()
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_test.cc627 InternalScopedBuffer<int> int_buf(kSize); in TEST() local