Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-cpp/
H A Dmain.cpp20 typedef Type3 Type4; // should show as char typedef
82 Type4 T4ILookChar = 14; in main()
/llvm-project-15.0.7/clang/test/Misc/
H A Dinteger-literal-printing.cpp25 template <charTy T, typename Type4Helper<T>::Ty U> struct Type4 {}; struct
73 …struct Type4<charTy::c, "4"> t4; // expected-error{{value of type 'const char[2]' is not implicitl… in Function()