Searched refs:Lifetime (Results 1 - 17 of 17) 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/v8/test/unittests/compiler/
H A Dinstruction-sequence-unittest.h202 UnallocatedOperand::Lifetime lifetime);
H A Dinstruction-sequence-unittest.cc338 UnallocatedOperand::Lifetime lifetime) {
/external/v8/src/crankshaft/
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/clang/lib/CodeGen/
H A DCGBlocks.cpp194 Qualifiers::ObjCLifetime Lifetime; member in struct:__anon1086::BlockLayoutChunk
202 : Alignment(align), Size(size), Lifetime(lifetime),
226 if (chunk.Lifetime == Qualifiers::OCL_Strong)
228 if (chunk.Lifetime == Qualifiers::OCL_Weak)
2098 Qualifiers::ObjCLifetime Lifetime; local
2099 if (getContext().getByrefLifetime(Ty, Lifetime, HasByrefExtendedLayout) &&
H A DCGExpr.cpp205 if (auto Lifetime = M->getType().getObjCLifetime()) {
206 switch (Lifetime) {
232 if (Lifetime == Qualifiers::OCL_Strong) {
1595 if (Qualifiers::ObjCLifetime Lifetime = Dst.getQuals().getObjCLifetime()) {
1596 switch (Lifetime) {
H A DCGExprCXX.cpp1570 else if (auto Lifetime = ElementType.getObjCLifetime()) {
1571 switch (Lifetime) {
H A DCGDebugInfo.cpp2877 Qualifiers::ObjCLifetime Lifetime; local
2878 if (CGM.getContext().getByrefLifetime(Type, Lifetime,
/external/v8/src/compiler/
H A Dinstruction.h158 // Lifetime of operand inside the instruction.
159 enum Lifetime { enum in class:v8::internal::compiler::UnallocatedOperand
196 UnallocatedOperand(ExtendedPolicy policy, Lifetime lifetime,
309 // L ... Lifetime
327 class LifetimeField : public BitField64<Lifetime, 39, 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.h1100 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 1399 milliseconds