Home
last modified time | relevance | path

Searched refs:testd (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/containers/sequences/forwardlist/forwardlist.ops/
H A Dsplice_after_flist.pass.cpp29 testd(const C& c, int p, int l) in testd() function
55 testd(c1, p, l); in main()
71 testd(c1, p, l); in main()
H A Dsplice_after_one.pass.cpp29 testd(const C& c, int p, int f) in testd() function
92 testd(c1, p, f); in main()
122 testd(c1, p, f); in main()
H A Dsplice_after_range.pass.cpp30 testd(const C& c, ptrdiff_t p, ptrdiff_t f, ptrdiff_t l) in testd() function
96 testd(c1, p, f, l); in main()
140 testd(c1, p, f, l); in main()
/llvm-project-15.0.7/clang/test/Sema/
H A Dinline-asm-validate-tmpl.cpp28 template <int N> bool testd() in testd() function
35 bool foox() { return testd<0> (); } in foox()
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dkey-function-vtable.cpp17 struct testd { inline virtual void a(); }; struct
18 void testd::a() {} in a()
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-unsequenced.cpp724 void testd() { in testd() function