Home
last modified time | relevance | path

Searched defs:S123 (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/SemaTemplate/
H A Dtemp_arg_nontype_cxx20.cpp45 using S123 = Struct<S{1, 2, 3}>; typedef
46 using S123 = Struct<S{1, 2, 3}>; // expected-note {{previous}} typedef
47 using S123 = Struct<S{1, 2, 4}>; // expected-error {{different types}} typedef
/llvm-project/llvm/unittests/Support/
H A DHashBuilderTest.cpp254 llvm::StringRef S123("123"); in TYPED_TEST() local