Home
last modified time | relevance | path

Searched defs:f1 (Results 1 – 25 of 730) sorted by relevance

12345678910>>...30

/external/clang/test/Sema/
Dpragma-pack-2.c11 int f1; member
18 int f1; member
26 int f1; member
31 int f1; member
40 int f1; member
45 int f1; member
56 } f1; in f() member
Dpragma-align-mac68k.c16 int f1; member
25 double f1; member
34 v4f_t f1; member
43 char f1; member
52 unsigned f1 : 9; member
81 char f1; member
94 v2f_t f1; member
107 int f1; in f12() member
Dpragma-align-packed.c7 int f1 __attribute__((aligned(4))); member
14 int f1 __attribute__((aligned(4))); member
21 int f1 __attribute__((aligned(4))); member
27 struct s3_0 { unsigned char f0; unsigned int f1; }; member
30 struct s3_1 { unsigned char f0; unsigned int f1; }; member
Dpragma-pack-5.c10 char f1; member
17 char f1; member
24 char f1; member
32 char f1; member
41 char f1; member
Dpragma-pack-3.c25 short f1; member
33 short f1; member
Dempty1.c30 struct emp_1 f1; member
34 struct emp_1 f1; member
38 struct emp_1 f1; member
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg/
Dswap.pass.cpp64 std::function<int(int)> f1 = A(1); in main() local
79 std::function<int(int)> f1 = A(1); in main() local
94 std::function<int(int)> f1 = g; in main() local
109 std::function<int(int)> f1 = g; in main() local
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod/
Dswap.pass.cpp61 std::function<int(int)> f1 = A(1); in main() local
76 std::function<int(int)> f1 = A(1); in main() local
91 std::function<int(int)> f1 = g; in main() local
106 std::function<int(int)> f1 = g; in main() local
/external/clang/test/SemaTemplate/
Dcanonical-expr-type-0x.cpp19 N<sizeof...(T)> f1() {} // expected-note{{previous}} in f1() function
22 N<sizeof...(T)> f1() {} in f1() function
25 N<sizeof...(U)> f1() {} // expected-error{{redefinition}} in f1() function
Dcanonical-expr-type.cpp31 void f1(T (&array)[N + M]) { } // expected-note{{previous}} in f1() function
34 void f1(T (&array)[M + N]) { } in f1() function
37 void f1(T (&array)[M + N]) { } // expected-error{{redefinition}} in f1() function
/external/clang/test/CodeGen/
D2009-06-18-StaticInitTailPadPack.c7 Foo f1; member
12 struct Bar f1; member
16 unsigned long f1; member
Dredef-ext-inline.c4 extern inline int f1 (void) {return 1;} in f1() function
6 int f1 (void) {return 0;} in f1() function
Darm-arguments.c14 struct s1 f1(void) {} in f1() function
34 struct s5 { struct { } f0; int f1; }; member
72 union u12 { char f0; short f1; int f2; }; member
99 struct s17 { short f0 : 13; char f1 : 4; }; member
104 struct s18 { short f0; char f1 : 4; }; member
110 struct s19 { int f0; struct s8 f1; }; member
116 struct s20 { struct s8 f1; int f0; }; member
121 struct s21 { struct {} f1; int f0 : 4; }; member
Dbitfield-2.c64 signed f1 : 10; member
141 long long f1 : 32; member
178 unsigned f1 : 28 __attribute__ ((packed)); member
209 _Bool f1 : 1; member
283 int f1 : 29; member
296 char f1; member
333 unsigned f1 : 7; member
Dbitfield-assign.c18 _Bool f1 : 1; member
29 void f1(void) { in f1() function
/external/clang/test/CXX/temp/temp.decls/temp.fct/temp.over.link/
Dp6.cpp12 template<int X, int Y> void f1(A0<0, (X + Y)>) { } // expected-note{{previous}} in f1() function
13 template<int X, int Y> void f1(A0<0, (X - Y)>) { } in f1() function
14 template<int A, int B> void f1(A0<0, (A + B)>) { } // expected-error{{redefinition}} in f1() function
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/
Dp13.cpp6 static int f1; member
9 int S::f1 = f0; member in S
/external/clang/test/Layout/
Ditanium-union-bitfield.cpp5 int f1: 3; member
12 char f1: 35; member
/external/llvm/test/MC/Mips/
Delf_st_other.s4 .globl f1 symbol
7 f1: label
/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_rdft_mips.c272 float f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14; in cft1st_128_mips() local
521 float f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14; in cftmdl_128_mips() local
807 float f0, f1, f2, f3, f4, f5, f6, f7, f8; in cftfsub_128_mips() local
865 float f0, f1, f2, f3, f4, f5, f6, f7, f8; in cftbsub_128_mips() local
929 float f1, f2, f3 ,f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15; in rftfsub_128_mips() local
1056 float f1, f2, f3 ,f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15; in rftbsub_128_mips() local
/external/v8/test/mjsunit/regress/
Dregress-3183.js33 function f1(method, array, elem, deopt) { function in DeoptimizeArgCallFunctionGeneric
58 f1 = function(method, array, elem, deopt) { function in DeoptimizeArgGlobalFunctionGeneric
81 f1 = function(method, array, elem, deopt) { function in DeoptimizeArgCallFunctionRuntime
/external/clang/test/CodeGenCXX/
Ddebug-info-namespace.cpp9 int f1() { return 0; } in f1() function
10 void f1(int) { } in f1() function
/external/clang/test/SemaCXX/
Dqualified-id-lookup.cpp34 struct f1 { struct
47 void N::f1::foo(int i) { in foo()
53 float& f1(int x) { in f1() function
/external/clang/test/CXX/temp/temp.param/
Dp9-0x.cpp21 friend void f1(X3) { in f1() function
42 …template<typename T> template<typename U = int> void X2<T>::f1() { } // expected-error{{cannot add… in f1() function in PR8748::X2
/external/clang/test/CXX/special/class.ctor/
Dp1.cpp42 template<typename T> X1<T> X1<T>::f1(int) { return 0; } in f1() function in X1
43 template<typename T> X1<T> (X1<T>::f1)(type) { return 0; } in X1() function

12345678910>>...30