Searched defs:func1 (Results 1 - 25 of 58) sorted by relevance

123

/external/chromium_org/tools/gyp/test/builddir/src/
H A Dfunc1.c3 void func1(void) function
5 printf("Hello from func1.c\n");
/external/llvm/test/MC/ARM/
H A Deh-compact-pr1.s9 .globl func1
11 .type func1,%function
12 func1: label
H A Deh-directive-cantunwind.s12 .globl func1
14 .type func1,%function
16 func1: label
H A Deh-directive-fnend-diagnostics.s10 .globl func1
12 .type func1,%function
13 func1: label
H A Deh-directive-section-comdat.s16 .section .TEST1,"axG",%progbits,func1,comdat
17 .weak func1
19 .type func1,%function
20 func1: label
117 @ Check symbol func1. It should be weak binding, and belong to .TEST1 section.
121 @ CHECK: Name: func1
H A Deh-directive-text-section.s13 .globl func1
15 .type func1,%function
17 func1: label
H A Deh-compact-pr0.s9 .globl func1
11 .type func1,%function
12 func1: label
H A Deh-directive-fnstart-diagnostics.s13 .globl func1
15 .type func1,%function
17 func1: label
H A Deh-directive-handlerdata.s12 .globl func1
14 .type func1,%function
16 func1: label
H A Deh-directive-integrated-test.s31 .globl func1
33 .type func1,%function
34 func1: label
48 .size func1, .Ltmp1-func1
H A Deh-directive-pad-diagnostics.s13 .globl func1
15 .type func1,%function
21 func1: label
H A Deh-directive-personality-diagnostics.s13 .globl func1
15 .type func1,%function
21 func1: label
H A Deh-directive-personality.s12 .globl func1
14 .type func1,%function
16 func1: label
H A Deh-directive-save-diagnostics.s15 .globl func1
17 .type func1,%function
23 func1: label
H A Deh-directive-section-multiple-func.s11 @ In this example, func1 and func2 should be defined in .TEST1 section.
19 .globl func1
21 .type func1,%function
23 func1: label
107 @ Check the symbols "func1" and "func2". They should belong to .TEST1 section.
111 @ CHECK: Name: func1
H A Deh-directive-section.s20 .globl func1
22 .type func1,%function
24 func1: label
156 @ CHECK: Name: func1
H A Deh-directive-text-section-multiple-func.s13 .globl func1
15 .type func1,%function
17 func1: label
70 @ Check the symbols "func1" and "func2". They should belong to .text section.
74 @ CHECK: Name: func1
H A Deh-directive-vsave-diagnostics.s15 .globl func1
17 .type func1,%function
23 func1: label
H A Deh-directive-cantunwind-diagnostics.s17 .globl func1
19 .type func1,%function
21 func1: label
H A Deh-directive-multiple-offsets.s12 .globl func1
13 .type func1,%function
16 func1: label
H A Deh-directive-setfp-diagnostics.s13 .globl func1
15 .type func1,%function
21 func1: label
/external/chromium_org/tools/gyp/test/exclusion/
H A Dhello.c7 int func1(void) { function
13 printf("%d\n", func1());
/external/chromium_org/tools/gyp/test/product/
H A Dhello.c7 int func1(void) { function
13 printf("%d\n", func1());
/external/clang/test/CodeGen/
H A D2006-09-25-DebugFilename.c3 int func1() { return hfunc1(); } function
/external/clang/test/CodeGenCXX/
H A Dbool-bitfield.cpp8 void func1(bool b, A& a1) function

Completed in 873 milliseconds

123