OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cvi
(Results
1 - 11
of
11
) sorted by null
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
math.s
12
.int $
cvi
(2.5)
13
.int $
cvi
(-2.5)
/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
references.cpp
56
const volatile int
cvi
= 1;
local
57
const int& r =
cvi
; // expected-error{{binding value of type 'const volatile int' to reference to type 'const int' drops 'volatile' qualifier}}
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;
class.cpp
44
static const volatile int
cvi
= 0; // ok, illegal in C++11
member in class:C
/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/temp/temp.arg/temp.arg.nontype/
p5.cpp
88
extern const volatile int
cvi
;
93
S0<
cvi
> s0cv; // expected-error{{reference binding of non-type template parameter of type 'int &' to template argument of type 'const volatile int' ignores qualifiers}}
98
S1<
cvi
> s1cv; // expected-error{{reference binding of non-type template parameter of type 'const int &' to template argument of type 'const volatile int' ignores qualifiers}}
103
S2<
cvi
> s2cv; // expected-error{{reference binding of non-type template parameter of type 'volatile int &' to template argument of type 'const volatile int' ignores qualifiers}}
108
S3<
cvi
> s3cv;
/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 value of type 'const volatile int' to reference to type 'const int' drops 'volatile' qualifier}}
/external/valgrind/helgrind/
hg_main.c
2282
CVInfo*
cvi
= HG_(zalloc)("hg.mctCloa.1", sizeof(CVInfo));
local
2311
CVInfo*
cvi
= (CVInfo*)valW;
local
2349
CVInfo*
cvi
;
local
2427
CVInfo*
cvi
;
local
2496
CVInfo*
cvi
;
local
2541
CVInfo*
cvi
;
local
[
all
...]
/external/llvm/unittests/ADT/
HashingTest.cpp
64
const volatile int
cvi
= 71;
local
74
EXPECT_EQ(hash_value(71), hash_value(
cvi
));
/external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
[
all
...]
Completed in 1009 milliseconds