Home
last modified time | relevance | path

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

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