HomeSort by relevance Sort by last modified time
    Searched full:func2 (Results 51 - 75 of 289) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/test/fixedbugs/
issue4167.go 24 func (this *pa) func2() p { func
42 length := arr.func2()
  /prebuilts/go/linux-x86/test/fixedbugs/
issue4167.go 24 func (this *pa) func2() p { func
42 length := arr.func2()
  /external/compiler-rt/test/asan/TestCases/Posix/
stack-use-after-return.cc 45 void Func2(char *x) {
49 // CHECK: #0{{.*}}Func2{{.*}}stack-use-after-return.cc:[[@LINE-2]]
53 // THREAD: #0{{.*}}Func2{{.*}}stack-use-after-return.cc:[[@LINE-6]]
61 Func2(Func1());
76 Func2(Func1());
  /external/clang/test/CoverageMapping/
macros.c 19 // CHECK-NEXT: func2
20 void func2() { // CHECK-NEXT: File 0, [[@LINE]]:14 -> [[@LINE+5]]:2 = #0 function
41 func2();
objc.m 18 // CHECK: func2
19 void func2(NSArray *array) { // CHECK-NEXT: File 0, [[@LINE]]:28 -> {{[0-9]+}}:2 = #0
return.c 9 // CHECK-NEXT: func2
10 void func2() { // CHECK-NEXT: File 0, [[@LINE]]:14 -> {{[0-9]+}}:2 = #0 function
42 func2();
  /external/ltrace/testsuite/ltrace.main/
branch_func.exp 33 ltrace_options "-x" "func1" "-x" "func2" "-x" "func3"
50 set pattern "func2(.*unfinished"
54 set pattern "func2.resumed"
  /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/FixIt/
fixit-static-object-decl.m 27 NSArray (func2)() { return 0; }
  /external/clang/test/SemaObjC/
incompatible-protocol-qualified-types.m 22 INTF <MyProto1, MyProto2> * Func2(INTF <MyProto1> *p2)
  /external/clang/test/SemaObjCXX/Inputs/
nullability-consistency-8.h 8 void func2(mynonnull i);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
mips16-hilo-match.d 29 00000072 R_MIPS16_26 func2
  /external/llvm/test/CodeGen/NVPTX/
ldu-ldg.ll 24 ; CHECK: func2
25 define i8 @func2(i8 addrspace(1)* %ptr) {
  /external/llvm/test/Instrumentation/ThreadSanitizer/
vptr_update.ll 25 declare i32 @Func2()
34 store <2 x i8 *> <i8* bitcast(i32 ()* @Func1 to i8 *), i8* bitcast(i32 ()* @Func2 to i8 *)>, <2 x i8 *>* %a, align 8, !tbaa !0
  /external/llvm/test/Transforms/DeadStoreElimination/
2011-03-25-DSEMiscompile.ll 8 declare ghccc void @Func2(i32*, i32*, i32*, i32)
21 tail call ghccc void @Func2(i32* %Arg1, i32* %Arg2, i32* %Arg3, i32 %Arg4) nounwind
  /external/llvm/test/tools/llvm-cov/
showHighlightedRanges.cpp 8 void func2(int x) { function
43 func2(9);
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-plugin/
plugin-10.d 23 .*: LDPT_OPTION 'sym:_?func2::0:0:0'
35 Sym: '_?func2' Resolution: LDPR_PREVAILING_DEF_IRONLY
plugin-11.d 23 .*: LDPT_OPTION 'sym:_?func2::0:0:0'
38 Sym: '_?func2' Resolution: LDPR_PREVAILING_DEF_IRONLY
plugin-8.d 23 .*: LDPT_OPTION 'sym:_?func2::0:0:0'
33 Sym: '_?func2' Resolution: LDPR_PREVAILING_DEF_IRONLY
plugin-9.d 23 .*: LDPT_OPTION 'sym:_?func2::0:0:0'
34 Sym: '_?func2' Resolution: LDPR_PREVAILING_DEF_IRONLY
  /external/llvm/test/Linker/
thinlto_funcimport_debug.ll 6 ; If we import func1 and not func2 we should only link DISubprogram for func1
9 ; CHECK: declare i32 @func2
20 ; CHECK-NOT: distinct !DISubprogram(name: "func2"
39 define i32 @func2(i32 %n) #0 !dbg !11 {
66 !11 = distinct !DISubprogram(name: "func2", scope: !1, file: !1, line: 8, type: !5, isLocal: false, isDefinition: true, scopeLine: 8, flags: DIFlagPrototyped, isOptimized: true, variables: !12)
  /external/llvm/test/MC/ARM/
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
  /external/llvm/test/CodeGen/ARM/
neon_spill.ll 18 declare arm_aapcs_vfpcc %0** @func2()
26 %2 = call arm_aapcs_vfpcc %0** @func2() nounwind
31 %5 = call arm_aapcs_vfpcc %0** @func2() nounwind

Completed in 992 milliseconds

1 23 4 5 6 7 8 91011>>