Searched defs:func2 (Results 1 - 25 of 49) sorted by relevance

12

/external/chromium_org/tools/gyp/test/builddir/src/
H A Dfunc2.c3 void func2(void) function
5 printf("Hello from func2.c\n");
/external/chromium_org/tools/gyp/test/relative/foo/b/
H A Db.cc7 int func2() { function
/external/clang/test/CodeGen/
H A D2006-09-25-DebugFilename.c4 int func2() { fluffy; return hfunc1(); } // expected-error {{use of undeclared identifier 'fluffy'}} function
/external/compiler-rt/test/profile/Inputs/
H A Dinstrprof-dlopen-func2.c1 void func2(int K) { if (K) {} } function
/external/llvm/test/MC/ARM/
H A Deh-compact-pr0.s23 .globl func2
25 .type func2,%function
26 func2: label
H A Deh-directive-fnstart-diagnostics.s20 .globl func2
22 .type func2,%function
30 func2: label
H A Deh-directive-handlerdata.s58 .globl func2
60 .type func2,%function
62 func2: label
H A Deh-directive-integrated-test.s67 .globl func2
69 .type func2,%function
70 func2: label
82 .size func2, .Ltmp2-func2
H A Deh-directive-pad-diagnostics.s29 .globl func2
31 .type func2,%function
33 func2: label
H A Deh-directive-personality-diagnostics.s29 .globl func2
31 .type func2,%function
33 func2: label
H A Deh-directive-personality.s54 .globl func2
56 .type func2,%function
58 func2: label
H A Deh-directive-save-diagnostics.s31 .globl func2
33 .type func2,%function
35 func2: label
H A Deh-directive-section-multiple-func.s11 @ In this example, func1 and func2 should be defined in .TEST1 section.
12 @ It is incorrect if the func2 is in .text, .ARM.extab.TEST1, or
29 .globl func2
31 .type func2,%function
33 func2: label
107 @ Check the symbols "func1" and "func2". They should belong to .TEST1 section.
120 @ CHECK: Name: func2
H A Deh-directive-section.s35 .globl func2
37 .type func2,%function
39 func2: label
160 @ CHECK: Name: func2
H A Deh-directive-text-section-multiple-func.s6 @ The assembler should emit the machine code of "func2" in .text section.
21 .globl func2
23 .type func2,%function
25 func2: label
70 @ Check the symbols "func1" and "func2". They should belong to .text section.
78 @ CHECK: Name: func2
H A Deh-directive-vsave-diagnostics.s31 .globl func2
33 .type func2,%function
35 func2: label
H A Deh-directive-cantunwind-diagnostics.s37 .globl func2
39 .type func2,%function
41 func2: label
H A Deh-directive-multiple-offsets.s41 .globl func2
42 .type func2,%function
45 func2: label
H A Deh-directive-setfp-diagnostics.s29 .globl func2
31 .type func2,%function
33 func2: label
/external/chromium_org/v8/test/webkit/
H A Ddfg-int32-to-double-on-set-local-and-exit.js40 function func2() { function
49 s = func2();
H A Ddfg-int32-to-double-on-set-local-and-sometimes-exit.js42 function func2() { function
51 s = func2();
/external/clang/test/CXX/stmt.stmt/stmt.ambig/
H A Dp1-0x.cpp30 void func2(int a, int c) { function
/external/clang/test/Sema/
H A D2007-10-01-BuildArrayRef.c14 int func2() function
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-334.js37 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/libcxx/test/thread/futures/futures.tas/futures.task.members/
H A Ddtor.pass.cpp33 void func2(std::packaged_task<double(int, char)> p) function
57 std::thread(func2, std::move(p)).detach();

Completed in 534 milliseconds

12