Home
last modified time | relevance | path

Searched defs:c23 (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/test/CXX/lex/lex.charset/
H A Dp2-cxx11.cpp8 char c23 = '\u0023'; // #, ok variable
H A Dp2-cxx98.cpp8 char c23 = '\u0023'; // #, expected-error {{character '#' cannot be specified by a universal charac… variable
/llvm-project/mlir/lib/Dialect/Math/Transforms/
H A DExpandPatterns.cpp401 Value c23 = createIntConst(loc, i32Ty, 23, b); convertRoundOp() local
521 Value c23 = createIntConst(loc, iTy, mantissaWidth, b); convertRoundEvenOp() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dstringview-nullptr.cpp598 std::string_view c23 = {(std::string_view){nullptr}}; in field_construction() member