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

123

/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.s25 .globl func2
27 .type func2,%function
28 func2: label
H A Deh-directive-fnstart-diagnostics.s20 .globl func2
22 .type func2,%function
30 func2: label
H A Deh-directive-handlerdata.s63 .globl func2
65 .type func2,%function
67 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.s65 .globl func2
67 .type func2,%function
69 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.s13 @ In this example, func1 and func2 should be defined in .TEST1 section.
14 @ It is incorrect if the func2 is in .text, .ARM.extab.TEST1, or
31 .globl func2
33 .type func2,%function
35 func2: label
117 @ Check the symbols "func1" and "func2". They should belong to .TEST1 section.
130 @ CHECK: Name: func2
H A Deh-directive-section.s37 .globl func2
39 .type func2,%function
41 func2: label
177 @ 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/python/cpython2/Lib/test/tracedmodules/
H A Dtestmod.py5 def func2(): function
/external/python/cpython3/Lib/test/tracedmodules/
H A Dtestmod.py5 def func2(): function
/external/llvm/test/tools/llvm-cov/Inputs/
H A Dprevent_false_instantiations.cpp7 void func2() { function
13 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/compiler-rt/test/asan/TestCases/
H A Ddebug_stacks.cc17 void func2() { function
26 func2();
/external/llvm/test/tools/llvm-cov/
H A DshowHighlightedRanges.cpp8 void func2(int x) { function
43 func2(9);
/external/clang/test/CodeGenCXX/
H A Doptnone-and-attributes.cpp4 // Test that both func1 and func2 are marked optnone and noinline.
15 int func2(int a);
17 inline int func2(int a) { function
22 // Keep alive the definitions of func1 and func2.
25 return val + func2(2);

Completed in 561 milliseconds

123