Searched defs:cvi (Results 1 - 7 of 7) sorted by relevance

/external/clang/test/SemaCXX/
H A Dcxx0x-class.cpp16 static const volatile int cvi = 0; // expected-error {{static const volatile data member must be initialized out of line}} member in class:C
H A Dclass.cpp44 static const volatile int cvi = 0; // ok, illegal in C++11 member in class:C
H A Dreferences.cpp56 const volatile int cvi = 1; local
57 const int& r = cvi; // expected-error{{binding of reference to type 'const int' to a value of type 'const volatile int' drops qualifiers}}
H A Dconditional-expr.cpp48 const volatile int cvi; member in struct:MixedFields
183 i1 ? &MixedFields::ci : &MixedFields::cvi;
360 const volatile int cvi = 0; member in namespace:DR587
364 const volatile int &cvir1 = b ? ci : cvi;
365 const volatile int &cvir2 = b ? cvi : vi;
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5-0x.cpp125 const volatile int cvi = 1; member in namespace:std_example_2
126 const int& r2 = cvi; // expected-error{{binding of reference to type 'const int' to a value of type 'const volatile int' drops qualifiers}}
/external/llvm/unittests/ADT/
H A DHashingTest.cpp65 const volatile int cvi = 71; local
75 EXPECT_EQ(hash_value(71), hash_value(cvi));
/external/valgrind/main/helgrind/
H A Dhg_main.c2134 CVInfo* cvi = HG_(zalloc)("hg.mctCloa.1", sizeof(CVInfo)); local
2135 cvi->so = so;
2136 cvi->mx_ga = 0;
2137 VG_(addToFM)( map_cond_to_CVInfo, (UWord)cond, (UWord)cvi );
2138 return cvi;
2146 CVInfo* cvi = (CVInfo*)valW; local
2148 tl_assert(cvi);
2149 tl_assert(cvi->so);
2150 libhb_so_dealloc(cvi->so);
2151 cvi
2165 CVInfo* cvi; local
2243 CVInfo* cvi; local
2311 CVInfo* cvi; local
[all...]

Completed in 149 milliseconds