Searched refs:f0 (Results 76 - 100 of 348) sorted by relevance

1234567891011>>

/external/clang/test/CodeGen/
H A D_Bool-conversion.c3 // CHECK: define i32 @f0()
8 int f0() { return f0_0((void*) 0x2); } function
H A Dalignof.c10 int f0() { function
H A Dattr-used.c3 // RUN: grep '@llvm.used = .*@f0' %t
9 static void __attribute__((used)) f0(void) { function
H A Dx86_32-arguments-realign.c4 // CHECK: define void @f0(%struct.s0* byval align 4)
8 void f0(struct s0 a0) { function
H A Dinline2.c4 // CHECK-GNU89: define i32 @f0()
5 // CHECK-C99: define i32 @f0()
6 int f0(void);
7 int f0(void) { return 0; } function
60 return f0() + f1() + f2() + f3() + f4() + f5() + f6() + f7() + f8() + f9()
H A D2008-07-31-asm-labels.c13 void f0() { function
H A D2009-12-07-BitFieldAlignment.c11 void f0(struct S *a) { function
H A DPR2743-reference-missing-static.c10 void f0() { e0(); } function
/external/clang/test/CodeGenObjC/
H A Dattr-strong.c7 void f0(void) { function
/external/llvm/test/MC/COFF/
H A Dalign-nops.s5 f0: label
/external/llvm/test/MC/ELF/
H A Dalign-nops.s5 f0: label
/external/v8/test/mjsunit/regress/
H A Dregress-1207.js32 var f0 = (object instanceof encodeURI)('#2: var x = 1; x <= 1 === true'), f1 = 1;
/external/clang/test/SemaTemplate/
H A Ddefault-arguments-cxx0x.cpp5 void f0();
8 void f0();
11 f0(); // okay!
H A Dexplicit-instantiation.cpp5 template typedef void f0; // expected-error{{explicit instantiation of typedef}} typedef
14 T f0(T x) { function in struct:X0
17 T* f0(T*, T*) { return T(); } // expected-warning{{expression which evaluates to zero treated as a null pointer constant of type 'int *'}} function in struct:X0
20 T f0(T, U) { return T(); } function in struct:X0
34 template int X0<int>::f0(int);
35 template int* X0<int>::f0(int*, int*); // expected-note{{in instantiation of member function 'X0<int>::f0' requested here}}
36 template int X0<int>::f0(int, float);
38 template int X0<int>::f0(int) const; // expected-error{{does not refer}}
39 template int* X0<int>::f0(in
[all...]
H A Dinjected-class-name.cpp25 void f0(const X0&); // expected-note{{here}}
26 void f0(X0&);
27 void f0(const X0<T, U>&); // expected-error{{redecl}}
40 void f0(const X1&); // expected-note{{here}}
41 void f0(X1&);
42 void f0(const X1<T, N>&); // expected-error{{redecl}}
H A Dinstantiate-call.cpp6 int& f0(X0);
10 char& f0(char);
15 Result result = f0(t);
27 Result &result = f0(t); // expected-error {{undeclared identifier}} \
36 short& f0(char); // expected-note {{should be declared prior to the call site}}
41 Result &result = f0(t);
H A Dinstantiate-decl-init.cpp31 void f0() { function
35 template void f0<int>();
36 template void f0<float>();
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp2.cpp5 template<typename T> A<T> f0(T* ptr);
9 A<int> a0 = f0(arr0);
11 A<const int> a1 = f0(arr1);
19 A<int(int, int)> a0 = f0(g0);
20 A<float(float)> a1 = f0(g1);
/external/clang/test/Sema/
H A Dpragma-align-packed.c5 char f0; member in struct:s0
12 char f0; member in struct:s1
19 char f0; member in struct:s2
26 struct s3_0 { unsigned char f0; unsigned int f1; }; member in struct:s3_0
29 struct s3_1 { unsigned char f0; unsigned int f1; }; member in struct:s3_1
H A Dpragma-align-mac68k.c14 char f0; member in struct:s1
17 extern int a1_0[offsetof(struct s1, f0) == 0 ? 1 : -1];
23 char f0; member in struct:s2
26 extern int a2_0[offsetof(struct s2, f0) == 0 ? 1 : -1];
32 char f0; member in struct:s3
35 extern int a3_0[offsetof(struct s3, f0) == 0 ? 1 : -1];
41 char f0; member in struct:s4
44 extern int a4_0[offsetof(struct s4, f0) == 0 ? 1 : -1];
50 unsigned f0 : 9; member in struct:s5
71 char f0; member in struct:s8
78 char f0[3]; member in struct:s9
86 char f0; member in struct:s10
92 char f0; member in struct:s11
[all...]
/external/clang/test/CXX/temp/temp.res/temp.dep.res/temp.point/
H A Dp1.cpp13 int& f0(A&);
19 Result r = f0(t);
31 char& f0(B&);
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.stc/
H A Dp10.cpp8 mutable const int f0; // expected-error{{'mutable' and 'const' cannot be mixed}} member in struct:s0
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
H A Dbasic.cpp3 void f0() { function
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct.default/
H A Dp5.cpp5 void f0(int *ip = &global_f); // expected-error{{cannot initialize}} \
/external/clang/test/CXX/temp/temp.spec/temp.explicit/
H A Dp4.cpp3 template<typename T> void f0(T); // expected-note{{here}}
4 template void f0(int); // expected-error{{explicit instantiation of undefined function template}}
19 template<> void f0(long); // expected-note{{previous template specialization is here}}
20 template void f0(long); // expected-warning{{explicit instantiation of 'f0<long>' that occurs after an explicit specialization will be ignored}}

Completed in 267 milliseconds

1234567891011>>