Searched defs:f0 (Results 26 - 50 of 282) sorted by relevance

1234567891011>>

/external/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}} function
4 template<class U> void f0(U) { } // expected-error{{redefinition}} function
6 template<int I> void f0() { } // expected-note{{previous}} function
7 template<int> void f0() { } // expected-error{{redefinition}} function
12 void f0() { } // expected-note{{previous}} function
14 void f0() { } // expected-error{{redefinition}} function
20 typename MetaFun<T*>::type f0(const T&) { while (1) {} } // expected-note{{previous}} function
22 typename MetaFun<U*>::type f0(const U&) { while (1) {} } // expected-error{{redefinition}} function
26 // template<int I> void f0(A<I>) { } // Xpected-note{{previous}}
27 // template<int J> void f0(
[all...]
/external/clang/test/CodeGen/
H A D2008-08-04-void-pointer-arithmetic.c4 int f0(void *a, void *b) { function
H A DPR2743-reference-missing-static.c10 void f0() { e0(); } function
H A D_Bool-conversion.c3 // CHECK-LABEL: define i32 @f0()
8 int f0() { return f0_0((void*) 0x2); } function
H A Dalways_inline.c2 // RUN: not grep '@f0' %t
5 // RUN: grep '@f0' %t | count 2
7 //static int f0() {
8 static int __attribute__((always_inline)) f0() { function
13 return f0();
H A Dassign.c5 // CHECK-LABEL: define void @f0()
12 void f0() { function
H A Dattr-used.c3 // RUN: grep '@llvm.used = .*@f0' %t
9 static void __attribute__((used)) f0(void) { function
H A Dbitfield-promote.c3 long long f0(void) { function
4 struct { unsigned f0 : 32; } x = { 18 }; member in struct:__anon18618
5 return (long long) (x.f0 - (int) 22);
7 // CHECK: @f0()
11 struct { unsigned f0 : 31; } x = { 18 }; member in struct:__anon18619
12 return (long long) (x.f0 - (int) 22);
18 struct { unsigned f0 ; } x = { 18 }; member in struct:__anon18620
19 return (long long) (x.f0 - (int) 22);
H A Dfast-math.c2 float f0, f1, f2; variable
8 f0 = f1 + f2;
H A Dfinite-math.c2 float f0, f1, f2; variable
8 f0 = f1 + f2;
H A Dprivate-extern.c8 int f0(void) { function
H A Dx86_32-arguments-realign.c4 // CHECK-LABEL: define void @f0(%struct.s0* byval align 4)
8 void f0(struct s0 a0) { function
/external/clang/test/CodeGenCXX/
H A Daarch64-arguments.cpp5 void f0(s0 a) {} function
H A Dmangle-address-space.cpp4 void f0(char *p) { } function
6 void f0(char __attribute__((address_space(1))) *p) { } function
12 void f0(OpaqueTypePtr) { } function
/external/clang/test/CodeGenObjC/
H A Dattr-strong.c7 void f0(void) { function
/external/clang/test/Coverage/
H A Dhtml-diagnostics.c14 void f0(int x) { function
/external/clang/test/Frontend/
H A DWeverything.c6 int f0(int, unsigned);
7 int f0(int x, unsigned y) { function
H A DWno-everything.c3 int f0(int, unsigned);
4 int f0(int x, unsigned y) { function
H A Ddiagnostics-option-names.c4 int f0(int, unsigned);
5 int f0(int x, unsigned y) { function
H A Dwarning-mapping-1.c5 int f0(int x, unsigned y) { function
H A Dwarning-mapping-4.c5 int f0(int x, unsigned y) { function
H A Dwarning-mapping-5.c7 int f0(int x, unsigned y) { function
/external/clang/test/Index/Inputs/
H A Dremap-complete-to.c1 int f0(int *pointer1, float *pointer2) { function
/external/clang/test/Sema/
H A Dalign-arm-apcs.c4 struct s0 { double f0; int f1; }; member in struct:s0
/external/clang/test/SemaCXX/
H A Dattr-after-definition.cpp5 bool f0(X) { return true; } // expected-note{{definition}} function
8 __attribute__ ((__visibility__("hidden"))) bool f0(X); // expected-warning{{attribute}}

Completed in 339 milliseconds

1234567891011>>