/external/compiler-rt/test/profile/ |
D | instrprof-dlopen.test | 3 RUN: %clang_profgen -o %t.d/func2.shared -fPIC -shared %S/Inputs/instrprof-dlopen-func2.c 8 RUN: %clang_profgen -o %t-static %S/Inputs/instrprof-dlopen-func.c %S/Inputs/instrprof-dlopen-func2… 24 RUN: %clang_profuse=%t-static.profdata -o %t-func2.static.ll -S -emit-llvm %S/Inputs/instrprof-dlop… 25 RUN: %clang_profuse=%t-local.profdata -o %t-func2.local.ll -S -emit-llvm %S/Inputs/instrprof-dlopen… 26 RUN: %clang_profuse=%t-global.profdata -o %t-func2.global.ll -S -emit-llvm %S/Inputs/instrprof-dlop… 27 RUN: diff %t-func2.static.ll %t-func2.local.ll 28 RUN: diff %t-func2.static.ll %t-func2.global.ll
|
/external/libvpx/libvpx/vpx_ports/ |
D | x86.h | 43 #define cpuid(func, func2, ax, bx, cx, dx)\ argument 47 : "a" (func), "c" (func2)); 49 #define cpuid(func, func2, ax, bx, cx, dx)\ argument 55 : "a" (func), "c" (func2)); 59 #define cpuid(func, func2, ax, bx, cx, dx)\ argument 66 : "a" (func), "c" (func2)); 68 #define cpuid(func, func2, ax, bx, cx, dx)\ argument 75 : "a" (func), "c" (func2)); 82 #define cpuid(func, func2, a, b, c, d) do {\ argument 84 __cpuidex(regs, func, func2); \ [all …]
|
/external/v8/test/mjsunit/regress/ |
D | regress-334.js | 37 function func2(){} function 44 object.bif = func2; 62 assertEquals(func2, object.bif, "read bif"); 70 object.foo = func2; 77 object.bar = func2; 79 assertEquals(func2, object.bar, "read bar 3");
|
/external/clang/test/CodeGenCXX/ |
D | static-init-1.cpp | 7 int func2(int c) { return printf("loading the func2(%d)\n", c); }; in func2() function 13 int loader_2 = func2(++count); 20 int loader_4 = func2(++count); 22 int loader_6 = func2(++count);
|
/external/compiler-rt/test/profile/Inputs/ |
D | instrprof-dlopen-main.c | 9 void func2(int K); 35 void (*func2)(int) = (void (*)(int))dlsym(f2_handle, "func2"); in main() local 36 if (func2 == NULL) { in main() 43 func2(0); in main()
|
/external/ltrace/testsuite/ltrace.main/ |
D | filters.exp | 20 void func2(void); 21 void func1(void) { func2(); } 25 void func2(void) { puts("func2"); } 38 {{func2 resumed} == 1} 57 {{func2 resumed} == 1}
|
/external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.delete/ |
D | p4.cpp | 6 template<typename> void func2(); 7 template<> void func2<int>(); // expected-note {{previous declaration is here}} 8 template<> void func2<int>() = delete; // expected-error {{deleted definition must be first declara…
|
/external/valgrind/drd/tests/ |
D | std_list.cpp | 54 void func2() { in func2() function in Test 68 void *func2(void *instance) in func2() function 72 casted->func2(); in func2() 89 err = pthread_create(&thread2, NULL, &func2, &instance2); in main()
|
/external/llvm/test/MC/ARM/ |
D | eh-directive-integrated-test.s | 67 .globl func2 symbol 69 .type func2,%function 70 func2: label 82 .size func2, .Ltmp2-func2
|
D | eh-directive-section-multiple-func.s | 13 @ In this example, func1 and func2 should be defined in .TEST1 section. 14 @ It is incorrect if the func2 is in .text, .ARM.extab.TEST1, or 31 .globl func2 symbol 33 .type func2,%function 35 func2: label 130 @ CHECK: Name: func2
|
D | eh-directive-pad-diagnostics.s | 29 .globl func2 symbol 31 .type func2,%function 33 func2: label
|
D | eh-directive-personality-diagnostics.s | 29 .globl func2 symbol 31 .type func2,%function 33 func2: label
|
D | eh-directive-fnstart-diagnostics.s | 20 .globl func2 symbol 22 .type func2,%function 30 func2: label
|
D | eh-directive-cantunwind-diagnostics.s | 37 .globl func2 symbol 39 .type func2,%function 41 func2: label
|
D | eh-directive-vsave-diagnostics.s | 31 .globl func2 symbol 33 .type func2,%function 35 func2: label
|
D | eh-directive-save-diagnostics.s | 31 .globl func2 symbol 33 .type func2,%function 35 func2: label
|
D | eh-directive-text-section-multiple-func.s | 21 .globl func2 symbol 23 .type func2,%function 25 func2: label 78 @ CHECK: Name: func2
|
/external/clang/test/SemaCXX/ |
D | ambig-user-defined-conversions.cpp | 27 void func2(const char cc); // expected-note {{candidate function}} 28 void func2(const int ci); // expected-note {{candidate function}} 30 func2(b1); // expected-error {{call to 'func2' is ambiguous}} in Test2()
|
D | c99-variable-length-array.cpp | 155 void func2 () { in func2() function 159 void func2() { in func2() function 161 func2<int>(); in func2()
|
/external/v8/tools/gyp/test/builddir/src/subdir2/ |
D | prog2.c | 3 extern void func2(void); 8 func2(); in main()
|
/external/llvm/test/CodeGen/MIR/Generic/ |
D | machine-function.mir | 18 define i32 @func2() { 55 # CHECK: name: func2 60 name: func2
|
/external/v8/test/mjsunit/harmony/regress/ |
D | regress-546967.js | 8 for (var i = 0; i < 64; ++i) func2(); 14 function func2() { function
|
/external/clang/test/CoverageMapping/ |
D | return.c | 10 void func2() { // CHECK-NEXT: File 0, [[@LINE]]:14 -> {{[0-9]+}}:2 = #0 in func2() function 42 func2(); in main()
|
D | macros.c | 20 void func2() { // CHECK-NEXT: File 0, [[@LINE]]:14 -> [[@LINE+5]]:2 = #0 in func2() function 41 func2(); in main()
|
/external/llvm/test/tools/llvm-cov/ |
D | showHighlightedRanges.cpp | 8 void func2(int x) { in func2() function 43 func2(9); in main()
|