HomeSort by relevance Sort by last modified time
    Searched defs:cvi (Results 1 - 8 of 8) sorted by null

  /external/clang/test/SemaCXX/
cxx0x-class.cpp 16 static const volatile int cvi = 0; // expected-error {{static const volatile data member must be initialized out of line}} member in class:C
class.cpp 44 static const volatile int cvi = 0; // ok, illegal in C++11 member in class:C
references.cpp 56 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}}
conditional-expr.cpp 48 const volatile int cvi; member in struct:MixedFields
193 i1 ? &MixedFields::ci : &MixedFields::cvi;
370 const volatile int cvi = 0; member in namespace:DR587
374 const volatile int &cvir1 = b ? ci : cvi;
375 const volatile int &cvir2 = b ? cvi : vi;
  /external/llvm/unittests/ADT/
HashingTest.cpp 65 const volatile int cvi = 71; local
75 EXPECT_EQ(hash_value(71), hash_value(cvi));
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gre/
NodeFactoryTest.java 51 CanvasViewInfo cvi = CanvasViewInfo.create(lvi, true /* layoutlib5 */).getFirst(); local
54 NodeProxy proxy = m.create(cvi);
98 CanvasViewInfo cvi = CanvasViewInfo.create(lvi, true /* layoutlib5 */).getFirst(); local
101 NodeProxy proxy1 = m.create(cvi);
102 NodeProxy proxy2 = m.create(cvi);
110 CanvasViewInfo cvi = CanvasViewInfo.create(lvi, true /* layoutlib5 */).getFirst(); local
113 NodeProxy proxy1 = m.create(cvi);
114 NodeProxy proxy2 = m.create(cvi);
119 NodeProxy proxy3 = m.create(cvi);
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5-0x.cpp 125 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/valgrind/main/helgrind/
hg_main.c 2181 CVInfo* cvi = HG_(zalloc)("hg.mctCloa.1", sizeof(CVInfo)); local
2210 CVInfo* cvi = (CVInfo*)valW; local
2248 CVInfo* cvi; local
2326 CVInfo* cvi; local
2395 CVInfo* cvi; local
2440 CVInfo* cvi; local
    [all...]

Completed in 2193 milliseconds