Searched defs:f0 (Results 1 - 25 of 224) sorted by relevance

123456789

/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.fct.spec/
H A Dp4.cpp4 void f0() { function
7 inline void f0(); // expected-error {{function definition cannot precede inline declaration}}
/external/clang/test/CXX/temp/temp.decls/temp.fct/temp.over.link/
H A Dp4.cpp4 template<typename T> void f0(T) { } function
5 template<typename T, typename U> void f0(T) { } function
6 template<typename T, typename U> void f0(U) { } function
7 void f0();
8 template<typename T> void f0(T*);
9 void f0(int);
10 template<int I> void f0();
11 template<typename T> void f0();
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-09-22-bad-switch-type.c4 void f0(void) { function
H A DPR3589-freestanding-libcalls.c7 void f0() { function
H A Dregparm-flag.c8 void f0() { function
H A Dframe-pointer-elim.c5 // DARWIN: f0:
14 // LINUX: f0:
23 // OMIT_ALL: f0:
32 // OMIT_LEAF: f0:
39 void f0() {} function
40 void f1() { f0(); }
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
/external/clang/test/Driver/
H A Dcc-log-diagnostics.c7 int f0() {} function
/external/clang/test/Frontend/Inputs/TestFramework.framework/Headers/
H A DTestFramework.h1 static int f0(void) {} function
/external/clang/test/Frontend/
H A Dwarning-mapping-2.c4 void f0() { f1(); } // expected-error {{implicit declaration of function}} function
H A Dwarning-mapping-3.c10 static void f0(void) {} // expected-fatal {{unused function}} function
H A Dast-codegen.c10 // CHECK: define i32 @f0()
11 int f0() { 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/llvm/test/MC/MachO/
H A Dsection-flags.s13 f0: label
H A Dx86_32-optimal_nop.s155 f0: label
229 // CHECK: ('_string', 'f0')
/external/llvm/utils/lit/lit/ExampleTests/Clang/
H A Dfsyntax-only.c3 int f0(void) {} // expected-warning {{control reaches end of non-void function}} function
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dext-blocks.cpp5 int f0(Args ...args) { function
16 return f0(args...);
20 template int f0(int, float, double);
/external/clang/test/Parser/
H A Dcxx-in-c.c4 void f0(int x) : {}; // expected-error{{expected function body after function declarator}} function
/external/clang/test/Sema/
H A Dblock-explicit-noreturn-type.c6 void f0() { function
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/
H A Dp11.cpp5 void f0(int a, function
H A Dp13.cpp4 static const int f0 = 0; member in struct:S
8 int S::f1 = f0;
/external/clang/test/CXX/temp/temp.decls/temp.class.spec/temp.class.spec.mfunc/
H A Dp1-neg.cpp8 void f0();
22 void A<T*, 2>::f0() { } function in class:A

Completed in 3200 milliseconds

123456789