Home
last modified time | relevance | path

Searched refs:ColorT (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dinstantiate-invalid.cpp17 template<class Rasterizer, class Scanline, class BaseRenderer, class ColorT>
18 …void render_scanlines_aa_solid(Rasterizer& ras, Scanline& sl, BaseRenderer& ren, const ColorT& col…
35 template<class ColorT> class rbox_ctrl : public rbox_ctrl_impl
37 const ColorT& color(unsigned i) const { return *m_colors[i]; }
/llvm-project-15.0.7/libcxx/test/std/utilities/utility/utility.intcmp/
H A Dintcmp.fail.cpp47 enum ColorT { red, green, blue }; enum
135 test<ColorT>(); in main()