/external/compiler-rt/test/profile/ |
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.c %t.d/main.o 24 RUN: %clang_profuse=%t-static.profdata -o %t-func2.static.ll -S -emit-llvm %S/Inputs/instrprof-dlopen-func2.c 25 RUN: %clang_profuse=%t-local.profdata -o %t-func2.local.ll -S -emit-llvm %S/Inputs/instrprof-dlopen-func2.c 26 RUN: %clang_profuse=%t-global.profdata -o %t-func2.global.ll -S -emit-llvm %S/Inputs/instrprof-dlopen-func2.c 27 RUN: diff %t-func2.static.ll %t-func2.local.l [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/ |
x86.h | 42 #define cpuid(func, func2, ax, bx, cx, dx)\ 46 : "a" (func), "c" (func2)); 48 #define cpuid(func, func2, ax, bx, cx, dx)\ 54 : "a" (func), "c" (func2)); 58 #define cpuid(func, func2, ax, bx, cx, dx)\ 65 : "a" (func), "c" (func2)); 67 #define cpuid(func, func2, ax, bx, cx, dx)\ 74 : "a" (func), "c" (func2)); 81 #define cpuid(func, func2, a, b, c, d) do {\ 83 __cpuidex(regs, func, func2); \ [all...] |
/external/clang/test/CodeGenCXX/ |
mangle-extern-local.cpp | 22 extern int var2, func2(); 23 return var2 + func2();
|
/external/clang/test/Index/ |
complete-with-annotations.cpp | 7 void func2(); 18 // CHECK: CXXMethod:{ResultType void}{TypedText func2}{LeftParen (}{RightParen )} (34) ("some annotation")
|
/external/clang/test/ARCMT/ |
dispatch.m.result | 13 void func2(xpc_object_t o) {
|
block_copy_release.m | 14 void func2(id b) {
|
block_copy_release.m.result | 13 void func2(id b) {
|
dispatch.m | 15 void func2(xpc_object_t o) {
|
/external/clang/test/Sema/ |
2007-10-01-BuildArrayRef.c | 14 int func2() function
|
/external/clang/test/SemaCXX/ |
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}}
|
/external/clang/test/CoverageMapping/ |
header.cpp | 4 // RUN: FileCheck -input-file %tmapping %s --check-prefix=CHECK-STATIC-FUNC2 23 // CHECK-STATIC-FUNC2: static_func2 24 // CHECK-STATIC-FUNC2: File 0, 21:33 -> 29:2 = 0
|
/ndk/tests/device/test-gnustl-full/unit/ |
func_test.cpp | 18 CPPUNIT_TEST(func2); 24 void func2(); 53 void FuncTest::func2() function in class:FuncTest
|
/ndk/tests/device/test-stlport/unit/ |
func_test.cpp | 18 CPPUNIT_TEST(func2); 24 void func2(); 53 void FuncTest::func2() function in class:FuncTest
|
/external/libvpx/libvpx/vpx_ports/ |
x86.h | 43 #define cpuid(func, func2, ax, bx, cx, dx)\ 47 : "a" (func), "c" (func2)); 49 #define cpuid(func, func2, ax, bx, cx, dx)\ 55 : "a" (func), "c" (func2)); 59 #define cpuid(func, func2, ax, bx, cx, dx)\ 66 : "a" (func), "c" (func2)); 68 #define cpuid(func, func2, ax, bx, cx, dx)\ 75 : "a" (func), "c" (func2)); 82 #define cpuid(func, func2, a, b, c, d) do {\ 84 __cpuidex(regs, func, func2); \ [all...] |
/external/v8/test/mjsunit/regress/ |
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/llvm/test/CodeGen/MIR/Generic/ |
machine-function.mir | 18 define i32 @func2() { 55 # CHECK: name: func2 60 name: func2
|
/art/test/065-mismatched-implements/src/ |
Defs.java | 20 // func2 not defined
|
/art/test/066-mismatched-super/src2/ |
Defs.java | 20 // func2 not defined
|
/external/llvm/test/CodeGen/X86/ |
fast-cc-callee-pops.ll | 10 define x86_thiscallcc void @func2(i32 inreg %X, i64 %Y, float %G, double %Z) nounwind {
|
inline-asm-pic.ll | 6 define void @func2() nounwind {
|
/external/llvm/test/DebugInfo/Inputs/ |
arange-overlap.cc | 14 # define FUNC_NAME func2
|
/external/valgrind/drd/tests/ |
std_list.cpp | 54 void func2() { function in class:Test 68 void *func2(void *instance) function 72 casted->func2(); 89 err = pthread_create(&thread2, NULL, &func2, &instance2);
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-ifunc/ |
pr17154-x86.s | 24 call func2@PLT
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/ |
bnd-ifunc-2.s | 24 call func2@PLT
|
/external/llvm/test/CodeGen/ARM/ |
gv-stubs-crash.ll | 8 %inv = invoke zeroext i1 @func2(i32* %this, i32 %e.ld) optsize 28 declare hidden zeroext i1 @func2(i32*, i32) optsize align 2
|