Home
last modified time | relevance | path

Searched refs:intref_c (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/SemaCXX/
Dreferences.cpp88 …typedef intref const intref_c; // expected-warning {{'const' qualifier on reference type 'intref' … in test8() typedef
89 typedef intref_c intref; // ok, same type in test8()
/external/llvm-project/clang/test/SemaCXX/
Dreferences.cpp108 …typedef intref const intref_c; // expected-warning {{'const' qualifier on reference type 'intref' … in test8() typedef
109 typedef intref_c intref; // ok, same type in test8()