Lines Matching full:static_cast
82 // static_cast
83 (void)static_cast<char16>(ll16);
84 (void)static_cast<char16_e>(ll16);
85 (void)static_cast<longlong16>(ll16);
86 (void)static_cast<longlong16_e>(ll16);
87 (void)static_cast<char16>(ll16e);
88 (void)static_cast<char16_e>(ll16e); // expected-error{{static_cast from 'longlong16_e' to 'char16_e' is not allowed}}
89 (void)static_cast<longlong16>(ll16e);
90 (void)static_cast<longlong16_e>(ll16e);