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

1 2 34 5 6 7 8 91011>>

  /external/llvm/test/MC/ARM/
eh-directive-personality-diagnostics.s 29 .globl func2
31 .type func2,%function
33 func2: label
eh-directive-save-diagnostics.s 31 .globl func2
33 .type func2,%function
35 func2: label
eh-directive-vsave-diagnostics.s 31 .globl func2
33 .type func2,%function
35 func2: label
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
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
mips-abi32-pic2.s 33 .ent func2
34 func2: label
65 .end func2
  /external/compiler-rt/test/asan/TestCases/
debug_stacks.cc 17 void func2() { function
26 func2();
  /external/compiler-rt/test/builtins/Unit/
clear_cache_test.c 36 int func2() function
79 pfunc f2 = (pfunc)memcpy_f(execution_buffer, func2, 128);
enable_execute_stack_test.c 43 int func2() function
74 pfunc f2 = (pfunc)memcpy_f(execution_buffer, func2, 128);
  /external/libcxx/test/std/thread/futures/futures.tas/futures.task.members/
dtor.pass.cpp 35 void func2(std::packaged_task<double(int, char)> p) function
59 std::thread(func2, std::move(p)).detach();
  /external/llvm/test/CodeGen/ARM/
2010-08-04-EHCrash.ll 11 call arm_apcscc void @func2()
55 declare arm_apcscc void @func2()
  /external/llvm/test/CodeGen/X86/
sub-with-overflow.ll 26 define i1 @func2(i32 %v1, i32 %v2) nounwind {
41 ; CHECK-LABEL: func2:
  /external/v8/test/webkit/
dfg-int32-to-double-on-set-local-and-exit.js 40 function func2() { function
49 s = func2();
dfg-int32-to-double-on-set-local-and-sometimes-exit.js 42 function func2() { function
51 s = func2();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.tas/futures.task.members/
dtor.pass.cpp 33 void func2(std::packaged_task<double(int, char)> p) function
57 std::thread(func2, std::move(p)).detach();
  /system/extras/simpleperf/
get_test_data.h 52 // GlobalFunc() -> Func1() -> Func2()
54 // And most time is spent in Func2().
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-ifunc/
pr17154-i386.d 24 0+200 <func2@plt>:
43 [ ]*[a-f0-9]+: e8 d1 ff ff ff call 200 <func2@plt>
  /external/clang/test/CXX/basic/basic.scope/basic.scope.local/
p2.cpp 7 void func2(int i) try { // expected-note{{previous definition is here}} function
  /external/clang/test/CXX/stmt.stmt/stmt.ambig/
p1-0x.cpp 30 void func2(int a, int c) { function
  /external/clang/test/Index/
complete-access-checks.cpp 6 void func2();
22 void func2();
39 // CHECK-SUPER-ACCESS: CXXMethod:{ResultType void}{Informative X::}{TypedText func2}{LeftParen (}{RightParen )} (36) (inaccessible)
52 // CHECK-ACCESS: CXXMethod:{ResultType void}{TypedText func2}{LeftParen (}{RightParen )} (34) (inaccessible)
  /external/clang/test/Modules/Inputs/
redecl-merge-left.h 64 int func2(int);
redecl-merge-right.h 70 static int func2(int);
  /external/clang/test/SemaObjC/
error-missing-getter.m 26 int func2 (int arg) {
  /external/llvm/test/Transforms/InstCombine/
and-not-or.ll 12 define i32 @func2(i32 %x, i32 %y) nounwind {
  /external/llvm/test/Transforms/SimplifyCFG/
preserve-branchweights-switch-create.ll 3 declare void @func2(i32)
19 call void @func2(i32 %N) nounwind
60 call void @func2(i32 %N) nounwind
107 call void @func2(i32 %N) nounwind
  /external/v8/test/mjsunit/strong/
declaration-after-use.js 205 function * func2() { func2; this; }
206 func2();
207 func2;
209 function func4(p, ...rest) { p; rest; this; func2; }

Completed in 552 milliseconds

1 2 34 5 6 7 8 91011>>