Home
last modified time | relevance | path

Searched refs:ConvertibleToInt (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dcondition.cpp61 struct ConvertibleToInt { struct
62 ConvertibleToInt();
63 ~ConvertibleToInt();
67 ConvertibleToInt getConvToInt();
71 switch (ConvertibleToInt conv = ConvertibleToInt()) { in switch_destruct()
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dinstantiate-subscript.cpp12 struct ConvertibleToInt { struct
25 template struct Subscript0<Sub1, ConvertibleToInt, long&>;
H A Dinstantiate-function-1.cpp79 struct ConvertibleToInt { struct
83 template struct X6<ConvertibleToInt, float, char>;
113 template struct Do0<ConvertibleToInt>;
H A Dinstantiate-cast.cpp19 struct ConvertibleToInt { struct
50 template struct StaticCast0<ConvertibleToInt, bool>;
/llvm-project-15.0.7/libcxx/test/std/experimental/simd/simd.cons/
H A Dbroadcast.pass.cpp59 struct ConvertibleToInt { in compile_convertible() struct
62 supported_native_simd_ctor<int64_t>(ConvertibleToInt()); in compile_convertible()
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dcopy-assignment.cpp54 struct ConvertibleToInt { struct
77 ConvertibleToInt convertibleToInt; in test()
H A Dbool-compare.cpp199 struct ConvertibleToInt { struct
203 template struct X6<ConvertibleToInt, float, char>;
/llvm-project-15.0.7/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5-var.cpp44 struct ConvertibleToInt { struct