HomeSort by relevance Sort by last modified time
    Searched defs:func2 (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/compiler-rt/test/profile/Inputs/
instrprof-dlopen-func2.c 1 void func2(int K) { if (K) {} } function
  /external/clang/test/CodeGen/
2006-09-25-DebugFilename.c 4 int func2() { fluffy; return hfunc1(); } // expected-error {{use of undeclared identifier 'fluffy'}} function
  /external/llvm/test/MC/ARM/
eh-compact-pr0.s 25 .globl func2
27 .type func2,%function
28 func2: label
eh-directive-fnstart-diagnostics.s 20 .globl func2
22 .type func2,%function
30 func2: label
eh-directive-handlerdata.s 63 .globl func2
65 .type func2,%function
67 func2: label
eh-directive-integrated-test.s 67 .globl func2
69 .type func2,%function
70 func2: label
82 .size func2, .Ltmp2-func2
eh-directive-pad-diagnostics.s 29 .globl func2
31 .type func2,%function
33 func2: label
eh-directive-personality-diagnostics.s 29 .globl func2
31 .type func2,%function
33 func2: label
eh-directive-personality.s 65 .globl func2
67 .type func2,%function
69 func2: label
eh-directive-save-diagnostics.s 31 .globl func2
33 .type func2,%function
35 func2: label
eh-directive-section-multiple-func.s 13 @ 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
116 @ Check the symbols "func1" and "func2". They should belong to .TEST1 section.
129 @ CHECK: Name: func2
eh-directive-section.s 37 .globl func2
39 .type func2,%function
41 func2: label
177 @ CHECK: Name: func2
eh-directive-text-section-multiple-func.s 6 @ 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
eh-directive-vsave-diagnostics.s 31 .globl func2
33 .type func2,%function
35 func2: label
eh-directive-cantunwind-diagnostics.s 37 .globl func2
39 .type func2,%function
41 func2: label
eh-directive-multiple-offsets.s 41 .globl func2
42 .type func2,%function
45 func2: label
eh-directive-setfp-diagnostics.s 29 .globl func2
31 .type func2,%function
33 func2: label
  /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
  /art/test/065-mismatched-implements/src2/
Defs.java 22 public void func2() { method in class:Defs
  /art/test/066-mismatched-super/src/
Defs.java 22 public void func2() { method in class:Defs
  /external/clang/test/CXX/stmt.stmt/stmt.ambig/
p1-0x.cpp 30 void func2(int a, int c) { function
  /external/clang/test/CoverageMapping/
return.c 9 // CHECK-NEXT: func2
10 void func2() { // CHECK-NEXT: File 0, [[@LINE]]:14 -> {{[0-9]+}}:2 = #0 function
42 func2();
  /external/clang/test/Sema/
2007-10-01-BuildArrayRef.c 14 int func2() function
  /external/compiler-rt/test/asan/TestCases/
debug_stacks.cc 17 void func2() { function
23 func2();

Completed in 219 milliseconds

1 2 3