Home
last modified time | relevance | path

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

/llvm-project/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5-0x.cpp232 …const volatile int & cvir2 = (xvalue<IntBitfield>().i); // expected-error{{volatile lvalue referen… in test() local
/llvm-project/clang/test/SemaCXX/
H A Dconditional-expr.cpp378 const volatile int &cvir2 = b ? cvi : vi; variable