HomeSort by relevance Sort by last modified time
    Searched defs:f0 (Results 1 - 25 of 394) 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 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();
  /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
lanai-regparm.c 8 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/strace/tests-m32/
stack-fcall-0.c 3 int f0(int i) function

Completed in 400 milliseconds

1 2 3 4 5 6 7 8 91011>>