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

/freebsd-current/contrib/llvm-project/llvm/lib/Demangle/
H A DRustDemangle.cpp579 if (auto Lifetime = parseBase62Number()) {
580 printLifetime(Lifetime);
602 if (auto Lifetime = parseBase62Number()) {
604 printLifetime(Lifetime);
/freebsd-current/contrib/llvm-project/compiler-rt/include/profile/
H A DMemProfData.inc141 // Lifetime access density is the access density per second of lifetime.
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProfData.inc141 // Lifetime access density is the access density per second of lifetime.
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1988 else if (auto Lifetime = ElementType.getObjCLifetime()) {
1989 switch (Lifetime) {
H A DCGExpr.cpp278 if (auto Lifetime = M->getType().getObjCLifetime()) {
279 switch (Lifetime) {
305 if (Lifetime == Qualifiers::OCL_Strong) {
2402 if (Qualifiers::ObjCLifetime Lifetime = Dst.getQuals().getObjCLifetime()) {
2403 switch (Lifetime) {
H A DCGBlocks.cpp2612 Qualifiers::ObjCLifetime Lifetime = Qualifiers::OCL_None; local
2613 if (getContext().getByrefLifetime(Ty, Lifetime, HasByrefExtendedLayout) &&
H A DCGDebugInfo.cpp4550 Qualifiers::ObjCLifetime Lifetime; local
4551 if (CGM.getContext().getByrefLifetime(Type, Lifetime,
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp6406 Qualifiers::ObjCLifetime Lifetime = QT.getObjCLifetime(); local
6410 if (Lifetime == Qualifiers::OCL_None && !QT->isDependentType())
6411 Lifetime = QT->getObjCARCImplicitLifetime();
6413 switch (Lifetime) {
6426 << (Lifetime == Qualifiers::OCL_Autoreleasing);
H A DSemaDecl.cpp15276 Qualifiers::ObjCLifetime Lifetime;
15290 Lifetime = Qualifiers::OCL_ExplicitNone;
15292 Lifetime = T->getObjCARCImplicitLifetime();
15294 T = Context.getLifetimeQualifiedType(T, Lifetime);
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1417 Qualifiers::ObjCLifetime &Lifetime,

Completed in 462 milliseconds