HomeSort by relevance Sort by last modified time
    Searched defs:f0 (Results 1 - 25 of 339) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.fct.spec/
p4.cpp 4 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/
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
builtins-aarch64.c 3 void f0(char *a, char *b) { 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 13 f0: label
x86_32-optimal_nop.s 155 f0: label
229 // CHECK: ('_string', 'f0')
  /external/llvm/utils/lit/lit/ExampleTests/Clang/
fsyntax-only.c 3 int f0(void) {} // expected-warning {{control reaches end of non-void function}} function

Completed in 371 milliseconds

1 2 3 4 5 6 7 8 91011>>