Home
last modified time | relevance | path

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

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