HomeSort by relevance Sort by last modified time
    Searched full:rvalue (Results 251 - 275 of 408) sorted by null

<<11121314151617

  /external/skia/gyp/
common_conditions.gypi 181 '/we4238', # taking address of rvalue
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/
shared_ptr.hpp 140 // rvalue auto_ptr support based on a technique by Dave Abrahams
  /external/clang/lib/AST/
ExprClassification.cpp 445 // lvalue reference type or an rvalue reference to function type, an xvalue
446 // if the result type is an rvalue reference to object type, and a prvalue
ExprConstant.cpp 159 /// and we cannot perform lvalue-to-rvalue conversions on them.
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 454 // HOWEVER, an rvalue of array type is not something the analyzer can
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]
SemaExprObjC.cpp 414 // Perform lvalue-to-rvalue conversion.
509 // Convert the expression to an RValue, so we can check for pointer types...
510 ExprResult RValue = DefaultFunctionArrayLvalueConversion(ValueExpr);
511 if (RValue.isInvalid()) {
515 ValueExpr = RValue.get();
755 // Perform lvalue-to-rvalue conversion on the base.
    [all...]
SemaExprCXX.cpp     [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 332 // We can't return an RValue here because there might be cleanups at
925 void CodeGenFunction::EmitReturnOfRValue(RValue RV, QualType Ty) {
    [all...]
CGCXXABI.h 423 RValue RV, QualType ResultType);
CGDeclCXX.cpp 180 RValue RV = EmitReferenceBindingToExpr(Init);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_vector.h     [all...]
  /external/clang/include/clang/Basic/
DiagnosticParseKinds.td 250 "rvalue references are a C++11 extension">, InGroup<CXX11>;
252 "rvalue references are incompatible with C++98">,
    [all...]
  /external/clang/www/
cxx_status.html 80 <td>Rvalue references</td>
85 <td>&nbsp;&nbsp;&nbsp;&nbsp;Rvalue references for <code>*this</code></td>
  /external/libcxx/www/
index.html 75 machines (particularly in C++11, which has rvalue references). Breaking
92 particular rvalue references and move-only types) requires changes to
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
tuple 69 // Adds an rvalue reference to a non-reference type.
750 // Return a reference (const reference, rvalue reference) to the ith element
    [all...]
type_traits 861 // bound to a reference-compatible rvalue-reference.
884 // b) An lvalue to an rvalue-reference of reference-compatible
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
tuple 69 // Adds an rvalue reference to a non-reference type.
750 // Return a reference (const reference, rvalue reference) to the ith element
    [all...]
type_traits 861 // bound to a reference-compatible rvalue-reference.
884 // b) An lvalue to an rvalue-reference of reference-compatible
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
tuple 69 // Adds an rvalue reference to a non-reference type.
750 // Return a reference (const reference, rvalue reference) to the ith element
    [all...]
type_traits 861 // bound to a reference-compatible rvalue-reference.
884 // b) An lvalue to an rvalue-reference of reference-compatible
    [all...]
  /external/clang/docs/
LanguageExtensions.rst 83 // options, because rvalue references are only standardized in C++11.
88 // and -std=gnu++98 options, because rvalue references are supported as a
716 C++11 rvalue references
720 ``__has_extension(cxx_rvalue_references)`` to determine if support for rvalue
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 452 /// Create a C++ temporary object for an rvalue.
  /external/clang/test/SemaCXX/
cxx98-compat.cpp 97 int &&RvalueReference = 0; // expected-warning {{rvalue references are incompatible with C++98}}
  /external/libchrome/base/
callback.h 299 // C++0x because C++0x will support rvalue reference allowing for the compiler

Completed in 680 milliseconds

<<11121314151617