Searched defs:f3 (Results 76 - 100 of 167) sorted by relevance

1234567

/external/clang/test/Analysis/
H A Dstream.c29 void f3(void) { function
H A Dptr-arith.c37 void f3() { function
H A Duninit-vals-ps.c36 int f3(void) { function
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/
H A Dp2-0x.cpp79 template<typename...T> void f3() { // expected-note {{template parameter is declared here}} function in namespace:InFunctions
/external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.func/
H A Dp1.cpp16 void f3(size_type) const;
41 void X0<X, Y>::f3(size_type) const { function in class:X0
/external/clang/test/CodeGen/
H A Darm-aapcs-vfp.c13 float f3; member in struct:homogeneous_struct
50 float f3; member in struct:big_struct
H A Dfunctions.c33 // CHECK: define {{.*}} @f3{{\(\)|\(.*sret.*\)}}
34 struct foo { int X, Y, Z; } f3() { function
H A Dpointer-arithmetic.c14 void *f3(int a, void *b) { return a + b; } function
H A Dexprs.c83 int f3() {return ((union f3_x)2).x;} function
H A Dfunction-attributes.c5 // CHECK: define void @f3(i8 zeroext %x) nounwind
17 void f3(unsigned char x) { } function
H A Dle32-arguments.c26 // CHECK: define void @f3(i64 %i)
27 void f3(long long i) {} function
H A Dunion.c26 int f3(value v) { function
/external/clang/test/CodeGenCXX/
H A Dmangle-neon-vectors.cpp22 void f3(uint64x1_t v) { } function
H A Dmangle-unnamed.cpp25 int f3() { return f2(); } function
H A Dmangle-ms-back-references.cpp9 void f3(int a, const char* b, const char* c) {} function
10 // CHECK: "\01?f3@@YAXHPBD0@Z"
H A Dtemplate-instantiation.cpp182 void f3() { S<3> s; } function in struct:PR10666::S
H A Dvisibility-inlines-hidden.cpp10 void f3();
15 inline void X0::f3() { } function in class:X0
21 void f3();
28 inline void X1<T>::f3() { } function in class:X1
45 x0->f3();
55 x1->f3();
/external/clang/test/Sema/
H A Dwarn-unused-function.c12 static void f3();
13 extern void f3() { } // expected-warning{{unused}} function
/external/clang/test/SemaCXX/
H A Dconversion-delete-expr.cpp57 void f3 (D3 d) function
H A Dnamespace.cpp52 void f3() { function in namespace:S1::S2::S3
H A Dwarn-unused-filescoped.cpp8 void f3() { } // expected-warning{{unused}} function in namespace:__anon4767
/external/libffi/testsuite/libffi.call/
H A Dmany.c14 float f3,
28 (double) f1, (double) f2, (double) f3, (double) f4, (double) f5,
33 return ((f1/f2+f3/f4+f5/f6+f7/f8+f9/f10+f11/f12) * f13);
12 many(float f1, float f2, float f3, float f4, float f5, float f6, float f7, float f8, float f9, float f10, float f11, float f12, float f13) argument
H A Dmany_win32.c14 float f3,
26 return ((f1/f2+f3/f4+f5/f6+f7/f8+f9/f10+f11/f12) * f13);
12 stdcall_many(float f1, float f2, float f3, float f4, float f5, float f6, float f7, float f8, float f9, float f10, float f11, float f12, float f13) argument
/external/v8/test/mjsunit/
H A Darguments.js120 function f3() { function
123 f3();
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp6.cpp45 constexpr ConstexprCtor<NonLiteral> f3() { return { 0 }; } // expected-error {{never produces a constant expression}} expected-note {{non-constexpr constructor 'NonLiteral}} function

Completed in 314 milliseconds

1234567