/external/swiftshader/third_party/LLVM/test/Transforms/Mem2Reg/ |
D | ConvertDebugInfo.ll | 3 define double @testfunc(i32 %i, double %j) nounwind ssp { 34 …data !{i32 524334, i32 0, metadata !2, metadata !"testfunc", metadata !"testfunc", metadata !"test… 35 !2 = metadata !{i32 524329, metadata !"testfunc.c", metadata !"/tmp", metadata !3} ; [ DW_TAG_file_… 36 !3 = metadata !{i32 524305, i32 0, i32 1, metadata !"testfunc.c", metadata !"/tmp", metadata !"4.2.…
|
/external/swiftshader/third_party/LLVM/test/Transforms/GlobalDCE/ |
D | 2003-07-01-SelfReference.ll | 2 ; RUN: opt < %s -globaldce -S | not grep testfunc 6 define internal i1 @testfunc() { 8 %c = icmp eq i1 ()* %F, @testfunc ; <i1> [#uses=1]
|
/external/llvm/test/Transforms/GlobalDCE/ |
D | 2003-07-01-SelfReference.ll | 4 ; CHECK-NOT: testfunc 8 define internal i1 @testfunc() { 10 %c = icmp eq i1 ()* %F, @testfunc ; <i1> [#uses=1]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GlobalDCE/ |
D | 2003-07-01-SelfReference.ll | 4 ; CHECK-NOT: testfunc 8 define internal i1 @testfunc() { 10 %c = icmp eq i1 ()* %F, @testfunc ; <i1> [#uses=1]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Mem2Reg/ |
D | ConvertDebugInfo.ll | 3 define double @testfunc(i32 %i, double %j) nounwind ssp !dbg !1 { 39 !1 = distinct !DISubprogram(name: "testfunc", linkageName: "testfunc", line: 2, isLocal: false, isD… 40 !2 = !DIFile(filename: "testfunc.c", directory: "/tmp") 50 !12 = !DIFile(filename: "testfunc.c", directory: "/tmp")
|
D | optnone.ll | 5 ; CHECK-LABEL: @testfunc 8 define double @testfunc(i32 %i, double %j) optnone noinline {
|
/external/llvm/test/Transforms/Mem2Reg/ |
D | ConvertDebugInfo.ll | 3 define double @testfunc(i32 %i, double %j) nounwind ssp !dbg !1 { 39 !1 = distinct !DISubprogram(name: "testfunc", linkageName: "testfunc", line: 2, isLocal: false, isD… 40 !2 = !DIFile(filename: "testfunc.c", directory: "/tmp") 50 !12 = !DIFile(filename: "testfunc.c", directory: "/tmp")
|
D | optnone.ll | 5 ; CHECK-LABEL: @testfunc 8 define double @testfunc(i32 %i, double %j) optnone noinline {
|
/external/python/cpython2/Lib/test/ |
D | test_quopri.py | 47 def withpythonimplementation(testfunc): argument 50 testfunc(self) 58 testfunc(self) 62 newtest.__name__ = testfunc.__name__
|
/external/ltp/testcases/kernel/syscalls/setpgid/ |
D | setpgid01.c | 56 static void (*testfunc[])(void) = { setpgid_test1, setpgid_test2}; variable 57 int TST_TOTAL = ARRAY_SIZE(testfunc); 71 (*testfunc[i])(); in main()
|
/external/ltp/testcases/kernel/syscalls/munmap/ |
D | munmap03.c | 58 static void (*testfunc[])(void) = { test_einval1, test_einval2, test_einval3 }; variable 59 int TST_TOTAL = ARRAY_SIZE(testfunc); 73 (*testfunc[i])(); in main()
|
/external/python/cpython3/Lib/test/ |
D | test_quopri.py | 46 def withpythonimplementation(testfunc): argument 49 testfunc(self) 57 testfunc(self) 61 newtest.__name__ = testfunc.__name__
|
D | test_profile.py | 13 from test.profilee import testfunc, timer 42 mod_name = testfunc.__module__.rsplit('.', 1)[1]
|
/external/ltp/testcases/kernel/syscalls/rename/ |
D | rename11.c | 66 static void (*testfunc[])(void) = { test_eloop, test_erofs, test_emlink }; variable 68 int TST_TOTAL = ARRAY_SIZE(testfunc); 82 (*testfunc[i])(); in main()
|
/external/ltp/testcases/kernel/syscalls/getdents/ |
D | getdents02.c | 62 static void (*testfunc[])(void) = { test_ebadf, test_einval, variable 65 int TST_TOTAL = ARRAY_SIZE(testfunc); 92 (*testfunc[i])(); in main()
|
/external/ltp/testcases/kernel/syscalls/ipc/msgrcv/ |
D | msgrcv07.c | 39 static void (*testfunc[])(void) = { test_msg_except, test_msg_noerror }; variable 42 int TST_TOTAL = ARRAY_SIZE(testfunc); 57 (*testfunc[i])(); in main()
|
/external/ltp/testcases/network/lib6/ |
D | in6_01.c | 61 static void (*testfunc[])(void) = { test_in6_addr, variable 202 testfunc[i](); in do_test() 206 .tcnt = ARRAY_SIZE(testfunc),
|
D | in6_02.c | 52 static void (*testfunc[])(void) = { if_nametoindex_test, if_indextoname_test, variable 264 testfunc[i](); in do_test() 268 .tcnt = ARRAY_SIZE(testfunc),
|
/external/ltp/testcases/kernel/syscalls/mprotect/ |
D | mprotect04.c | 51 static void (*testfunc[])(void) = { testfunc_protnone, testfunc_protexec }; variable 54 int TST_TOTAL = ARRAY_SIZE(testfunc); 74 (*testfunc[i])(); in main()
|
/external/ltp/testcases/kernel/syscalls/openat/ |
D | openat02.c | 72 static void (*testfunc[])(void) = { variable 82 int TST_TOTAL = ARRAY_SIZE(testfunc); 97 (*testfunc[i])(); in main()
|
/external/ltp/testcases/kernel/syscalls/llseek/ |
D | llseek03.c | 55 static void (*testfunc[])(void) = { testfunc_seekcur, testfunc_seekend }; variable 74 (*testfunc[i])(); in main()
|
/external/kmod/testsuite/ |
D | testsuite.h | 27 typedef int (*testfunc)(const struct test *t); typedef 106 testfunc func;
|
/external/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl31.c | 73 static void (*testfunc[])(void) = { variable 81 int TST_TOTAL = ARRAY_SIZE(testfunc); 96 (*testfunc[i])(); in main()
|
/external/autotest/client/site_tests/network_ModemManagerSMS/ |
D | network_ModemManagerSMS.py | 18 def run_sms_test(self, testfunc, *args, **kwargs): argument 27 testfunc(smsstore, smstest, *args, **kwargs)
|
/external/ltp/testcases/kernel/syscalls/clone/ |
D | clone08.c | 61 void (*testfunc)(int); member 82 test_cases[i].testfunc(i); in do_test()
|