Searched defs:f0 (Results 151 - 175 of 280) sorted by relevance

1234567891011>>

/external/clang/test/CXX/temp/temp.spec/
H A Dno-body.cpp23 template<typename T> void f0(T) { } function
39 template<> void f0<int>(int) { } // expected-error {{no function template matches function template specialization 'f0'}} function in namespace:exp_spec
/external/clang/test/CodeGen/
H A Dbitfield.c4 static int f0(int n) { function
23 return f0(-1) + 44335655;
H A Ddebug-info.c5 struct { typeof(0) f0; } v0; member in struct:__anon17838
19 struct s0 *f0(struct s0 *a0) { function
H A Dparameter-passing.c39 void f0(void) { function
H A Dfunctions.c22 void f0() {} function
23 // CHECK-LABEL: define void @f0()
H A Dpointer-arithmetic.c5 int f0(int *a, Int *b) { return a - b; } function
H A Ddecl.c89 struct test8s { int f0; char f1; } test8g = {}; member in struct:test8s
/external/clang/test/Sema/
H A Dalias-redefinition.c3 void f0() {} function
4 void fun0(void) __attribute((alias("f0")));
H A Dimplicit-builtin-decl.c37 int f0() { function
H A Dpragma-align-mac68k.c15 char f0; member in struct:s1
18 extern int a1_0[offsetof(struct s1, f0) == 0 ? 1 : -1];
24 char f0; member in struct:s2
27 extern int a2_0[offsetof(struct s2, f0) == 0 ? 1 : -1];
33 char f0; member in struct:s3
36 extern int a3_0[offsetof(struct s3, f0) == 0 ? 1 : -1];
42 char f0; member in struct:s4
45 extern int a4_0[offsetof(struct s4, f0) == 0 ? 1 : -1];
51 unsigned f0 : 9; member in struct:s5
72 char f0; member in struct:s8
79 char f0[3]; member in struct:s9
87 char f0; member in struct:s10
93 char f0; member in struct:s11
106 char f0; member in struct:s12
[all...]
H A Dwarn-unused-function.c9 static int f0() { return 17; } // expected-warning{{not needed and will not be emitted}} function
10 int x = sizeof(f0());
/external/clang/test/SemaTemplate/
H A Dfun-template-def.cpp14 int f0(T x) { function
H A Dqualified-id.cpp8 template<typename T> void f0(a::C<T> &a0) { } function in namespace:b
H A Dtemp_arg_template.cpp55 void f0( Y<int,1> y){ 1 << y; } // expected-note{{in instantiation of function template specialization 'N::operator<<<Y, int, 1>' requested here}} function in namespace:N
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.memdef/
H A Dp3.cpp12 friend void f0(int);
16 F0 f0() { return S0().member_func(); } function in namespace:N
18 N::F0 f0_var = N::f0();
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/
H A Dp2-0x.cpp66 template<typename...T> void f0() { function in namespace:InFunctions
70 template void f0<int, char>();
/external/clang/test/CXX/over/over.over/
H A Dp1.cpp3 template<typename T> T f0(T);
4 int f0(int);
8 int (*f0)(int); member in struct:S
13 int (*f0a)(int) = f0;
14 int (*f0b)(int) = &f0;
15 int (*f0c)(int) = (f0);
16 float (*f0d)(float) = f0;
17 float (*f0e)(float) = &f0;
18 float (*f0f)(float) = (f0);
19 int (&f0g)(int) = f0;
55 x + f0; local
56 x + &f0; local
59 x * f0; local
61 x / f0; local
[all...]
/external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.func/
H A Dp1.cpp10 void f0(const T&, const U&);
25 void X0<T, U>::f0(const T&, const U&) { // expected-note{{previous definition}} function in class:X0
47 // FIXME: error message should probably say, "redefinition of 'X0<T, U>::f0'"
48 // rather than just "redefinition of 'f0'"
50 void X0<T, U>::f0(const T&, const U&) { // expected-error{{redefinition}} function in class:X0
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
H A Dp1.cpp18 template<typename T> void f0(T) { function
22 template<> void f0(NonDefaultConstructible) { } function
25 f0(NDC);
H A Dp2.cpp19 template<typename T> void f0(T) { // expected-note{{here}} function in namespace:N0
23 template<> void f0(NonDefaultConstructible) { } function in namespace:N0
26 f0(NDC);
29 template<> void f0(int);
30 template<> void f0(long);
33 template<> void N0::f0(int) { } // okay function in class:N0
36 template<> void N0::f0(long) { } // expected-error{{does not enclose namespace}} function in class:N1::N0
39 template<> void N0::f0(double); // expected-warning{{C++11 extension}}
40 template<> void N0::f0(double) { } function in class:N0
/external/clang/test/CodeGenCXX/
H A Drvalue-references.cpp25 int &&f0() { return static_cast<int&&>(getIntLValue()); } function
/external/clang/test/FixIt/
H A Dfixit.c16 void f0(void) { }; // expected-warning {{';'}} function
/external/clang/test/SemaCXX/
H A Dcomposite-pointer-type.cpp7 void f0(volatile Base *b, Derived1 *d1, const Derived2 *d2) { function
H A Dexpressions.cpp12 void f0() { function
/external/chromium_org/third_party/libsrtp/srtp/crypto/hash/
H A Dsha1.c60 #define f0(B,C,D) ((B & C) | (~B & D)) macro
160 TEMP = S5(A) + f0(B,C,D) + E + W[t] + SHA_K0;
315 TEMP = S5(A) + f0(B,C,D) + E + W[t] + SHA_K0;
368 TEMP = S5(A) + f0(B,C,D) + E + W[t] + SHA_K0;

Completed in 478 milliseconds

1234567891011>>