HomeSort by relevance Sort by last modified time
    Searched defs:test_function (Results 1 - 25 of 47) sorted by null

1 2

  /external/compiler-rt/test/asan/TestCases/Windows/
dll_allocators_sanity.cc 9 int test_function() { function
dll_cerr.cc 12 int test_function() { function
dll_intercept_memchr.cc 8 int test_function() { function
16 // CHECK-NEXT: test_function {{.*}}dll_intercept_memchr.cc:[[@LINE-5]]
18 // CHECK-NEXT: test_function {{.*}}dll_intercept_memchr.cc
dll_intercept_memset.cc 13 int test_function() { function
27 // CHECK-NEXT: test_function {{.*}}dll_intercept_memset.cc:[[@LINE-4]]
29 // CHECK-NEXT: test_function {{.*}}dll_intercept_memset.cc
dll_malloc_left_oob.cc 7 int test_function() { function
12 // CHECK-NEXT: test_function {{.*}}dll_malloc_left_oob.cc:[[@LINE-3]]
18 // CHECK-NEXT: test_function {{.*}}dll_malloc_left_oob.cc:[[@LINE-10]]
dll_malloc_uaf.cc 8 int test_function() { function
14 // CHECK-NEXT: test_function {{.*}}dll_malloc_uaf.cc:[[@LINE-3]]
20 // CHECK-NEXT: test_function {{.*}}dll_malloc_uaf.cc:[[@LINE-10]]
25 // CHECK-NEXT: test_function {{.*}}dll_malloc_uaf.cc:[[@LINE-16]]
dll_null_deref.cc 13 int test_function() { function
15 // CHECK: {{ #1 0x.* in test_function .*\dll_null_deref.cc:}}[[@LINE-1]]
dll_operator_array_new_left_oob.cc 6 int test_function() { function
11 // CHECK-NEXT: test_function {{.*}}dll_operator_array_new_left_oob.cc:[[@LINE-3]]
20 // CHECK-NEXT: test_function {{.*}}dll_operator_array_new_left_oob.cc:[[@LINE-13]]
dll_aligned_mallocs.cc 16 int test_function() { function
dll_intercept_memcpy.cc 13 int test_function() { function
27 // CHECK-NEXT: test_function {{.*}}dll_intercept_memcpy.cc:[[@LINE-4]]
29 // CHECK-NEXT: test_function {{.*}}dll_intercept_memcpy.cc
dll_intercept_memcpy_indirect.cc 14 int test_function() { function
29 // CHECK-NEXT: test_function {{.*}}dll_intercept_memcpy_indirect.cc:[[@LINE-5]]
31 // CHECK-NEXT: test_function {{.*}}dll_intercept_memcpy_indirect.cc
dll_intercept_strlen.cc 9 int test_function() { function
23 // CHECK-NEXT: {{#1 .* test_function .*}}dll_intercept_strlen.cc:[[@LINE-5]]
26 // CHECK-NEXT: test_function {{.*}}dll_intercept_strlen.cc:
dll_noreturn.cc 15 // CHECK-NEXT: test_function{{.*}}dll_noreturn.cc
25 int test_function() { function
dll_poison_unpoison.cc 16 int test_function() { function
28 // CHECK-NEXT: test_function{{.*}}\dll_poison_unpoison.cc:[[@LINE-4]]
32 // CHECK-NEXT: test_function{{.*}}\dll_poison_unpoison.cc
dll_stack_use_after_return.cc 15 int test_function() { function
20 // CHECK-NEXT: test_function{{.*}}dll_stack_use_after_return.cc:[[@LINE-3]]
dll_thread_stack_array_left_oob.cc 25 int test_function() { function
28 // CHECK: test_function{{.*}}dll_thread_stack_array_left_oob.cc:[[@LINE-2]]
dll_host.cc 42 typedef int (*test_function)(); typedef
43 test_function gf = (test_function)GetProcAddress(h, "test_function");
45 printf("Could not locate test_function in the DLL!\n");
dll_operator_array_new_with_dtor_left_oob.cc 11 int test_function() { function
16 // CHECK-NEXT: test_function {{.*}}dll_operator_array_new_with_dtor_left_oob.cc:[[@LINE-3]]
28 // CHECK-NEXT: test_function {{.*}}dll_operator_array_new_with_dtor_left_oob.cc:[[@LINE-16]]
dll_seh.cc 38 int test_function() { function
  /external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/
function.pass.cpp 29 void test_function() function
39 test_function<void ()>();
40 test_function<void (int)>();
41 test_function<int (double)>();
42 test_function<int (double, char)>();
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.cat/
function.pass.cpp 38 void test_function() function
48 test_function<void ()>();
49 test_function<void (int)>();
50 test_function<int (double)>();
51 test_function<int (double, char)>();
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.comp/
function.pass.cpp 29 void test_function() function
39 test_function<void ()>();
40 test_function<void (int)>();
41 test_function<int (double)>();
42 test_function<int (double, char)>();
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/meta/meta.unary/meta.unary.comp/
function.pass.cpp 29 void test_function() function
39 test_function<void ()>();
40 test_function<void (int)>();
41 test_function<int (double)>();
42 test_function<int (double, char)>();
  /system/extras/simpleperf/
record_lib_test.cpp 65 auto test_function = [](std::function<void(PerfEventSet*)> set_target_func) { local
84 test_function([](PerfEventSet* perf) {
87 test_function([](PerfEventSet* perf) {
90 test_function([](PerfEventSet* perf) {
  /external/libcxx/test/std/utilities/function.objects/refwrap/refwrap.assign/
copy_assign.pass.cpp 39 test_function() function
51 test_function();

Completed in 431 milliseconds

1 2