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

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
WrapperTypeInfo.h 221 enum Lifetime {
228 if (lifetime == Independent)
233 const Lifetime lifetime; member in struct:WebCore::WrapperConfiguration
236 inline WrapperConfiguration buildWrapperConfiguration(void*, WrapperConfiguration::Lifetime lifetime)
238 WrapperConfiguration configuration = {v8DOMObjectClassId, lifetime};
242 inline WrapperConfiguration buildWrapperConfiguration(Node*, WrapperConfiguration::Lifetime lifetime)
244 WrapperConfiguration configuration = {v8DOMNodeClassId, lifetime};
    [all...]
  /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/
lithium.h 89 // Lifetime of operand inside the instruction.
90 enum Lifetime {
124 LUnallocated(ExtendedPolicy policy, Lifetime lifetime)
128 value_ |= LifetimeField::encode(lifetime);
153 // | reg_index | L | PPP | vreg | 1 | 001 | L ... Lifetime
171 class LifetimeField : public BitField<Lifetime, 25, 1> {};
249 // [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 774 milliseconds