Searched refs:foo2 (Results 26 - 50 of 90) sorted by relevance

1234

/external/clang/test/CodeGen/
H A Dindirect-goto.c16 static int foo2(unsigned i) { function
30 return foo(3)+foo2(4);
H A Dmips64-padding-arg.c12 // 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)
13 // N64: declare void @foo2(i32, i32, i32, i64, double, i64, i64, i64, double, i64, i64, i64, i32, i64, double, i64, i64, i64)
15 extern void foo2(int, int, int, S0, S0, int, S0);
18 foo2(1, 2, a0, a1, a2, 3, a3);
H A D2005-01-02-ConstantInits.c18 int foo2(int i) { function
H A Dmangle.c16 void foo2() __asm__("bar");
23 foo2();
H A D2008-03-05-syncPtr.c9 int foo2(int** a, int* b, int* c) { function
12 // CHECK: define i32 @foo2
H A Dmips64-class-return.cpp33 D1 foo2(void) { function
H A Dwhilestmt.c28 int foo2() { function
H A Dms-anonymous-struct.c60 void foo2(struct test* var) function
/external/clang/test/CodeGenCXX/
H A Dregparm.cpp13 void __attribute__((regparm(3))) foo2(S1 a, int b);
16 foo2(a, b);
H A Dmangle-ms.cpp63 typedef foo (foo2); typedef
106 const volatile char foo2::*k;
108 int (foo2::*l)(int);
H A Dstmtexpr.cpp30 void foo2()
61 foo2();
/external/compiler-rt/lib/tsan/lit_tests/
H A Dsimple_stack2.cc19 void __attribute__((noinline)) foo2() { function
29 foo2();
51 // CHECK-NEXT: #0 foo2{{.*}} {{.*}}simple_stack2.cc:20{{(:28)?}} ({{.*}})
H A Dsimple_stack.c17 void __attribute__((noinline)) foo2() { function
23 foo2();
56 // CHECK-NEXT: #0 foo2{{.*}} {{.*}}simple_stack.c:18{{(:26)?}} ({{.*}})
/external/v8/test/mjsunit/
H A Darguments-escape.js45 function foo2(x) { function
56 var baz2 = foo2(0.5);
H A Dobject-literal-overwrite.js39 var foo2 = {
72 assertEquals(7, foo2.bar);
/external/clang/test/Index/skip-parsed-bodies/
H A Dt.h24 static inline int foo2() { function
/external/clang/test/Preprocessor/
H A Dmacro_fn_varargs_iso.c3 // RUN: %clang_cc1 -E %s | grep 'foo2{d, C, B}'
4 // RUN: %clang_cc1 -E %s | grep 'foo2{d,e, C, B}'
8 #define va2(a, b, ...) foo2{__VA_ARGS__, b, a}
/external/clang/test/Sema/
H A Dderef.c11 void foo2 (void) function
H A Dinit.c115 struct foo2 { struct
119 struct foo2 bar2[] = {
123 struct foo2 bar3 = { 1, 2 }; // expected-warning{{excess elements in struct initializer}}
H A Darray-constraint.c28 int foo2[1](void); // expected-error {{'foo2' declared as array of functions}}
H A Dmissing-field-initializers.c9 struct Foo foo2 = { .b = 1 }; // designator avoids MFI warning variable in typeref:struct:Foo
/external/llvm/test/MC/ELF/
H A Dtls.s6 leaq foo2@GOTTPOFF(%rip), %rdi
34 // CHECK-NEXT: (('st_name', 0x00000006) # 'foo2'
H A Dtls-i386.s6 movl foo2@GOTNTPOFF(%eax), %eax
29 // CHECK-NEXT: (('st_name', 0x00000006) # 'foo2'
/external/clang/test/SemaTemplate/
H A Dself-comparison.cpp36 template <int X> void foo2() { function
47 foo2<N>();
/external/jsr305/sampleUses/src/main/java/edu/umd/cs/findbugs/examples/
H A DTestDefaults.java12 public void foo2(@DottedClassName String c) { method in class:TestDefaults

Completed in 392 milliseconds

1234