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

  /external/llvm/unittests/Support/
IRBuilderTest.cpp 41 TEST_F(IRBuilderTest, Lifetime) {
  /external/v8/src/
lithium.h 95 // Lifetime of operand inside the instruction.
96 enum Lifetime {
117 LUnallocated(Policy policy, Lifetime lifetime) : LOperand(UNALLOCATED, 0) {
118 Initialize(policy, 0, lifetime);
136 : 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 282 // Since the lifetime of this temporary isn't going to be extended,
382 // extended the lifetime) to the subobject we're binding the reference to.
    [all...]

Completed in 278 milliseconds