Home
last modified time | relevance | path

Searched defs:f0 (Results 1 – 25 of 279) sorted by relevance

12345678910>>...12

/external/clang/test/CXX/temp/temp.decls/temp.fct/temp.over.link/
Dp4-neg.cpp3 template<typename T> void f0(T) { } // expected-note{{previous}} in f0() function
4 template<class U> void f0(U) { } // expected-error{{redefinition}} in f0() function
6 template<int I> void f0() { } // expected-note{{previous}} in f0() function
7 template<int> void f0() { } // expected-error{{redefinition}} in f0() function
12 void f0() { } // expected-note{{previous}} in f0() function
14 void f0() { } // expected-error{{redefinition}} in f0() function
20 typename MetaFun<T*>::type f0(const T&) { while (1) {} } // expected-note{{previous}} in f0() function
22 typename MetaFun<U*>::type f0(const U&) { while (1) {} } // expected-error{{redefinition}} in f0() function
Dp4.cpp4 template<typename T> void f0(T) { } in f0() function
5 template<typename T, typename U> void f0(T) { } in f0() function
6 template<typename T, typename U> void f0(U) { } in f0() function
Dp6.cpp8 template<int X, int Y> void f0(A0<X, Y>) { } // expected-note{{previous}} in f0() function
9 template<int N, int M> void f0(A0<M, N>) { } in f0() function
10 template<int V1, int V2> void f0(A0<V1, V2>) { } // expected-error{{redefinition}} in f0() function
/external/clang/test/Sema/
Dpragma-pack-2.c9 char f0; member
16 char f0; member
27 char f0; member
33 char f0; member
41 char f0; member
49 char f0; member
53 int f0; member
59 char f0; member
61 int f0; member
70 char f0; member
[all …]
Dpragma-align-mac68k.c14 char f0; member
23 char f0; member
32 char f0; member
41 char f0; member
50 unsigned f0 : 9; member
71 char f0; member
78 char f0[3]; member
86 char f0; member
92 char f0; member
Dpragma-align-packed.c5 char f0; member
12 char f0; member
19 char f0; member
26 struct s3_0 { unsigned char f0; unsigned int f1; }; member
29 struct s3_1 { unsigned char f0; unsigned int f1; }; member
Dpragma-pack-3.c23 char f0; member
31 char f0; member
/external/clang/test/CXX/expr/expr.unary/expr.delete/
Dp5.cpp9 void f0(T0 *a) { delete a; } // expected-warning {{deleting pointer to incomplete type}} in f0() function
16 void f0() { T1_A<T1_B> x; } // expected-note {{in instantiation of member function}} in f0() function
21 struct T2_B { void f0(T *a) { delete a; } }; in f0() function
22 struct T2_C { T2_B<T2_A> x; void f0(T2_A *a) { x.f0(a); } }; in f0() function
23 void f0(T2_A *a) { T2_C x; x.f0(a); } in f0() function
30 void f0(T *a) { in f0() function
37 void f0(T3_A *a) { in f0() function
42 void f0(T3_A *a) { T3_C x; x.f0(a); } in f0() function
/external/clang/test/CodeGen/
Darm-arguments.c6 char f0(void) { in f0() function
12 struct s1 { char f0; }; member
17 struct s2 { short f0; }; member
22 struct s3 { int f0; }; member
27 struct s4 { struct s4_0 { int f0; } f0; }; member
33 struct s5 { struct { } f0; int f1; }; member
39 struct s6 { int f0[1]; }; member
44 struct s7 { struct { int : 0; } f0; }; member
50 struct s8 { struct { int : 0; } f0[1]; }; member
55 struct s9 { int f0; int : 0; }; member
[all …]
Dbitfield-promote.c5 long long f0(void) { in f0() function
6 struct { unsigned f0 : 32; } x = { 18 }; in f0() member
11 struct { unsigned f0 : 31; } x = { 18 }; in f1() member
16 struct { unsigned f0 ; } x = { 18 }; in f2() member
Dbitfield-2.c24 int f0 : 24; member
77 signed f0 : 10; member
125 unsigned long long f0 : 3; member
157 long long f0 : 32; member
194 unsigned f0 : 16; member
225 unsigned f0 : 2; member
257 _Bool f0 : 2; member
306 int f0 : 5; member
319 char f0 : 4; member
356 unsigned f0 : 7; member
Dmangle.c8 void __attribute__((__overloadable__)) f0(int a) {} in f0() function
10 void __attribute__((__overloadable__)) f0(long b) {} in f0() function
Dbitfield-assign.c17 int f0 : 2; member
24 void f0(void) { in f0() function
/external/clang/test/SemaTemplate/
Dcanonical-expr-type-0x.cpp10 void f0(T x, decltype(f(N)) y) { } // expected-note{{previous}} in f0() function
13 void f0(T x, decltype((f)(N)) y) { } in f0() function
16 void f0(U u, decltype(f(M))) { } // expected-error{{redefinition}} in f0() function
Dvalue-dependent-null-pointer-constant.cpp5 const char *f0(bool Cond) { in f0() function
19 template<unsigned I> int f0() { in f0() function
Dfunction-template-specialization.cpp15 template<> void f0<2>(int (&array)[2]) { } in f0() function
42 template <> bool PR5833::f0<float>(float &t1) {} in f0() function in PR5833
Dcanonical-expr-type.cpp7 void f0(T x, __typeof__(f(x)) y) { } // expected-note{{previous}} in f0() function
10 void f0(T x, __typeof__((f)(x)) y) { } in f0() function
13 void f0(U u, __typeof__(f(u))) { } // expected-error{{redefinition}} in f0() function
/external/clang/test/Parser/
Dmethod-def-in-class.m5 -(id) f0 { // expected-error {{expected ';' after method prototype}} method
11 -(id) f0 { // expected-error {{expected ';' after method prototype}} method
/external/clang/test/CodeGenCXX/
Dmangle-address-space.cpp4 void f0(char *p) { } in f0() function
6 void f0(char __attribute__((address_space(1))) *p) { } in f0() function
/external/clang/test/CodeGenObjC/
Dproperty-agrr-getter.m4 unsigned f0; field
8 - (s0) f0; method
12 -(s0) f0{ while (1) {} } method
Druntime-fns.m11 -(void) f0 { method
19 void f0(id x) { function
Drdr-6732143-dangling-block-reference.m3 void f0(id x) { function
/external/clang/test/CXX/temp/temp.spec/temp.explicit/
Dp7.cpp9 T* f0(T* ptr) { in f0() function
30 int_long_func *X0<int_long_func>::f0(int_long_func *) { return 0; } in f0() function in X0
/external/llvm/test/MC/ELF/
Dalign-nops.s5 f0: label
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.fct.spec/
Dp4.cpp4 void f0() { in f0() function

12345678910>>...12