OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rvalue
(Results
151 - 175
of
408
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/Analysis/
ptr-arith.c
19
// This test case checks if we get the right
rvalue
type of a TypedViewRegion.
20
// The ElementRegion's type depends on the array region's
rvalue
type. If it was
/external/clang/test/SemaCXX/
cxx0x-initializer-stdinitializerlist.cpp
160
T x = 1; // expected-error{{cannot initialize a variable of type 'const char *' with an
rvalue
of type 'int'}}
295
// expected-error@+1 {{reference to type 'const update_rbrace_loc_crash::Incomplete' could not bind to an
rvalue
of type 'void'}}
functional-cast.cpp
291
// Bad: from
rvalue
293
(void)intr(&c); // expected-error {{functional-style cast from
rvalue
to reference type 'intr' (aka 'int &')}}
reinterpret-cast.cpp
86
// Bad: from
rvalue
87
(void)reinterpret_cast<int&>(&c); // expected-error {{reinterpret_cast from
rvalue
to reference type 'int &'}}
exceptions.cpp
147
void rval_ref() throw (int &&); // expected-error {{
rvalue
reference type 'int &&' is not allowed in exception specification}} expected-warning {{C++11}}
references.cpp
155
const A &a(0); // expected-error {{reference to type 'const ExplicitRefInit::A' could not bind to an
rvalue
of type 'int'}}
/external/clang/test/SemaTemplate/
temp_arg_nontype.cpp
333
U f() { return &F; } // expected-error{{cannot take the address of an
rvalue
of type 'int (*)(int)'}} expected-error{{cannot take the address of an
rvalue
of type 'int *'}}
/external/libchrome/base/
callback_internal.h
209
// operator to create a
rvalue
version of the type. The supported types are
215
// of
rvalue
references.
/external/libweave/third_party/chromium/base/
callback_internal.h
208
// operator to create a
rvalue
version of the type. The supported types are
214
// of
rvalue
references.
/external/mesa3d/src/glsl/
lower_clip_distance.cpp
118
* on the
rvalue
previously used to index into gl_ClipDistance.
227
* only kind of
rvalue
that can have side effects is an ir_call, and
/external/skia/include/private/
SkUniquePtr.h
120
"Binding an
rvalue
reference deleter as an lvalue reference deleter is not allowed.");
296
"Binding an
rvalue
reference deleter as an lvalue reference deleter is not allowed.");
/external/clang/lib/Sema/
SemaCast.cpp
618
// C++0x 5.2.7p2: If T is a pointer type, v shall be an
rvalue
of a pointer to
620
// an lvalue of a complete class type, [...]. If T is an
rvalue
reference
640
// If we're dynamic_casting from a prvalue to an
rvalue
reference, we need
[
all
...]
/external/ceres-solver/internal/ceres/
map_util.h
45
// This is intended as a replacement for operator[] as an
rvalue
(for reading)
/external/clang/include/clang/Sema/
Overload.h
62
ICK_Lvalue_To_Rvalue, ///< Lvalue-to-
rvalue
conversion (C++ 4.1)
133
/// First -- The first conversion can be an lvalue-to-
rvalue
169
/// an
rvalue
reference binding).
175
/// \brief Whether we're binding to an
rvalue
.
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
p7-1y.cpp
92
decltype(auto) f5dd(int n) { decltype(auto) x = f(); return x; } // expected-error {{
rvalue
reference to type 'int' cannot bind to lvalue}}
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5-var.cpp
116
// Second bullet: const lvalue reference binding to an
rvalue
with
/external/clang/test/CXX/expr/expr.const/
p3-0x.cpp
38
// lvalue-to-
rvalue
conversions,
/external/clang/test/Parser/
cxx-decl.cpp
84
&&global8 = static_cast<int&&>(global1), // expected-error 2{{
rvalue
reference}}
/external/clang/test/SemaObjCXX/
literals.mm
124
object : @"object" // expected-error{{cannot initialize a parameter of type 'const id<NSCopying>' with an
rvalue
of type 'NSObject *'}}
/external/eigen/Eigen/src/Core/
CommaInitializer.h
48
// FIXME in C++11 mode this could be replaced by a proper
RValue
constructor
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/
member_function_pointer.pass.cpp
107
//
RValue
qualifiers
/external/webrtc/webrtc/system_wrappers/include/
scoped_vector.h
59
// Get an
rvalue
reference. (sv.Pass() does the same thing as std::move(sv).)
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
features.md
95
*
Rvalue
reference
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
future
224
// Return lvalue, future will add const or
rvalue
-reference
805
/// Construct from a future
rvalue
810
/// Construct from a shared_future
rvalue
844
/// Construct from a future
rvalue
849
/// Construct from a shared_future
rvalue
883
/// Construct from a future
rvalue
888
/// Construct from a shared_future
rvalue
[
all
...]
/external/clang/lib/CodeGen/
CGObjCGNU.cpp
491
RValue
497
RValue
[
all
...]
Completed in 782 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>