OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rvalue
(Results
226 - 250
of
408
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/valgrind/coregrind/m_demangle/
demangle.h
318
/* C++11: An
rvalue
reference modifying a member function. The one
331
/* C++0x: An
rvalue
reference. The one subtree is the type which is
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
shared_ptr.h
223
* @param __r A %shared_ptr
rvalue
.
231
* @param __r A %shared_ptr
rvalue
.
stl_vector.h
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
ostream
591
* @brief Generic inserter for
rvalue
stream
597
*
rvalue
streams since they won't bind to the inserter functions
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
shared_ptr.h
223
* @param __r A %shared_ptr
rvalue
.
231
* @param __r A %shared_ptr
rvalue
.
stl_vector.h
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
ostream
591
* @brief Generic inserter for
rvalue
stream
597
*
rvalue
streams since they won't bind to the inserter functions
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
shared_ptr.h
223
* @param __r A %shared_ptr
rvalue
.
231
* @param __r A %shared_ptr
rvalue
.
stl_vector.h
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
ostream
591
* @brief Generic inserter for
rvalue
stream
597
*
rvalue
streams since they won't bind to the inserter functions
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
shared_ptr.h
223
* @param __r A %shared_ptr
rvalue
.
231
* @param __r A %shared_ptr
rvalue
.
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
ostream
591
* @brief Generic inserter for
rvalue
stream
597
*
rvalue
streams since they won't bind to the inserter functions
/toolchain/binutils/binutils-2.25/include/
demangle.h
323
/* C++11: An
rvalue
reference modifying a member function. The one
336
/* C++0x: An
rvalue
reference. The one subtree is the type which is
/external/clang/test/SemaCXX/
constant-expression-cxx11.cpp
781
constexpr Base *nullB = 42 - 6 * 7; // expected-error {{cannot initialize a variable of type 'Class::Base *const' with an
rvalue
of type 'int'}}
786
Base *nullB2 = '\0'; // expected-error {{cannot initialize a variable of type 'Class::Base *' with an
rvalue
of type 'char'}}
788
Base *nullB4 = false; // expected-error {{cannot initialize a variable of type 'Class::Base *' with an
rvalue
of type 'bool'}}
790
Base *nullB6 = 0.; // expected-error {{cannot initialize a variable of type 'Class::Base *' with an
rvalue
of type 'double'}}
792
Base *nullB7 = kNull; // expected-error {{cannot initialize a variable of type 'Class::Base *' with an
rvalue
of type 'Class::Null'}}
[
all
...]
cxx1y-deduced-return-type.cpp
25
operator auto() { return 0.; } // expected-error {{cannot be redeclared}} expected-error {{cannot initialize return object of type 'auto' with an
rvalue
of type 'double'}}
lambda-expressions.cpp
52
[=]() { int* b = &a; }; // expected-error {{cannot initialize a variable of type 'int *' with an
rvalue
of type 'const int *'}}
nested-name-spec.cpp
268
double *dp = (alias::C*)0; // expected-error{{cannot initialize a variable of type 'double *' with an
rvalue
of type 'alias::C *'}}
/external/pdfium/xfa/src/fwl/src/core/
fwl_formimp.cpp
457
FX_DWORD vrKey,
rValue
;
460
pAccelerators->GetNextAssoc(pos, vrKey,
rValue
);
461
m_mapAccelerators.SetAt(vrKey,
rValue
);
[
all
...]
/external/clang/lib/CodeGen/
CodeGenFunction.cpp
[
all
...]
/external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp
263
SVal
RValue
= State->getRawSVal(*LValue, RetE->getType());
264
if (
RValue
.getAs<DefinedSVal>())
265
V =
RValue
;
[
all
...]
/external/clang/test/CXX/drs/
dr6xx.cpp
78
h(test); // ok, an
rvalue
reference can bind to a function lvalue
/external/clang/test/CodeGen/
volatile-1.c
22
// that do implicit lvalue-to-
rvalue
conversion are substantially
/external/clang/test/CodeGenCXX/
volatile-1.cpp
35
// The lvalue-to-
rvalue
. . . conversions are not applied to the expression.
/external/clang/test/SemaTemplate/
instantiate-expr-4.cpp
143
T *ptr = 1; // expected-error{{cannot initialize a variable of type 'int *' with an
rvalue
of type 'int'}}
/external/mesa3d/src/glsl/
opt_copy_propagation_elements.cpp
116
void handle_rvalue(ir_rvalue **
rvalue
);
Completed in 453 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>