Home
last modified time | relevance | path

Searched refs:cvi (Results 1 – 10 of 10) sorted by relevance

/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
Dp5.cpp88 extern const volatile int cvi;
93 …S0<cvi> s0cv; // expected-error{{reference binding of non-type template parameter of type 'int &' … in test()
98 …S1<cvi> s1cv; // expected-error{{reference binding of non-type template parameter of type 'const i… in test()
103 …S2<cvi> s2cv; // expected-error{{reference binding of non-type template parameter of type 'volatil… in test()
108 S3<cvi> s3cv; in test()
/external/clang/test/SemaCXX/
Dconditional-expr.cpp48 const volatile int cvi; member
193 i1 ? &MixedFields::ci : &MixedFields::cvi; in test()
370 const volatile int cvi = 0; variable
374 const volatile int &cvir1 = b ? ci : cvi;
375 const volatile int &cvir2 = b ? cvi : vi;
Dreferences.cpp56 const volatile int cvi = 1; in test5() local
57 …const int& r = cvi; // expected-error{{binding value of type 'const volatile int' to reference to … in test5()
Dcxx0x-class.cpp16 …static const volatile int cvi = 0; // expected-error {{static const volatile data member must be i… member in C
Dclass.cpp52 static const volatile int cvi = 0; // ok, illegal in C++11 member in C
/external/valgrind/helgrind/
Dhg_main.c2284 CVInfo* cvi = HG_(zalloc)("hg.mctCloa.1", sizeof(CVInfo)); in map_cond_to_CVInfo_lookup_or_alloc() local
2285 cvi->so = so; in map_cond_to_CVInfo_lookup_or_alloc()
2286 cvi->mx_ga = 0; in map_cond_to_CVInfo_lookup_or_alloc()
2287 VG_(addToFM)( map_cond_to_CVInfo, (UWord)cond, (UWord)cvi ); in map_cond_to_CVInfo_lookup_or_alloc()
2288 return cvi; in map_cond_to_CVInfo_lookup_or_alloc()
2313 CVInfo* cvi = (CVInfo*)valW; in map_cond_to_CVInfo_delete() local
2315 tl_assert(cvi); in map_cond_to_CVInfo_delete()
2316 tl_assert(cvi->so); in map_cond_to_CVInfo_delete()
2317 if (cvi->nWaiters > 0) { in map_cond_to_CVInfo_delete()
2327 libhb_so_dealloc(cvi->so); in map_cond_to_CVInfo_delete()
[all …]
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
Dp5-0x.cpp125 const volatile int cvi = 1; variable
126 …const int& r2 = cvi; // expected-error{{binding value of type 'const volatile int' to reference to…
/external/llvm/unittests/ADT/
DHashingTest.cpp64 const volatile int cvi = 71; in TEST() local
74 EXPECT_EQ(hash_value(71), hash_value(cvi)); in TEST()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp5029 for (SmallVector<ConstantInt*, 1>::iterator cvi = CaseVals.begin(), in parseFunctionBody() local
5030 cve = CaseVals.end(); cvi != cve; ++cvi) in parseFunctionBody()
5031 SI->addCase(*cvi, DestBB); in parseFunctionBody()
/external/valgrind/
DNEWS2013 295590 Helgrind: Assertion 'cvi->nWaiters > 0' failed