Home
last modified time | relevance | path

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

/llvm-project/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5-0x.cpp231 …const volatile int & cvir1 = (lvalue<IntBitfield>().i); // expected-error{{non-const reference can… in test() local
/llvm-project/clang/test/SemaCXX/
H A Dconditional-expr.cpp377 const volatile int &cvir1 = b ? ci : cvi; variable