/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.fct.spec/ |
p4.cpp | 3 void f0() { // expected-note {{previous definition is here}} function 6 inline void f0(); // expected-error {{inline declaration of 'f0' follows non-inline definition}}
|
/external/clang/test/CXX/temp/temp.decls/temp.fct/temp.over.link/ |
p4.cpp | 5 template<typename T> void f0(T) { } function 6 template<typename T, typename U> void f0(T) { } function 7 template<typename T, typename U> void f0(U) { } function 8 void f0(); 9 template<typename T> void f0(T*); 10 void f0(int); 11 template<int I> void f0(); 12 template<typename T> void f0();
|
p4-neg.cpp | 3 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(A<J>) { } // Xpected-error{{redefinition} [all...] |
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
ext-blocks.cpp | 5 int f0(Args ...args) { function 16 return f0(args...); 20 template int f0(int, float, double);
|
/external/clang/test/CodeGen/ |
2008-08-04-void-pointer-arithmetic.c | 4 int f0(void *a, void *b) { function
|
2008-09-22-bad-switch-type.c | 4 void f0(void) { function
|
PR3589-freestanding-libcalls.c | 7 void f0() { function
|
regparm-flag.c | 8 void f0() { function
|
/external/clang/test/Driver/ |
cc-log-diagnostics.c | 7 int f0() {} function
|
/external/clang/test/Frontend/Inputs/TestFramework.framework/Headers/ |
TestFramework.h | 1 static int f0(void) {} function
|
/external/clang/test/Frontend/ |
Weverything.c | 6 int f0(int, unsigned); 7 int f0(int x, unsigned y) { function
|
Wno-everything.c | 3 int f0(int, unsigned); 4 int f0(int x, unsigned y) { function
|
diagnostics-option-names.c | 4 int f0(int, unsigned); 5 int f0(int x, unsigned y) { function
|
warning-mapping-1.c | 5 int f0(int x, unsigned y) { function
|
warning-mapping-2.c | 4 void f0() { f1(); } // expected-error {{implicit declaration of function}} function
|
warning-mapping-3.c | 10 static void f0(void) {} // expected-fatal {{unused function}} function
|
warning-mapping-4.c | 5 int f0(int x, unsigned y) { function
|
warning-mapping-5.c | 7 int f0(int x, unsigned y) { function
|
/external/clang/test/Parser/ |
cxx-in-c.c | 4 void f0(int x) : {}; // expected-error{{expected function body after function declarator}} function
|
/external/llvm/test/MC/COFF/ |
align-nops.s | 5 f0: label
|
/external/llvm/test/MC/ELF/ |
align-nops.s | 5 f0: label
|
/external/llvm/test/MC/MachO/ |
section-flags.s | 6 f0: label
|
x86_32-optimal_nop.s | 155 f0: label 208 // CHECK: 00F0: C3000000 00000000 00000000 00000000 |................| 242 // CHECK: Name: f0 (1)
|
/external/strace/tests/ |
stack-fcall-0.c | 3 int f0(int i) function
|
/external/clang/test/CodeGenCXX/ |
aarch64-arguments.cpp | 5 void f0(s0 a) {} function
|