/external/compiler-rt/test/profile/Inputs/ |
instrprof-dlopen-func2.c | 1 void func2(int K) { if (K) {} } function
|
instrprof-dlopen-main.c | 9 void func2(int K); 28 void *f2_handle = dlopen(DLOPEN_FUNC_DIR"/func2.shared", DLOPEN_FLAGS); 30 fprintf(stderr, "unable to open '" DLOPEN_FUNC_DIR "/func2.shared': %s\n", 35 void (*func2)(int) = (void (*)(int))dlsym(f2_handle, "func2"); 36 if (func2 == NULL) { 37 fprintf(stderr, "unable to lookup symbol 'func2': %s\n", dlerror()); 43 func2(0);
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/microblaze/ |
relax_size2.s | 7 func2: label 11 .size func2, . - func2
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-plugin/ |
func2i.c | 5 func2 (void) function
|
plugin-vis-1.d | 2 .*(PROTECTED.*func1|DEFAULT.*func|HIDDEN.*func3|INTERNAL.*func2) 4 .*(PROTECTED.*func1|DEFAULT.*func|HIDDEN.*func3|INTERNAL.*func2) 6 .*(PROTECTED.*func1|DEFAULT.*func|HIDDEN.*func3|INTERNAL.*func2) 8 .*(PROTECTED.*func1|DEFAULT.*func|HIDDEN.*func3|INTERNAL.*func2)
|
plugin-12.d | 4 .*: symbol `func2' definition: 0, visibility: 2, resolution: 3
|
/external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.delete/ |
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 declaration}}
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/ |
proc.s | 4 .proc func, func1, func2 7 .endp func, func1, func2 9 func2::
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/tracedmodules/ |
testmod.py | 5 def func2(): function
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/tracedmodules/ |
testmod.py | 5 def func2(): function
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/tracedmodules/ |
testmod.py | 5 def func2(): function
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/tracedmodules/ |
testmod.py | 5 def func2(): function
|
/external/clang/test/CodeGenCXX/ |
static-init-1.cpp | 7 int func2(int c) { return printf("loading the func2(%d)\n", c); }; function 13 int loader_2 = func2(++count); 20 int loader_4 = func2(++count); 22 int loader_6 = func2(++count);
|
mangle-extern-local.cpp | 22 extern int var2, func2(); 23 return var2 + func2();
|
/frameworks/compile/slang/tests/F_warnings_as_error/ |
deprecated.rs | 12 static int func2(char in) {
|
/external/llvm/test/CodeGen/X86/ |
2010-01-05-ZExt-Shl.ll | 5 declare void @func2(i16 zeroext) 13 call void @func2(i16 zeroext %t4) nounwind
|
/external/v8/test/mjsunit/harmony/regress/ |
regress-546967.js | 8 for (var i = 0; i < 64; ++i) func2(); 14 function func2() { function
|
/external/llvm/test/MC/ARM/ |
eh-directive-fnstart-diagnostics.s | 20 .globl func2 22 .type func2,%function 30 func2: label
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
multi-got-no-shared-2.s | 8 .ent func2 9 func2: label 27 .end func2
|
/external/ltrace/testsuite/ltrace.main/ |
filters.exp | 20 void func2(void); 21 void func1(void) { func2(); } 25 void func2(void) { puts("func2"); } 36 {{libfilt1.so->func2} == 1} 38 {{func2 resumed} == 1} 49 {libfilt1.so->func2\(.*\)} == 1 55 {{libfilt1.so->func2\(} == 1} 57 {{func2 resumed} == 1} 62 {{libfilt1.so->func2\(.*\)} == 1 [all...] |
/external/clang/test/CodeGen/ |
2006-09-25-DebugFilename.c | 4 int func2() { fluffy; return hfunc1(); } // expected-error {{use of undeclared identifier 'fluffy'}} function
|
/external/clang/test/SemaObjCXX/ |
reinterpret-cast-objc-pointertype.mm | 22 const NSString* func2() {
|
/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/Index/ |
complete-with-annotations.cpp | 7 void func2(); 18 // CHECK: CXXMethod:{ResultType void}{TypedText func2}{LeftParen (}{RightParen )} (34) ("some annotation")
|