Home
last modified time | relevance | path

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

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