HomeSort by relevance Sort by last modified time
    Searched refs:foo2 (Results 26 - 50 of 251) sorted by null

12 3 4 5 6 7 8 91011

  /external/clang/test/Preprocessor/
c90.c 8 #define foo2!bar /* expected-warning {{whitespace recommended after macro name}} */ macro
  /external/clang/test/SemaCXX/
attr-disable-tail-calls.cpp 7 [[clang::disable_tail_calls]] int foo2() { return 2; } function in class:B
attr-notail.cpp 6 virtual int foo2();
14 [[clang::not_tail_called]] int foo2() override; // expected-error {{'not_tail_called' attribute cannot be applied to virtual functions}}
  /external/llvm/test/MC/ELF/
set.s 24 .quad foo2
25 .set foo2,bar2
alias-reloc.s 14 .weak foo2
15 foo2: label
17 .set bar2,foo2
alias.s 6 .globl foo2
7 foo2 = bar2 define
21 .long foo2
  /ndk/tests/build/topological-sort/jni/
foo.h 5 extern int foo2(int x);
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
dl4main.c 4 extern int foo2;
23 foo2 = 1;
29 if (foo2 == -1)
31 else if (foo2 == 1)
indirect4b.c 4 foo2 (void) function
9 asm (".symver foo2,foo@@FOO2");
pr9676-2.c 11 foo2 (void) function
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elfcomm/
common1a.c 2 char foo2 [2] __attribute__((aligned(128))); variable
common1b.c 7 char foo2 [4]; variable
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-plugin/
lto-7d.c 4 int foo2 = 2; variable
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/symver/
symver1.s 12 .globl foo2
13 .type foo2,object
14 foo2: label
16 .symver foo2,foo2@@version1
18 .size foo2,L_foo2-foo2
  /external/clang/test/SemaTemplate/
lookup-dependent-bases.cpp 5 static void foo2() {} function in struct:basic::C
15 D::foo2(); // expected-warning {{use of undeclared identifier 'D'; unqualified lookup into dependent bases of class template 'B' is a Microsoft extension}}
25 struct D { static void foo2(); };
31 D::foo2(); // expected-error {{use of undeclared identifier 'D'}}
43 struct D { static void foo2(); };
49 D::foo2(); // expected-warning {{use of undeclared identifier 'D'; unqualified lookup into dependent bases of class template 'C' is a Microsoft extension}}
  /external/clang/test/CodeGen/
sret.c 12 struct abc foo2();
16 struct abc dummy2 = foo2();
attr-func-def.c 3 // CHECK: define i32 @foo2(i32 %a) [[ATTRS2:#[0-9]+]] {
8 int foo2(int a) { function
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
x86-64-mpx-branch-2.s 9 jmp foo2
10 jb foo2
11 call foo2
12 foo2: label
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-gc/
pr13683.c 18 void foo2(void) function
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/sh64/
relax3.s 7 foo2: label
  /external/compiler-rt/test/asan/TestCases/Windows/
null_deref_multiple_dlls.cc 16 __declspec(dllimport) void foo2();
20 foo2();
32 __declspec(dllexport) void foo2() { function
34 // CHECK: {{ #1 0x.* in foo2.*null_deref_multiple_dlls.cc:}}[[@LINE-1]]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
vxworks-forced-local-1.s 2 .globl foo2
5 lw $4,%call16(foo2)($gp)
10 foo2: label
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
align64.d 39 00000044 <foo2> e3a00003.*mov.*r0, #3
40 00000048 <foo2\+0x4> e1a00000.*nop.*
41 0000004c <foo2\+0x8> e1a00000.*nop.*
42 00000050 <foo2\+0xc> e1a00000.*nop.*
43 00000054 <foo2\+0x10> e1a00000.*nop.*
44 00000058 <foo2\+0x14> e1a00000.*nop.*
45 0000005c <foo2\+0x18> e1a00000.*nop.*
46 00000060 <foo2\+0x1c> e1a00000.*nop.*
47 00000064 <foo2\+0x20> e1a00000.*nop.*
48 00000068 <foo2\+0x24> e1a00000.*nop.
    [all...]
  /external/compiler-rt/test/asan/TestCases/Linux/
coverage-missing.cc 52 void foo2();
59 void foo2() { fprintf(stderr, "foo2\n"); } function
73 foo2();
  /external/clang/test/CodeGenCXX/
2010-06-22-BitfieldInit.cpp 11 TEST2 foo2; member in struct:_TEST3

Completed in 358 milliseconds

12 3 4 5 6 7 8 91011