Home
last modified time | relevance | path

Searched defs:c22 (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/test/CXX/lex/lex.charset/
H A Dp2-cxx11.cpp7 char c22 = '\u0022'; // ", ok variable
H A Dp2-cxx98.cpp7 char c22 = '\u0022'; // ", expected-error {{character '"' cannot be specified by a universal charac… variable
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dstringview-nullptr.cpp594 std::string_view c22 = {(std::string_view) nullptr}; in field_construction() member