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

  /external/llvm/unittests/Support/
IRBuilderTest.cpp 43 TEST_F(IRBuilderTest, Lifetime) {
  /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/ppp/pppd/plugins/radius/etc/
dictionary.ascend 102 ATTRIBUTE Ascend-PW-Lifetime 208 integer
256 VALUE Ascend-PW-Lifetime Lifetime-In-Days 0
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
port.h 254 enum Lifetime { LT_PRESTART, LT_PRETIMEOUT, LT_POSTTIMEOUT } lifetime_;
  /external/clang/lib/CodeGen/
CGExpr.cpp 285 // Since the lifetime of this temporary isn't going to be extended,
386 // extended the lifetime) to the subobject we're binding the reference to.
    [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 456 milliseconds