HomeSort by relevance Sort by last modified time
    Searched refs:foo2 (Results 1 - 25 of 118) sorted by null

1 2 3 4 5

  /external/clang/test/Sema/
implicit-cast-dump.c 4 void foo2(void* const);
13 foo2(0);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win32/tests/
export.asm 2 export foo2
3 global foo2
5 foo2: label
  /external/clang/test/CodeGen/
mips-byval-arg.c 8 extern void foo2(S0);
14 foo2(a0);
sret2.c 11 struct abc foo2(){} function
weak-incomplete.c 5 void (*foo2)(struct S) = foo1; variable
sret.c 12 struct abc foo2();
16 struct abc dummy2 = foo2();
debug-info.c 37 struct foo2 { struct
41 struct foo2 foo2; variable in typeref:struct:foo2
indirect-goto.c 16 static int foo2(unsigned i) { function
30 return foo(3)+foo2(4);
mips64-padding-arg.c 13 // N64: tail call void @foo2(i32 1, i32 2, i32 %a0, i64 undef, double %a1.coerce0, i64 %a1.coerce1, i64 %a1.coerce2, i64 %a1.coerce3, double %a2.coerce0, i64 %a2.coerce1, i64 %a2.coerce2, i64 %a2.coerce3, i32 3, i64 undef, double %a3.coerce0, i64 %a3.coerce1, i64 %a3.coerce2, i64 %a3.coerce3)
14 // N64: declare void @foo2(i32, i32, i32, i64, double, i64, i64, i64, double, i64, i64, i64, i32, i64, double, i64, i64, i64)
16 extern void foo2(int, int, int, S0, S0, int, S0);
19 foo2(1, 2, a0, a1, a2, 3, a3);
  /external/clang/test/SemaTemplate/
lookup-dependent-bases.cpp 6 static void foo2() { } function in class:C
18 D::foo2();
  /external/clang/test/Parser/
bad-control.c 7 void foo2() { function
asm.cpp 4 int foo2 asm (L"bar2"); // expected-error {{cannot use wide string literal in 'asm'}}
nested-namespaces-recovery.cpp 6 namespace foo1::foo2::foo3 { // expected-error {{nested namespace definition must define each namespace separately}}
11 return foo1::foo2::foo3::foo(x);
  /external/clang/test/Preprocessor/
c90.c 8 #define foo2!bar /* expected-warning {{whitespace recommended after macro name}} */ macro
  /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
  /external/clang/test/CodeGenCXX/
2010-06-22-BitfieldInit.cpp 11 TEST2 foo2; member in struct:_TEST3
fastcall.cpp 15 void __attribute__((fastcall)) foo2(S1 a, int b);
19 foo2(a, b);
2004-09-27-DidntEmitTemplate.cpp 19 bool foo2(basic_string &X) { function
regparm.cpp 13 void __attribute__((regparm(3))) foo2(S1 a, int b);
16 foo2(a, b);
  /external/clang/test/PCH/Inputs/
chain-selectors2.h 9 void foo2() { function
  /external/clang/test/Driver/
at_file.c 22 foo2
  /external/lldb/test/expression_command/formatters/
main.cpp 35 foo foo2(121);
37 foo2.a = 7777; // Stop here
38 *(foo2.b.i_ptr) = 8888;
39 foo2.b.b.h = 9999;
  /external/llvm/test/Object/Inputs/
elfver.S 23 .symver foo2, foo@@VER2
24 .globl foo2
25 .type foo2, @function
26 foo2: label

Completed in 1183 milliseconds

1 2 3 4 5