Home
last modified time | relevance | path

Searched refs:test_ptr (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/CodeGenCXX/
Dmember-data-pointers.cpp10 void test_ptr() { (void) ptr; } // forced use in test_ptr() function
/external/e2fsprogs/misc/
Dbadblocks.c694 unsigned char *blkbuf, *save_ptr, *test_ptr, *read_ptr; in test_nd() local
778 test_ptr = test_base; in test_nd()
821 written = do_write (dev, test_ptr, got, block_size, in test_nd()
831 test_ptr += got * block_size; in test_nd()
861 test_ptr = test_base; in test_nd()
880 if (memcmp (test_ptr+i*block_size, in test_nd()
894 test_ptr += got * block_size; in test_nd()
903 test_ptr = test_base; in test_nd()
/external/skia/tests/
DWriter32Test.cpp73 static void test_ptr(skiatest::Reporter* reporter) { in test_ptr() function
250 test_ptr(reporter); in DEF_TEST()
/external/clang/test/SemaCXX/
Dconstant-expression-cxx1y.cpp379 constexpr bool test_ptr() { in test_ptr() function
392 static_assert(test_ptr(), "");