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

123

/external/clang/test/Modules/
H A Dmisplaced-2.cpp4 void func1() { // expected-note{{function 'func1' begins here}} function
5 #include "dummy.h" // expected-error{{import of module 'dummy' appears within function 'func1'}}
/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
128 @ Check symbol func1. It should be weak binding, and belong to .TEST1 section.
132 @ CHECK: Name: func1
H A Deh-directive-text-section.s13 .globl func1
15 .type func1,%function
17 func1: label
H A Deh-compact-pr0.s11 .globl func1
13 .type func1,%function
14 func1: label
H A Deh-directive-fnstart-diagnostics.s13 .globl func1
15 .type func1,%function
17 func1: label
H A Deh-directive-handlerdata.s14 .globl func1
16 .type func1,%function
18 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.s14 .globl func1
16 .type func1,%function
18 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.s13 @ In this example, func1 and func2 should be defined in .TEST1 section.
21 .globl func1
23 .type func1,%function
25 func1: label
117 @ Check the symbols "func1" and "func2". They should belong to .TEST1 section.
121 @ CHECK: Name: func1
H A Deh-directive-section.s22 .globl func1
24 .type func1,%function
26 func1: label
173 @ 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
/external/v8/tools/gyp/test/builddir/src/
H A Dfunc1.c3 void func1(void) function
5 printf("Hello from func1.c\n");
/external/clang/test/CodeGen/
H A D2006-09-25-DebugFilename.c3 int func1() { return hfunc1(); } function
/external/v8/test/mjsunit/harmony/regress/
H A Dregress-546967.js7 function func1() { function
11 %OptimizeFunctionOnNextCall(func1);
12 func1();
/external/v8/tools/gyp/test/exclusion/
H A Dhello.c7 int func1(void) { function
13 printf("%d\n", func1());
/external/v8/tools/gyp/test/product/
H A Dhello.c7 int func1(void) { function
13 printf("%d\n", func1());
/external/clang/test/CodeGenCXX/
H A Dbool-bitfield.cpp8 void func1(bool b, A& a1) function

Completed in 442 milliseconds

123