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

1 2 3 4 56 7 8 91011>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-plugin/
plugin.exp 118 -plugin-opt sym:${_}func2::0:0:0 \
124 -plugin-opt sym:${_}func2::0:0:0 \
134 -plugin-opt sym:${_}func2::0:0:0 \
141 -plugin-opt sym:${_}func2::0:0:0 \
155 -plugin-opt sym:${_}func2::0:2:0 \
  /external/llvm/test/MC/ARM/
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
117 @ Check the symbols "func1" and "func2". They should belong to .TEST1 section.
130 @ CHECK: Name: func2
eh-directive-cantunwind-diagnostics.s 37 .globl func2
39 .type func2,%function
41 func2: label
eh-directive-setfp-diagnostics.s 29 .globl func2
31 .type func2,%function
33 func2: label
  /external/llvm/test/CodeGen/Mips/
mips64intldst.ll 28 define i64 @func2() nounwind readonly {
30 ; CHECK-N64: func2
33 ; CHECK-N32: func2
  /prebuilts/go/darwin-x86/src/crypto/sha1/
sha1block_386.s 54 #define FUNC2(a, b, c, d, e) \
67 #define FUNC4 FUNC2
88 FUNC2(a, b, c, d, e); \
sha1block_amd64.s 42 #define FUNC2(a, b, c, d, e) \
55 #define FUNC4 FUNC2
77 FUNC2(a, b, c, d, e); \
sha1block_amd64p32.s 46 #define FUNC2(a, b, c, d, e) \
59 #define FUNC4 FUNC2
81 FUNC2(a, b, c, d, e); \
sha1block_arm.s 90 #define FUNC2(Ra, Rb, Rc, Rd, Re) \
102 #define FUNC4 FUNC2
125 FUNC2(Ra, Rb, Rc, Rd, Re) ; \
  /prebuilts/go/linux-x86/src/crypto/sha1/
sha1block_386.s 54 #define FUNC2(a, b, c, d, e) \
67 #define FUNC4 FUNC2
88 FUNC2(a, b, c, d, e); \
sha1block_amd64.s 42 #define FUNC2(a, b, c, d, e) \
55 #define FUNC4 FUNC2
77 FUNC2(a, b, c, d, e); \
sha1block_amd64p32.s 46 #define FUNC2(a, b, c, d, e) \
59 #define FUNC4 FUNC2
81 FUNC2(a, b, c, d, e); \
sha1block_arm.s 90 #define FUNC2(Ra, Rb, Rc, Rd, Re) \
102 #define FUNC4 FUNC2
125 FUNC2(Ra, Rb, Rc, Rd, Re) ; \
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
typeannotation_test.py 123 func2 = func1.return_type
125 self.assertEquals('function', func2.identifier)
127 self.assertEquals(1, len(func2.sub_types))
128 self.assertEquals('Object.', func2.sub_types[0].sub_types[0].identifier)
  /external/clang/test/Sema/
tentative-decls.c 56 void func2(void) function
  /external/llvm/test/CodeGen/Generic/
add-with-overflow-24.ll 23 define i1 @func2(i24 zeroext %v1, i24 zeroext %v2) nounwind {
add-with-overflow.ll 23 define i1 @func2(i32 %v1, i32 %v2) nounwind {
  /external/clang/test/Modules/
redecl-merge.m 92 func2(i); // expected-error{{call to 'func2' is ambiguous}}
  /external/clang/test/SemaCXX/
format-strings.cpp 139 void (*func2)(const char *, ...) __attribute__((__format__(printf, 1, 2))); member in struct:implicit_this_tests::t
146 t1.func2("Hello %s"); // expected-warning {{more '%' conversions than data arguments}}
  /external/libcxx/test/std/thread/futures/futures.shared_future/
get.pass.cpp 29 void func2(std::promise<int> p) function
77 std::thread(func2, std::move(p)).detach();
  /external/libcxx/test/std/thread/futures/futures.unique_future/
get.pass.cpp 29 void func2(std::promise<int> p) function
77 std::thread(func2, std::move(p)).detach();
  /external/llvm/test/CodeGen/AArch64/
arm64-subvector-extend.ll 17 define <8 x i16> @func2(<8 x i8> %v0) nounwind {
18 ; CHECK-LABEL: func2:
  /external/llvm/test/CodeGen/ARM/
no-tail-call.ll 50 ; CHECK-LABEL: func2:
53 define { float, float } @func2() {
  /external/llvm/test/Instrumentation/AddressSanitizer/
stack_layout.ll 38 define void @Func2() sanitize_address {
40 ; CHECK-LABEL: Func2
  /external/llvm/test/Transforms/LoopVectorize/
same-base-access.ll 80 ; CHECK-LABEL: @func2(
83 define i32 @func2(i32* nocapture %a) nounwind uwtable ssp {

Completed in 396 milliseconds

1 2 3 4 56 7 8 91011>>