Home
last modified time | relevance | path

Searched defs:cvi (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dcxx0x-class.cpp16 …static const volatile int cvi = 0; // expected-error {{static const volatile data member must be i… member in C
H A Dconditional-expr.cpp51 const volatile int cvi; member
373 const volatile int cvi = 0; variable
H A Dclass.cpp53 static const volatile int cvi = 0; // ok, illegal in C++11 member in C
H A Dreferences.cpp58 const volatile int cvi = 1; in test5() local
/llvm-project/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5-0x.cpp125 const volatile int cvi = 1; variable
/llvm-project/llvm/unittests/ADT/
H A DHashingTest.cpp65 const volatile int cvi = 71; in TEST() local