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

  /external/v8/src/
lithium.h 99 // Lifetime of operand inside the instruction.
100 enum Lifetime {
121 LUnallocated(Policy policy, Lifetime lifetime) : LOperand(UNALLOCATED, 0) {
122 Initialize(policy, 0, lifetime);
140 : public BitField<Lifetime, kLifetimeShift, kLifetimeWidth> {
199 void Initialize(Policy policy, int fixed_index, Lifetime lifetime) {
201 value_ |= LifetimeField::encode(lifetime);
  /external/llvm/unittests/IR/
IRBuilderTest.cpp 48 TEST_F(IRBuilderTest, Lifetime) {
  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 102 ATTRIBUTE Ascend-PW-Lifetime 208 integer
256 VALUE Ascend-PW-Lifetime Lifetime-In-Days 0
  /external/clang/lib/CodeGen/
CGBlocks.cpp 186 Qualifiers::ObjCLifetime Lifetime;
191 Qualifiers::ObjCLifetime lifetime,
194 : Alignment(align), Size(size), Lifetime(lifetime),
214 if (left.Lifetime == Qualifiers::OCL_Strong &&
219 else if (left.Lifetime == Qualifiers::OCL_Weak &&
224 if (right.Lifetime == Qualifiers::OCL_Strong &&
229 else if (right.Lifetime == Qualifiers::OCL_Weak &&
276 // lifetime results in undefined behavior.
405 // If we have a lifetime qualifier, honor it for capture purposes
407 Qualifiers::ObjCLifetime lifetime = local
    [all...]
CGDebugInfo.cpp     [all...]
CGExpr.cpp 261 // Since the lifetime of this temporary isn't going to be extended,
330 // extended the lifetime) to the subobject we're binding the reference to.
579 // [For storage which does not refer to an object within its lifetime]
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
port.h 254 enum Lifetime { LT_PRESTART, LT_PRETIMEOUT, LT_POSTTIMEOUT } lifetime_;
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/mdnsresponder/mDNSShared/
uds_daemon.c     [all...]
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h     [all...]
uDNS.c 589 traversal->Lifetime = 0;
    [all...]
mDNS.c     [all...]

Completed in 658 milliseconds