Searched defs:f0 (Results 1 - 25 of 282) 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 Dregparm-flag.c8 void f0() { function
/external/clang/test/Driver/
H A Dcc-log-diagnostics.c7 int f0() {} function
H A Dframe-pointer-elim.c29 void f0() {} function
30 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.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/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/atomics/atomics.flag/
H A Dcopy_ctor.fail.cpp21 std::atomic_flag f0; local
22 std::atomic_flag f(f0);
/external/strace/tests/
H A Dstack-fcall-0.c3 int f0(int i) function
/external/chromium_org/v8/test/mjsunit/compiler/
H A Dcontrol-flow-1.js30 function f0(x) { function
36 return f0(x == y);
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-1423.js33 function f0() { function
63 for (var i = 0; i < 5; ++i) f0();
64 %OptimizeFunctionOnNextCall(f0);
65 assertEquals(1, f0());
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/
H A Dp11.cpp5 void f0(int a, function
H A Dp13.cpp5 static const int f0 = 0; member in struct:S
9 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 9187 milliseconds

1234567891011>>