Home
last modified time | relevance | path

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

12345678910>>...16

/llvm-project/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}} 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
H A Dp4.cpp5 template<typename T> void f0(T) { } in f0() function
6 template<typename T, typename U> void f0(T) { } in f0() function
7 template<typename T, typename U> void f0(U) { } in f0() function
H A 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
/llvm-project/clang/test/CodeGen/
H A Damdgpu-variadic-call.c19 void zero_varargs(int f0, double f1) in zero_varargs()
34 void one_i32(int f0, double f1, int v0) in one_i32()
49 void one_ptr(int f0, double f1, void* v0) in one_ptr()
64 void one_f64(int f0, double f1, double v0) in one_f64()
83 void one_i8(int f0, double f1, char v0) in one_i8()
99 void one_i16(int f0, double f1, short v0) in one_i16()
115 void one_f32(int f0, double f1, float v0) in one_f32()
133 void one_f16a(int f0, double f1, _Float16 v0) in one_f16a()
149 void one_f16b(int f0, double f1, __fp16 v0) in one_f16b()
164 void one_f16c(int f0, double f1, __bf16 v0) in one_f16c()
[all …]
H A Darm-arguments.c7 char f0(void) { in f0() function
13 struct s1 { char f0; }; member
18 struct s2 { short f0; }; member
23 struct s3 { int f0; }; member
28 struct s4 { struct s4_0 { int f0; } f0; }; member
34 struct s5 { struct { } f0; int f1; }; member
40 struct s6 { int f0[1]; }; member
45 struct s7 { struct { int : 0; } f0; }; member
51 struct s8 { struct { int : 0; } f0[1]; }; member
56 struct s9 { int f0; int : 0; }; member
[all …]
H A Dbitfield-promote.c3 long long f0(void) { in f0() function
4 struct { unsigned f0 : 32; } x = { 18 }; in f0() member
11 struct { unsigned f0 : 31; } x = { 18 }; in f1() member
18 struct { unsigned f0 ; } x = { 18 }; in f2() member
H A Dmangle.c8 void __attribute__((__overloadable__)) f0(int a) {} in f0() function
10 void __attribute__((__overloadable__)) f0(long b) {} in f0() function
14 void f0(float b) {} in f0() function
/llvm-project/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}} 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
/llvm-project/clang/test/Sema/
H A Dpragma-align-mac68k.c15 char f0; member
24 char f0; member
33 char f0; member
42 char f0; member
51 unsigned f0 : 9; member
72 char f0; member
79 char f0[3]; member
87 char f0; member
93 char f0; member
106 char f0; in f12() member
H A Dpragma-pack-2.c10 char f0; member
17 char f0; member
25 char f0; member
30 char f0; member
39 char f0; member
44 char f0; member
53 char f0; in f() member
55 int f0; in f() member
H A Dpragma-align-packed.c6 char f0; member
13 char f0; member
20 char f0; member
27 struct s3_0 { unsigned char f0; unsigned int f1; }; member
30 struct s3_1 { unsigned char f0; unsigned int f1; }; member
/llvm-project/libcxx/test/std/thread/futures/futures.shared_future/
H A Dcopy_assign.pass.cpp29 std::shared_future<T> f0 = p.get_future(); in main() local
40 std::shared_future<T> f0; in main() local
49 std::shared_future<T> f0 = p.get_future(); in main() local
57 std::shared_future<T> f0; in main() local
66 std::shared_future<T> f0 = p.get_future(); in main() local
74 std::shared_future<T> f0; in main() local
H A Dmove_ctor.pass.cpp28 std::shared_future<T> f0 = p.get_future(); in main() local
35 std::shared_future<T> f0; in main() local
43 std::shared_future<T> f0 = p.get_future(); in main() local
50 std::shared_future<T> f0; in main() local
58 std::shared_future<T> f0 = p.get_future(); in main() local
65 std::shared_future<T> f0; in main() local
H A Dmove_assign.pass.cpp28 std::shared_future<T> f0 = p.get_future(); in main() local
36 std::shared_future<T> f0; in main() local
45 std::shared_future<T> f0 = p.get_future(); in main() local
53 std::shared_future<T> f0; in main() local
62 std::shared_future<T> f0 = p.get_future(); in main() local
70 std::shared_future<T> f0; in main() local
H A Dctor_future.pass.cpp28 std::future<T> f0 = p.get_future(); in main() local
35 std::future<T> f0; in main() local
43 std::future<T> f0 = p.get_future(); in main() local
50 std::future<T> f0; in main() local
58 std::future<T> f0 = p.get_future(); in main() local
65 std::future<T> f0; in main() local
H A Dcopy_ctor.pass.cpp29 std::shared_future<T> f0 = p.get_future(); in main() local
39 std::shared_future<T> f0; in main() local
47 std::shared_future<T> f0 = p.get_future(); in main() local
54 std::shared_future<T> f0; in main() local
62 std::shared_future<T> f0 = p.get_future(); in main() local
69 std::shared_future<T> f0; in main() local
/llvm-project/libcxx/test/std/thread/futures/futures.unique_future/
H A Dshare.pass.cpp28 std::future<T> f0 = p.get_future(); in main() local
36 std::future<T> f0; in main() local
45 std::future<T> f0 = p.get_future(); in main() local
53 std::future<T> f0; in main() local
62 std::future<T> f0 = p.get_future(); in main() local
70 std::future<T> f0; in main() local
H A Dmove_assign.pass.cpp27 std::future<T> f0 = p.get_future(); in main() local
35 std::future<T> f0; in main() local
44 std::future<T> f0 = p.get_future(); in main() local
52 std::future<T> f0; in main() local
61 std::future<T> f0 = p.get_future(); in main() local
69 std::future<T> f0; in main() local
H A Dmove_ctor.pass.cpp27 std::future<T> f0 = p.get_future(); in main() local
34 std::future<T> f0; in main() local
42 std::future<T> f0 = p.get_future(); in main() local
49 std::future<T> f0; in main() local
57 std::future<T> f0 = p.get_future(); in main() local
64 std::future<T> f0; in main() local
H A Dcopy_ctor.verify.cpp21 std::future<int> f0; in f() local
25 std::future<int &> f0; in f() local
29 std::future<void> f0; in f() local
H A Dcopy_assign.verify.cpp21 std::future<int> f0, f; in f() local
25 std::future<int &> f0, f; in f() local
29 std::future<void> f0, f; in f() local
/llvm-project/lld/test/ELF/Inputs/
H A Darm-vfp-arg-base.s14 .global f0 symbol
16 f0: bx lr label
/llvm-project/clang/test/SemaTemplate/
H A Dcanonical-expr-type-0x.cpp7 void f0(T x, decltype(f(N, x)) y) { } // expected-note{{previous}} in f0() function
10 void f0(T x, decltype((f)(N, x)) y) { } in f0() function
13 void f0(U u, decltype(f(M, u))) { } // expected-error{{redefinition}} in f0() function
/llvm-project/clang/test/Parser/
H A Dmethod-def-in-class.m4 -(id) f0 { // expected-error {{expected ';' after method prototype}} method
10 - (id) f0 { // expected-error {{expected ';' after method prototype}} method
/llvm-project/clang/test/CodeGenObjC/
H A Dstrong-in-c-struct.m16 Trivial f0; field
26 Strong f0; field
32 id f0; field
37 int f0; field
42 BlockTy f0; field
47 id f0[2][2]; field
52 Strong f0[2][2]; field
56 id f0; field
64 id f0; field
83 _Bool f0[ field
[all...]

12345678910>>...16