Searched refs:Lifetime (Results 1 - 14 of 14) sorted by relevance

/external/ppp/pppd/plugins/radius/etc/
H A Ddictionary.ascend102 ATTRIBUTE Ascend-PW-Lifetime 208 integer
256 VALUE Ascend-PW-Lifetime Lifetime-In-Days 0
/external/clang/lib/CodeGen/
H A DCGBlocks.cpp194 Qualifiers::ObjCLifetime Lifetime; member in struct:__anon929::BlockLayoutChunk
202 : Alignment(align), Size(size), Lifetime(lifetime),
222 if (left.Lifetime == Qualifiers::OCL_Strong &&
227 else if (left.Lifetime == Qualifiers::OCL_Weak &&
232 if (right.Lifetime == Qualifiers::OCL_Strong &&
237 else if (right.Lifetime == Qualifiers::OCL_Weak &&
2071 Qualifiers::ObjCLifetime Lifetime; local
2072 if (getContext().getByrefLifetime(Ty, Lifetime, HasByrefExtendedLayout) &&
H A DCGExpr.cpp189 switch (Qualifiers::ObjCLifetime Lifetime =
216 if (Lifetime == Qualifiers::OCL_Strong) {
1497 if (Qualifiers::ObjCLifetime Lifetime = Dst.getQuals().getObjCLifetime()) {
1498 switch (Lifetime) {
H A DCGDebugInfo.cpp2750 Qualifiers::ObjCLifetime Lifetime; local
2751 if (CGM.getContext().getByrefLifetime(Type, Lifetime,
/external/v8/src/compiler/
H A Dinstruction.h109 // Lifetime of operand inside the instruction.
110 enum Lifetime { enum in class:v8::internal::compiler::UnallocatedOperand
147 UnallocatedOperand(ExtendedPolicy policy, Lifetime lifetime)
182 // | reg_index | L | PPP | vreg | 1 | 001 | L ... Lifetime
200 class LifetimeField : public BitField<Lifetime, 25, 1> {};
/external/v8/src/
H A Dlithium.h90 // Lifetime of operand inside the instruction.
91 enum Lifetime { enum in class:v8::internal::LUnallocated
125 LUnallocated(ExtendedPolicy policy, Lifetime lifetime)
154 // | reg_index | L | PPP | vreg | 1 | 001 | L ... Lifetime
172 class LifetimeField : public BitField<Lifetime, 25, 1> {};
/external/llvm/unittests/IR/
H A DIRBuilderTest.cpp51 TEST_F(IRBuilderTest, Lifetime) {
/external/clang/test/SemaCXX/
H A Dconstant-expression-cxx1y.cpp817 namespace Lifetime { namespace
H A Dconstant-expression-cxx11.cpp1781 namespace Lifetime {
/external/clang/include/clang/AST/
H A DASTContext.h1000 Qualifiers::ObjCLifetime &Lifetime,
/external/mdnsresponder/mDNSShared/
H A Duds_daemon.c3280 put_uint32(request->u.pm.NATinfo.Lifetime, &data);
3285 &request->u.pm.NATinfo.ExternalAddress, mDNSVal16(request->u.pm.NATinfo.ExternalPort), request->u.pm.NATinfo.Lifetime);
4175 req->u.pm.NATinfo.Lifetime);
/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h1022 mDNSu32 Lifetime; member in struct:NATTraversalInfo_struct
H A DuDNS.c589 traversal->Lifetime = 0;
4497 cur->Lifetime = cur->ExpiryTime && !mDNSIPPortIsZero(ExternalPort) ?
H A DmDNS.c11392 t->Lifetime = 0;

Completed in 886 milliseconds