HomeSort by relevance Sort by last modified time
    Searched full:rvalue (Results 101 - 125 of 309) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/clang/test/CodeGenObjCXX/
arc-references.mm 9 // Lifetime extension for binding a reference to an rvalue
  /external/clang/test/SemaTemplate/
instantiate-init.cpp 94 const Data<T> Description<T>::data[] = {{ 1 }}; // expected-error{{cannot initialize a member subobject of type 'int *' with an rvalue of type 'int'}}
instantiate-member-class.cpp 127 struct C { C() { int *ptr = I; } }; // expected-error{{cannot initialize a variable of type 'int *' with an rvalue of type 'int'}}
  /external/libffi/include/
ffi_common.h 76 void *rvalue; member in struct:__anon8273
  /external/libffi/src/m32r/
sysv.S 43 /* sp+0: ecif.rvalue */
  /external/libffi/src/pa/
hpux32.S 43 unsigned *rvalue,
105 ldw -52(%r3), %ret0 ; %ret0 <- rvalue
110 /* Prepare to store the result; we need to recover flags and rvalue. */
112 ldw -52(%r3), %r20 ; r20 <- rvalue
linux.S 39 unsigned *rvalue,
99 ldw -52(%r3), %ret0 /* %ret0 <- rvalue */
104 /* Prepare to store the result; we need to recover flags and rvalue. */
106 ldw -52(%r3), %r20 /* r20 <- rvalue */
  /external/libffi/src/s390/
sysv.S 40 # r6: ecif.rvalue
56 lr %r8,%r6 # Save ecif.rvalue
243 # r6: ecif.rvalue
258 lgr %r8,%r6 # Save ecif.rvalue
  /external/webkit/Source/WebKit2/Platform/CoreIPC/
ArgumentDecoder.h 94 // can take an rvalue reference instead.
  /external/clang/test/SemaCXX/
cstyle-cast.cpp 216 // Bad: from rvalue
217 (void)(int&)(&c); // expected-error {{C-style cast from rvalue to reference type 'int &'}}
functional-cast.cpp 289 // Bad: from rvalue
291 (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 &'}}
  /external/clang/lib/CodeGen/
CGExprAgg.cpp 78 void EmitFinalDestCopy(const Expr *E, RValue Src, bool Ignore = false,
81 void EmitMoveFromReturnSlot(const Expr *E, RValue Src);
225 /// RValue Result = EmitSomething(..., getReturnValueSlot());
231 void AggExprEmitter::EmitMoveFromReturnSlot(const Expr *E, RValue Src) {
248 void AggExprEmitter::EmitFinalDestCopy(const Expr *E, RValue Src, bool Ignore,
254 // about the result. C says that an lvalue-to-rvalue conversion is
357 CGF.EmitStoreThroughLValue(RValue::get(arrayStart), start);
368 CGF.EmitStoreThroughLValue(RValue::get(arrayEnd), endOrLength);
371 CGF.EmitStoreThroughLValue(RValue::get(Builder.getInt(size)), endOrLength);
598 llvm_unreachable("should not be emitting lvalue bitcast as rvalue");
    [all...]
CGObjCRuntime.h 153 virtual CodeGen::RValue
169 virtual CodeGen::RValue
CGObjCGNU.cpp 436 virtual RValue
445 virtual RValue
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/UglifyJS/
process.js 129 "assign": function(op, lvalue, rvalue) {
130 return [ this[0], op, walk(lvalue), walk(rvalue) ];
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
future 208 // Return lvalue, future will add const or rvalue-reference
726 /// Construct from a future rvalue
731 /// Construct from a shared_future rvalue
770 /// Construct from a future rvalue
775 /// Construct from a shared_future rvalue
809 /// Construct from a future rvalue
814 /// Construct from a shared_future rvalue
    [all...]
ostream 568 // [27.7.2.9] Rvalue stream insertion
570 * @brief Generic inserter for rvalue stream
576 * rvalue streams since they won't bind to the inserter functions
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
future 208 // Return lvalue, future will add const or rvalue-reference
726 /// Construct from a future rvalue
731 /// Construct from a shared_future rvalue
770 /// Construct from a future rvalue
775 /// Construct from a shared_future rvalue
809 /// Construct from a future rvalue
814 /// Construct from a shared_future rvalue
    [all...]
ostream 568 // [27.7.2.9] Rvalue stream insertion
570 * @brief Generic inserter for rvalue stream
576 * rvalue streams since they won't bind to the inserter functions
  /external/clang/test/Analysis/
ptr-arith.c 20 // This test case checks if we get the right rvalue type of a TypedViewRegion.
21 // The ElementRegion's type depends on the array region's rvalue type. If it was
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
unique_ptr.h 117 "rvalue deleter bound to reference"); }
265 "rvalue deleter bound to reference"); }
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
unique_ptr.h 117 "rvalue deleter bound to reference"); }
265 "rvalue deleter bound to reference"); }
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
unique_ptr.h 117 "rvalue deleter bound to reference"); }
265 "rvalue deleter bound to reference"); }
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
unique_ptr.h 117 "rvalue deleter bound to reference"); }
265 "rvalue deleter bound to reference"); }

Completed in 865 milliseconds

1 2 3 45 6 7 8 91011>>