/external/clang/test/CodeGenCXX/ |
key-function-vtable.cpp | 17 struct testd { inline virtual void a(); }; struct 18 void testd::a() {}
|
/external/libcxx/test/containers/sequences/forwardlist/forwardlist.ops/ |
splice_after_flist.pass.cpp | 28 testd(const C& c, int p, int l) function 54 testd(c1, p, l); 70 testd(c1, p, l);
|
splice_after_one.pass.cpp | 28 testd(const C& c, int p, int f) function 92 testd(c1, p, f); 122 testd(c1, p, f);
|
splice_after_range.pass.cpp | 29 testd(const C& c, int p, int f, int l) function 95 testd(c1, p, f, l); 139 testd(c1, p, f, l);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.ops/ |
splice_after_flist.pass.cpp | 28 testd(const C& c, int p, int l) function 54 testd(c1, p, l); 70 testd(c1, p, l);
|
splice_after_one.pass.cpp | 28 testd(const C& c, int p, int f) function 92 testd(c1, p, f); 122 testd(c1, p, f);
|
splice_after_range.pass.cpp | 29 testd(const C& c, int p, int f, int l) function 95 testd(c1, p, f, l); 139 testd(c1, p, f, l);
|
/external/valgrind/main/memcheck/tests/ |
cond_ld_st.c | 246 UInt testd = inp_Data == Data_Dc ? 0xCCCCCCCC : 0xDDDDDDDD; local 247 *c_Addr_DV = *c_Addr_DI = testd;
|