Searched refs:f0 (Results 26 - 50 of 508) sorted by relevance

1234567891011>>

/external/clang/test/Frontend/
H A Ddiagnostics-option-names.c4 int f0(int, unsigned);
5 int f0(int x, unsigned y) { function
H A Dwarning-mapping-1.c5 int f0(int x, unsigned y) { function
H A Dwarning-mapping-4.c5 int f0(int x, unsigned y) { function
/external/strace/tests/
H A Dstack-fcall.c1 int f0(int i);
5 f0(argc);
/external/clang/test/CodeGen/
H A Dtransparent-union.c4 // FIXME: Note that we don't currently get the ABI right here. f0() should be
5 // f0(i8*).
8 void *f0; member in union:__anon18712
11 void f0(transp_t0 obj);
14 // CHECK: call void @f0(%union.transp_t0* byval align 4 %{{.*}})
18 void (*f0p)(void *) = f0;
19 f0(a0);
24 f0((transp_t0) { a0 });
H A D2008-07-21-mixed-var-fn-decl.c3 int g0, f0();
H A D2008-08-04-void-pointer-arithmetic.c4 int f0(void *a, void *b) { function
H A D2008-08-19-cast-of-typedef.c5 T f0; member in struct:s
9 bar((long) x->f0);
H A DPR2001-bitfield-reload.c8 int f0 : 2; member in struct:__anon18580
10 return (x.f0 = i);
/external/clang/test/CodeGenCXX/
H A Dmangle-address-space.cpp4 void f0(char *p) { } function
6 void f0(char __attribute__((address_space(1))) *p) { } function
12 void f0(OpaqueTypePtr) { } function
H A Daarch64-arguments.cpp5 void f0(s0 a) {} function
/external/chromium_org/v8/test/mjsunit/compiler/
H A Dregress-3.js29 var f0 = 0, f1 = 1;
31 var f2 = f0 + f1;
32 f0 = f1; f1 = f2;
34 return f0;
/external/clang/test/Parser/
H A Dcxx-in-c.c4 void f0(int x) : {}; // expected-error{{expected function body after function declarator}} function
/external/llvm/test/MC/MachO/
H A Dsection-flags.s13 f0: label
/external/clang/test/CXX/temp/temp.decls/temp.fct/temp.over.link/
H A Dp4-neg.cpp3 template<typename T> void f0(T) { } // expected-note{{previous}} function
4 template<class U> void f0(U) { } // expected-error{{redefinition}} function
6 template<int I> void f0() { } // expected-note{{previous}} function
7 template<int> void f0() { } // expected-error{{redefinition}} function
12 void f0() { } // expected-note{{previous}} function
14 void f0() { } // expected-error{{redefinition}} function
20 typename MetaFun<T*>::type f0(const T&) { while (1) {} } // expected-note{{previous}} function
22 typename MetaFun<U*>::type f0(const U&) { while (1) {} } // expected-error{{redefinition}} function
26 // template<int I> void f0(A<I>) { } // Xpected-note{{previous}}
27 // template<int J> void f0(
[all...]
/external/clang/test/SemaCXX/
H A Dtype-formatting.cpp7 void f0() { function
10 template void f0<X1>(); // expected-note{{instantiation of}}
H A Daddress-space-references.cpp6 void f0(int_1 &); // expected-note{{candidate function not viable: 1st argument ('int') is in address space 0, but parameter must be in address space 1}} \
8 void f0(const int_1 &); // expected-note{{candidate function not viable: 1st argument ('int') is in address space 0, but parameter must be in address space 1}} \
16 f0(i); // expected-error{{no matching function for call to 'f0'}}
17 f0(i1);
18 f0(i2); // expected-error{{no matching function for call to 'f0'}}
/external/libcxx/test/atomics/atomics.flag/
H A Dcopy_ctor.fail.cpp21 std::atomic_flag f0; local
22 std::atomic_flag f(f0);
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct.default/
H A Dp4.cpp3 void f0(int i, int j, int k = 3);
4 void f0(int i, int j, int k);
5 void f0(int i, int j = 2, int k);
6 void f0(int i, int j, int k);
7 void f0(int i = 1, // expected-note{{previous definition}}
9 void f0(int i, int j, int k);
12 void f0(int, int, int); // expected-note{{candidate}}
15 f0(); // expected-error{{no matching}}
20 f0(); // okay
23 void f0(in
[all...]
/external/clang/test/CXX/expr/expr.unary/expr.delete/
H A Dp5.cpp9 void f0(T0 *a) { delete a; } // expected-warning {{deleting pointer to incomplete type}} function
16 void f0() { T1_A<T1_B> x; } // expected-note {{in instantiation of member function}} function
18 // This case depends on when we check T2_C::f0.
21 struct T2_B { void f0(T *a) { delete a; } }; function in struct:T2_B
22 struct T2_C { T2_B<T2_A> x; void f0(T2_A *a) { x.f0(a); } }; function in struct:T2_C
23 void f0(T2_A *a) { T2_C x; x.f0(a); } function
30 void f0(T *a) { function in struct:T3_B
37 void f0(T3_ function in struct:T3_C
42 void f0(T3_A *a) { T3_C x; x.f0(a); } function
[all...]
/external/clang/test/CXX/expr/
H A Dp8.cpp9 void f0(int);
15 f0(a0);
16 f0(a1);
/external/clang/test/Modules/Inputs/
H A Dmodule_private_right.h1 __module_private__ double &f0(double);
2 __module_private__ double &f0(double);
7 double &dr = f0(hidden_var);
/external/llvm/test/MC/Sparc/
H A Dsparcv8-instructions.s3 ! CHECK: fcmps %f0, %f4 ! encoding: [0x81,0xa8,0x0a,0x24]
4 ! CHECK: fcmpd %f0, %f4 ! encoding: [0x81,0xa8,0x0a,0x44]
5 ! CHECK: fcmpq %f0, %f4 ! encoding: [0x81,0xa8,0x0a,0x64]
6 fcmps %f0, %f4
7 fcmpd %f0, %f4
8 fcmpq %f0, %f4
10 ! CHECK: fcmpes %f0, %f4 ! encoding: [0x81,0xa8,0x0a,0xa4]
11 ! CHECK: fcmped %f0, %f4 ! encoding: [0x81,0xa8,0x0a,0xc4]
12 ! CHECK: fcmpeq %f0, %f4 ! encoding: [0x81,0xa8,0x0a,0xe4]
13 fcmpes %f0,
[all...]
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-78270.js31 function g(f0) {
32 var f0 = (object instanceof encodeURI)('foo');
/external/clang/test/ASTMerge/Inputs/
H A Dfunction1.c1 void f0(int);

Completed in 3587 milliseconds

1234567891011>>