/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/ |
p2-0x.cpp | 79 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/ |
p1.cpp | 16 void f3(size_type) const; 41 void X0<X, Y>::f3(size_type) const { function in class:X0
|
/external/clang/test/CodeGen/ |
arm-aapcs-vfp.c | 12 float f3; member in struct:homogeneous_struct 42 float f3; member in struct:big_struct
|
function-attributes.c | 5 // CHECK: define void @f3(i8 zeroext %x) nounwind 17 void f3(unsigned char x) { } function
|
exprs.c | 83 int f3() {return ((union f3_x)2).x;} function
|
union.c | 26 int f3(value v) { function
|
/external/clang/test/CodeGenCXX/ |
mangle-unnamed.cpp | 25 int f3() { return f2(); } function
|
temp-order.cpp | 81 static unsigned f3() { function 176 print("f3", f3()); 177 if (f3() != ORDER4(7, 3, 11, 2))
|
template-instantiation.cpp | 182 void f3() { S<3> s; } function in struct:PR10666::S
|
/external/clang/test/Sema/ |
anonymous-struct-union.c | 4 float f3; member in union:X::__anon5050 29 x.f3 = 0; // expected-error{{no member named 'f3'}}
|
complex-int.c | 65 int f3[-(2.0+3.0i) == +(-3.0i-2.0) ? 1 : -1]; variable
|
function-redecl.c | 130 void f3(); 131 void f3(enum e0 x) {} function
|
private-extern.c | 36 void f3() { function
|
/external/clang/test/SemaCXX/ |
conversion-delete-expr.cpp | 57 void f3 (D3 d) function
|
overload-member-call.cpp | 49 float& f3 = x.g(0); local
|
warn-unused-filescoped.cpp | 8 void f3() { } // expected-warning{{unused}} function in namespace:__anon5284
|
using-directive.cpp | 120 void f3() { f2(1); } function
|
/external/valgrind/main/exp-ptrcheck/tests/ |
partial.c | 6 int* x3 = malloc(3); float f, *f3 = malloc(3); local 41 f = * f3; // ok if --partial-loads-ok=yes // ... ditto
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
armVCM4P10_FwdTransformResidual4x4.c | 51 int f3 = e1 - (e3 << 1); local 55 pDst[i+3] = (OMX_S16)f3; 64 int f3 = pDst[i+12]; local 65 int g0 = f0 + f3; 66 int g1 = f0 - f3;
|
armVCM4P10_TransformResidual4x4.c | 52 int f3 = e0 - e3; local 56 pDst[i+3] = (OMX_S16)f3; 65 int f3 = pDst[i+12]; local 68 int g2 = (f1>>1) - f3; 69 int g3 = f1 + (f3>>1);
|
/libcore/luni/src/test/java/libcore/java/io/ |
OldFileTest.java | 150 File f3 = File.createTempFile("/../../../../../", null); local 151 f3.delete();
|
/external/chromium/chrome/browser/bookmarks/ |
bookmark_html_writer_unittest.cc | 86 const string16& f3) { 97 if (!f3.empty()) 98 entry.path.push_back(f3); 113 const string16& f3) { 115 f1, f2, f3), 171 // F3 206 const BookmarkNode* f3 = model->AddFolder(model->other_node(), 2, f3_title); local 207 const BookmarkNode* f4 = model->AddFolder(f3, 0, f4_title);
|
/external/clang/test/Analysis/ |
array-struct.c | 39 void f3() { function
|
uninit-vals-ps.c | 36 int f3(void) { function
|
/external/clang/test/CXX/basic/basic.types/ |
p10.cpp | 50 constexpr int f3(Agg a) { return a.a; } function
|