OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
173
i1 ? &MixedFields::ci : &MixedFields::
cvi
;
/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
2134
CVInfo*
cvi
= HG_(zalloc)("hg.mctCloa.1", sizeof(CVInfo));
local
2146
CVInfo*
cvi
= (CVInfo*)valW;
local
2165
CVInfo*
cvi
;
local
2243
CVInfo*
cvi
;
local
2311
CVInfo*
cvi
;
local
[
all
...]
Completed in 140 milliseconds