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

1234567891011>>

/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.fct.spec/
H A Dp4.cpp3 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/
H A Dp4.cpp5 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/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 Dlanai-regparm.c8 void f0() { function
H A Dregparm-flag.c8 void f0() { function
/external/clang/test/Driver/
H A Dcc-log-diagnostics.c7 int f0() {} function
H A Dframe-pointer-elim.c34 void f0() {} function
35 void f1() { f0(); }
/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.c11 // CHECK: define i32 @f0()
12 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.s6 f0: label
H A Dx86_32-optimal_nop.s155 f0: label
242 // CHECK: Name: f0 (1)
/external/swiftshader/third_party/LLVM/test/MC/COFF/
H A Dalign-nops.s5 f0: label
/external/swiftshader/third_party/LLVM/test/MC/ELF/
H A Dalign-nops.s5 f0: label
/external/swiftshader/third_party/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/swiftshader/third_party/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/libcxx/test/std/atomics/atomics.flag/
H A Dcopy_ctor.fail.cpp21 std::atomic_flag f0; local
22 std::atomic_flag f(f0);

Completed in 7850 milliseconds

1234567891011>>