OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:intref_c
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/SemaCXX/
references.cpp
88
typedef intref const
intref_c
; // expected-warning {{'const' qualifier on reference type 'intref' (aka 'int &') has no effect}}
typedef
89
typedef
intref_c
intref; // ok, same type
Completed in 57 milliseconds