OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:virr2
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/SemaCXX/
rval-references.cpp
30
int &&
virr2
= 0;
local
31
int &&virr3 =
virr2
; // expected-error {{rvalue reference to type 'int' cannot bind to lvalue of type 'int'}}
40
int i3 = over(
virr2
);
Completed in 1302 milliseconds