HomeSort by relevance Sort by last modified time
    Searched full:func3 (Results 1 - 25 of 236) sorted by null

1 2 3 4 5 6 7 8 910

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-plugin/
func3h.c 5 func3 (void) function
plugin-vis-1.d 2 .*(PROTECTED.*func1|DEFAULT.*func|HIDDEN.*func3|INTERNAL.*func2)
4 .*(PROTECTED.*func1|DEFAULT.*func|HIDDEN.*func3|INTERNAL.*func2)
6 .*(PROTECTED.*func1|DEFAULT.*func|HIDDEN.*func3|INTERNAL.*func2)
8 .*(PROTECTED.*func1|DEFAULT.*func|HIDDEN.*func3|INTERNAL.*func2)
plugin-12.d 5 .*: symbol `func3' definition: 0, visibility: 3, resolution: 3
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-i386/
pr19636-1.s 4 .weak func3
9 call func3@PLT
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-x86-64/
pr19636-2.s 4 .weak func3
9 call func3@PLT
  /external/llvm/test/Transforms/PGOProfile/Inputs/
indirect_call.proftext 18 func3:20
36 func3
  /external/clang/test/CodeGenCXX/
mangle-extern-local.cpp 28 extern int var3, func3();
31 return var3 + func3() + localobj.localfunc();
optnone-and-attributes.cpp 30 int func3(int a);
33 int func3(int a) { function
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue4167.go 25 return (*p).func3(this.func1())
28 func (this *p) func3(f int) p { func
33 return (*p).func3(this.func1())
  /prebuilts/go/linux-x86/test/fixedbugs/
issue4167.go 25 return (*p).func3(this.func1())
28 func (this *p) func3(f int) p { func
33 return (*p).func3(this.func1())
  /external/clang/test/SemaObjC/
error-missing-getter.m 37 - (int) func3;
40 - (int) func3 {
incompatible-protocol-qualified-types.m 30 INTF <MyProto1> * Func3(INTF <MyProto2> *p2)
  /external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/
reorder-functions.ll 48 define internal void @func3() {
69 ; DEFAULTWINDOWSIZE-LABEL: func3
73 ; WINDOWSIZE1-LABEL: func3
80 ; SEQUENTIAL-LABEL: func3
90 ; WINDOWSIZEMAX-LABEL: func3
  /external/clang/test/CoverageMapping/
macros.c 31 // CHECK-NEXT: func3
32 void func3() { // CHECK-NEXT: File 0, [[@LINE]]:14 -> [[@LINE+3]]:2 = #0 function
42 func3();
return.c 27 // CHECK-NEXT: func3
28 void func3(int x) { // CHECK-NEXT: File 0, [[@LINE]]:19 -> {{[0-9]+}}:2 = #0 function
43 func3(10);
  /external/clang/test/SemaObjCXX/Inputs/
nullability-consistency-8.h 10 void func3(int *); // expected-warning{{pointer is missing a nullability type specifier}}
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
mips16-hilo-match.d 23 0000004c R_MIPS_26 func3
mips-abi32-pic2.s 69 .ent func3
70 func3: label
102 .end func3
  /external/llvm/test/CodeGen/NVPTX/
ldu-ldg.ll 31 ; CHECK: func3
32 define i32 @func3(i32 addrspace(1)* %ptr) {
  /external/llvm/test/Transforms/GlobalOpt/
2007-11-09-GEP-GEP-Crash.ll 14 %tmp12 = call i32 (...) @func3( i32* null, i32 0, i32 %tmp11 ) ; <i32> [#uses=0]
18 declare i32 @func3(...)
  /external/swiftshader/third_party/LLVM/test/Transforms/GlobalOpt/
2007-11-09-GEP-GEP-Crash.ll 14 %tmp12 = call i32 (...)* @func3( i32* null, i32 0, i32 %tmp11 ) ; <i32> [#uses=0]
18 declare i32 @func3(...)
  /external/llvm/test/CodeGen/ARM/
neon_spill.ll 20 declare arm_aapcs_vfpcc %2* @func3(%2*, %2*, i32)
29 %4 = call arm_aapcs_vfpcc %2* @func3(%2* undef, %2* undef, i32 2956) nounwind
36 %7 = call arm_aapcs_vfpcc %2* @func3(%2* undef, %2* undef, i32 2971) nounwind
2010-08-04-EHCrash.ll 19 invoke arm_apcscc void @func3()
61 declare arm_apcscc void @func3()
  /external/llvm/test/CodeGen/X86/
sub-with-overflow.ll 50 define i1 @func3(i32 %x) nounwind {
56 ; CHECK-LABEL: func3:
  /external/llvm/test/Transforms/InstCombine/
and-or.ll 30 define i32 @func3(i32 %a, i32 %b) {
31 ; CHECK-LABEL: @func3(

Completed in 836 milliseconds

1 2 3 4 5 6 7 8 910