| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | DynamicAllocator.cpp | 90 ID->LifeState = Lifetime::Started; in allocate() 93 AllocForm == Form::Operator ? Lifetime::Ended : Lifetime::Started; in allocate()
|
| H A D | Descriptor.h | 64 enum class Lifetime : uint8_t { enum 110 Lifetime LifeState; 117 IsArrayElement(false), IsVolatile(false), LifeState(Lifetime::Started), in InlineDescriptor()
|
| H A D | Pointer.h | 709 Lifetime getLifetime() const { in getLifetime() 711 return Lifetime::Started; in getLifetime() 713 return Lifetime::Started; in getLifetime() 722 getInlineDesc()->LifeState = Lifetime::Ended; in endLifetime() 730 getInlineDesc()->LifeState = Lifetime::Started; in startLifetime()
|
| H A D | Interp.cpp | 699 if (Ptr.getLifetime() == Lifetime::Started) in CheckLifetime() 1715 assert(Ptr.getLifetime() == Lifetime::Started); in startLifetimeRecurse() 1745 assert(Ptr.getLifetime() == Lifetime::Started); in endLifetimeRecurse()
|
| H A D | InterpBuiltin.cpp | 2229 bool Result = Ptr.getLifetime() != Lifetime::Ended; in interp__builtin_is_within_lifetime()
|
| H A D | Interp.h | 2318 if (Ptr.getLifetime() == Lifetime::Ended) { in Destroy()
|
| /freebsd/crypto/krb5/src/windows/leashdll/ |
| H A D | lsh_pwd.rc | 109 CONTROL "Ticket Lifetime",IDC_SLIDER_LIFETIME,"msctls_trackbar32", 121 RTEXT "Ticket Lifetime:",IDC_STATIC_LIFETIME,23,87,65,8,0, 129 RTEXT "Renewable Lifetime:",IDC_STATIC_RENEW,10,164,79,8
|
| /freebsd/crypto/krb5/src/windows/leash/ |
| H A D | Leash.rc | 415 CAPTION "Ticket Lifetime and Other Initialization Options" 418 GROUPBOX "Default Ticket Lifetime", 420 GROUPBOX "Ticket Lifetime Range",IDC_STATIC_LIFETIME_RANGE,7,47, 442 GROUPBOX "Minimum Lifetime",IDC_STATIC_LIFE_RANGE_MIN,16,64,132, 444 GROUPBOX "Maximum Lifetime",IDC_STATIC,16,99,132,30 445 GROUPBOX "Minimum Renewable Lifetime",IDC_STATIC,161,64,136,31 446 GROUPBOX "Maximum Renewable Lifetime",IDC_STATIC,162,98,136,31 480 GROUPBOX "Default Ticket Renewable Lifetime",
|
| /freebsd/contrib/llvm-project/llvm/lib/Demangle/ |
| H A D | RustDemangle.cpp | 579 if (auto Lifetime = parseBase62Number()) { in demangleType() local 580 printLifetime(Lifetime); in demangleType() 602 if (auto Lifetime = parseBase62Number()) { in demangleType() local 604 printLifetime(Lifetime); in demangleType()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaObjC.cpp | 2155 Qualifiers::ObjCLifetime Lifetime = QT.getObjCLifetime(); in handlePreciseLifetimeAttr() local 2159 if (Lifetime == Qualifiers::OCL_None && !QT->isDependentType()) in handlePreciseLifetimeAttr() 2160 Lifetime = QT->getObjCARCImplicitLifetime(); in handlePreciseLifetimeAttr() 2162 switch (Lifetime) { in handlePreciseLifetimeAttr() 2175 << (Lifetime == Qualifiers::OCL_Autoreleasing); in handlePreciseLifetimeAttr()
|
| H A D | SemaDeclObjC.cpp | 5403 Qualifiers::ObjCLifetime Lifetime; in AdjustParameterTypeForObjCAutoRefCount() local 5418 Lifetime = Qualifiers::OCL_ExplicitNone; in AdjustParameterTypeForObjCAutoRefCount() 5420 Lifetime = T->getObjCARCImplicitLifetime(); in AdjustParameterTypeForObjCAutoRefCount() 5422 T = Context.getLifetimeQualifiedType(T, Lifetime); in AdjustParameterTypeForObjCAutoRefCount()
|
| /freebsd/contrib/llvm-project/compiler-rt/include/profile/ |
| H A D | MemProfData.inc | 148 // Lifetime access density is the access density per second of lifetime.
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | MemProfData.inc | 148 // Lifetime access density is the access density per second of lifetime.
|
| /freebsd/contrib/llvm-project/lldb/docs/design/ |
| H A D | sbapi.rst | |
| /freebsd/crypto/heimdal/lib/hx509/ |
| H A D | hxtool-commands.in | 624 help = "Lifetime of certificate"
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprCXX.cpp | 2022 else if (auto Lifetime = ElementType.getObjCLifetime()) { in EmitObjectDelete() local 2023 switch (Lifetime) { in EmitObjectDelete()
|
| H A D | CGExpr.cpp | 334 if (auto Lifetime = M->getType().getObjCLifetime()) { in pushTemporaryCleanup() local 335 switch (Lifetime) { in pushTemporaryCleanup() 361 if (Lifetime == Qualifiers::OCL_Strong) { in pushTemporaryCleanup() 2538 if (Qualifiers::ObjCLifetime Lifetime = Dst.getQuals().getObjCLifetime()) { in EmitStoreThroughLValue() local 2539 switch (Lifetime) { in EmitStoreThroughLValue()
|
| H A D | CGBlocks.cpp | 2711 Qualifiers::ObjCLifetime Lifetime = Qualifiers::OCL_None; in getBlockByrefInfo() local 2712 if (getContext().getByrefLifetime(Ty, Lifetime, HasByrefExtendedLayout) && in getBlockByrefInfo()
|
| H A D | CGDebugInfo.cpp | 4964 Qualifiers::ObjCLifetime Lifetime; in EmitTypeForVarWithBlocksAttr() local 4965 if (CGM.getContext().getByrefLifetime(Type, Lifetime, in EmitTypeForVarWithBlocksAttr()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | TargetOpcodes.def | 122 /// Lifetime markers.
|
| /freebsd/crypto/heimdal/doc/ |
| H A D | hx509.texi | 370 @subsection Lifetime CA certificate
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1600 Qualifiers::ObjCLifetime &Lifetime,
|
| /freebsd/crypto/krb5/src/include/krb5/ |
| H A D | krb5.hin | 2047 krb5_ticket_times times; /**< Lifetime info */
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | AttrDocs.td | 9103 Lifetime bound static analysis can be used to detect such instances when coroutines capture referen…
|
| /freebsd/share/misc/ |
| H A D | usb_vendors | 15270 0dee Lifetime Memory Products
|