HomeSort by relevance Sort by last modified time
    Searched defs:Lifetime (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/chrome/browser/chromeos/fileapi/
external_file_url_request_job.cc 44 // The scoped pointer to control lifetime of the instance itself. The pointer
45 // is passed to callback functions and binds the lifetime of the instance to
46 // the callback's lifetime.
47 typedef scoped_ptr<URLHelper> Lifetime;
54 Lifetime lifetime(this);
59 base::Passed(&lifetime)));
63 void RunOnUIThread(Lifetime lifetime) {
102 base::Passed(&lifetime)));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
WrapperTypeInfo.h 81 enum Lifetime {
116 if (lifetime == Independent)
192 const Lifetime lifetime; member in struct:blink::WrapperTypeInfo
  /external/clang/test/SemaCXX/
constant-expression-cxx1y.cpp 245 namespace lifetime { namespace
248 constexpr int bad() { int &&n = dead(); n = 1; return n; } // expected-note {{assignment to temporary whose lifetime has ended}}
818 namespace Lifetime {
822 return r; // expected-note {{read of object outside its lifetime}}
833 *p = 123; // expected-note {{assignment to object outside its lifetime}}
850 *p[n] = 0; // expected-note 3{{assignment to object outside its lifetime}}
853 static_assert(h(0) == 0, ""); // ok, lifetime-extended
867 // its lifetime.
896 (void)+r; // expected-note {{outside its lifetime}}
  /external/chromium_org/v8/src/compiler/
instruction.h 109 // Lifetime of operand inside the instruction.
110 enum Lifetime {
147 UnallocatedOperand(ExtendedPolicy policy, Lifetime lifetime)
151 value_ |= LifetimeField::encode(lifetime);
182 // | reg_index | L | PPP | vreg | 1 | 001 | L ... Lifetime
200 class LifetimeField : public BitField<Lifetime, 25, 1> {};
262 // [lifetime]: Only for non-FIXED_SLOT.
  /external/chromium_org/v8/src/
lithium.h 90 // Lifetime of operand inside the instruction.
91 enum Lifetime {
125 LUnallocated(ExtendedPolicy policy, Lifetime lifetime)
129 value_ |= LifetimeField::encode(lifetime);
154 // | reg_index | L | PPP | vreg | 1 | 001 | L ... Lifetime
172 class LifetimeField : public BitField<Lifetime, 25, 1> {};
250 // [lifetime]: Only for non-FIXED_SLOT.
  /external/clang/lib/CodeGen/
CGBlocks.cpp 188 Qualifiers::ObjCLifetime Lifetime;
193 Qualifiers::ObjCLifetime lifetime,
196 : Alignment(align), Size(size), Lifetime(lifetime),
216 if (left.Lifetime == Qualifiers::OCL_Strong &&
221 else if (left.Lifetime == Qualifiers::OCL_Weak &&
226 if (right.Lifetime == Qualifiers::OCL_Strong &&
231 else if (right.Lifetime == Qualifiers::OCL_Weak &&
278 // lifetime results in undefined behavior.
400 // If we have a lifetime qualifier, honor it for capture purposes
402 Qualifiers::ObjCLifetime lifetime = local
    [all...]
CGDebugInfo.cpp     [all...]
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
netmon.h     [all...]

Completed in 424 milliseconds