/external/clang/lib/CodeGen/ |
CGDecl.cpp | 511 Args.add(RValue::get(Arg), 665 EmitStoreThroughLValue(RValue::get(value), lvalue, true); 771 return EmitStoreThroughLValue(RValue::get(init), lvalue, true); 1280 RValue rvalue = EmitReferenceBindingToExpr(init); local [all...] |
CGObjCMac.cpp | 1949 RValue rvalue = CGF.EmitCall(MSI.CallInfo, Fn, Return, ActualArgs, local [all...] |
CGExprScalar.cpp | [all...] |
CGCXXABI.cpp | 189 RValue RV, QualType ResultType) {
|
/external/clang/include/clang/Sema/ |
ScopeInfo.h | 767 /// lvalue-to-rvalue conversion, or discarded) record that it is so. Upon the 782 /// from the array of PotentialCaptures during the lvalue-to-rvalue 791 /// an lvalue-to-rvalue conversion in, when parsing a template -- some
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ |
istream | 859 // [27.7.1.6] Rvalue stream extraction 861 * @brief Generic extractor for rvalue stream 867 * rvalue streams since they won't bind to the extractor functions
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ |
istream | 859 // [27.7.1.6] Rvalue stream extraction 861 * @brief Generic extractor for rvalue stream 867 * rvalue streams since they won't bind to the extractor functions
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ |
istream | 859 // [27.7.1.6] Rvalue stream extraction 861 * @brief Generic extractor for rvalue stream 867 * rvalue streams since they won't bind to the extractor functions
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ |
istream | 859 // [27.7.1.6] Rvalue stream extraction 861 * @brief Generic extractor for rvalue stream 867 * rvalue streams since they won't bind to the extractor functions
|
tuple | 69 // Adds an rvalue reference to a non-reference type. 767 /// Return an rvalue reference to the ith element of a tuple rvalue. 793 /// Return a reference to the unique element of type _Tp of a tuple rvalue. [all...] |
/external/chromium-trace/catapult/third_party/Paste/paste/ |
httpheaders.py | [all...] |
/external/clang/docs/analyzer/ |
RegionStore.txt | 140 aggregate (i.e. for an lvalue-to-rvalue conversion), it returns a
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
p3.cpp | 241 return k; // ok, even though lvalue-to-rvalue conversion of a function
|
/external/clang/test/SemaCXX/ |
constructor-initializer.cpp | 126 pf(0.0) { } // expected-error {{cannot initialize a member subobject of type 'float *' with an rvalue of type 'double'}}
|
/external/libcxx/include/ |
tuple | 231 "Attempted to construct a reference element in a tuple with an rvalue");} 245 "Attempted to construct a reference element in a tuple with an rvalue");} 259 "Attempted to construct a reference element in a tuple with an rvalue");} 273 "Attempted to construct a reference element in a tuple with an rvalue");} [all...] |
/external/llvm/include/llvm/Support/ |
ErrorOr.h | 80 /// T cannot be a rvalue reference.
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_fs.h | 334 void resolve_bool_comparison(ir_rvalue *rvalue, fs_reg *reg);
|
/external/skia/src/pdf/ |
SkPDFTypes.h | 68 // u.move() is analogous to std::move(u). It returns an rvalue.
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
tuple | 227 "Attempted to construct a reference element in a tuple with an rvalue");} 241 "Attempted to construct a reference element in a tuple with an rvalue");} 255 "Attempted to construct a reference element in a tuple with an rvalue");} 269 "Attempted to construct a reference element in a tuple with an rvalue");} [all...] |
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/ |
tuple | 227 "Attempted to construct a reference element in a tuple with an rvalue");} 241 "Attempted to construct a reference element in a tuple with an rvalue");} 255 "Attempted to construct a reference element in a tuple with an rvalue");} 269 "Attempted to construct a reference element in a tuple with an rvalue");} [all...] |
/external/clang/www/ |
cxx_dr_status.html | 359 <td>Lvalue-to-rvalue conversion before certain static_casts</td> [all...] |
/external/clang/test/Analysis/inlining/ |
eager-reclamation-path-notes.cpp | 15 // In this case, we need the lvalue-to-rvalue cast for 'ptr' to disappear, 20 // we want to show that even if the node for the rvalue of 'ptr' disappears,
|
/external/google-breakpad/src/testing/scripts/ |
gmock_doctor.py | 196 r'with an rvalue of type \'void\'') 200 r'with an rvalue of type \'void\'')
|
/external/libchrome/base/ |
bind_helpers.h | 362 // This conundrum cannot be solved without either C++11 rvalue references or 681 // We offer 2 syntaxes for calling Passed(). The first takes an rvalue and
|
/external/libweave/third_party/chromium/base/ |
bind_helpers.h | 362 // This conundrum cannot be solved without either C++11 rvalue references or 620 // We offer 2 syntaxes for calling Passed(). The first takes an rvalue and
|