/libcore/ojluni/src/main/java/java/lang/ |
FloatingDecimal.java | [all...] |
/external/valgrind/coregrind/ |
pub_core_tooliface.h | 42 // statements, and the rvalue of the whole thing is the rvalue of the last
|
/external/vulkan-validation-layers/libs/glm/detail/ |
_features.hpp | 36 // Rvalue references - GCC 4.3 40 // Rvalue references for *this - GCC not supported
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/ |
iterator.hpp | 168 // about not taking the address of an rvalue. 175 // Since you can't take the address of an rvalue, the guts of
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
unique_ptr.h | 155 "rvalue deleter bound to reference"); } 354 "rvalue deleter bound to reference"); }
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
unique_ptr.h | 155 "rvalue deleter bound to reference"); } 354 "rvalue deleter bound to reference"); }
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
unique_ptr.h | 155 "rvalue deleter bound to reference"); } 354 "rvalue deleter bound to reference"); }
|
/external/clang/lib/Sema/ |
SemaOverload.cpp | 148 "Lvalue-to-rvalue", [all...] |
/external/clang/test/CXX/expr/expr.const/ |
p2-0x.cpp | 283 // - an lvalue-to-rvalue conversion (4.1) unless it is applied to 324 static_assert(f().i, ""); // ok! there's no lvalue-to-rvalue conversion here! 332 // - an lvalue-to-rvalue conversion (4.1 [conv.lval]) that is applied to a 336 // - an lvalue-to-rvalue conversion (4.1) that is applied to a glvalue that
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
p4.cpp | 111 C *checkC = new HasMixins<A, B, D>; // expected-error{{cannot initialize a variable of type 'C *' with an rvalue of type 'HasMixins<A, B, D> *'}}
|
/external/clang/test/SemaCXX/ |
member-init.cpp | 67 T* x = 1; // expected-error{{cannot initialize a variable of type 'int *' with an rvalue of type 'int'}}
|
/external/clang/test/SemaTemplate/ |
explicit-instantiation.cpp | 18 T *f0(T *, T *) { return T(); } // expected-warning 0-1 {{expression which evaluates to zero treated as a null pointer constant of type 'int *'}} expected-error 0-1 {{cannot initialize return object of type 'int *' with an rvalue of type 'int'}}
|
/external/eigen/doc/ |
TutorialBlockOperations.dox | 48 In the above example the \link DenseBase::block() .block() \endlink function was employed as a \em rvalue, i.e.
|
/external/llvm/include/llvm/ADT/ |
Optional.h | 87 // with the rvalue versions above - but this could place a different set of
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
config.hpp | 51 // ASIO_MOVE_ARG and ASIO_MOVE_CAST to take advantage of rvalue
|
/external/valgrind/coregrind/m_debuginfo/ |
priv_tytypes.h | 55 Te_TyRvalRef,/* rvalue reference type */
|
/external/clang/lib/StaticAnalyzer/Core/ |
ExprEngineCXX.cpp | 64 // an aggregate rvalue. 609 // Decay the Loc into an RValue, because there might be a 611 // to be an RValue.
|
/external/libchrome/base/ |
bind_unittest.cc | 310 // Test that currying the rvalue result of another Bind() works correctly. 311 // - rvalue should be usable as argument to Bind(). 722 // - Passed() can be constructed from a scoper rvalue.
|
/external/libchrome/base/memory/ |
scoped_ptr_unittest.cc | 415 scoped_ptr<ConDecLogger>&& rvalue = scoper.Pass(); local 418 EXPECT_TRUE(rvalue); 647 // Upcast with an rvalue works.
|
/external/libweave/third_party/chromium/base/ |
bind_unittest.cc | 311 // Test that currying the rvalue result of another Bind() works correctly. 312 // - rvalue should be usable as argument to Bind(). 723 // - Passed() can be constructed from a scoper rvalue.
|
/external/libweave/third_party/chromium/base/memory/ |
scoped_ptr_unittest.cc | 416 scoped_ptr<ConDecLogger>&& rvalue = scoper.Pass(); local 419 EXPECT_TRUE(rvalue); 648 // Upcast with an rvalue works.
|
/external/pdfium/xfa/src/fwl/src/core/ |
fwl_noteimp.cpp | 70 FX_DWORD vrKey, rValue;
72 accel.GetNextAssoc(pos, vrKey, rValue);
76 GenerateCommondEvent(rValue);
[all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
unique_ptr.h | 189 * @param __d An rvalue reference to a deleter. 197 "rvalue deleter bound to reference"); } 460 "rvalue deleter bound to reference"); }
|
/toolchain/binutils/binutils-2.25/bfd/ |
elf32-cr16c.c | 196 bfd_vma Rvalue, 410 plus_factor = Rvalue; 413 plus_factor = Rvalue -
|
/external/clang/lib/CodeGen/ |
CGClass.cpp | 760 RValue RHS = RValue::get(EmitScalarExpr(Init)); [all...] |