Home
last modified time | relevance | path

Searched refs:LRT (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp268 const auto *LRT = Param->getType()->getAs<LValueReferenceType>(); in inferLifetimeBoundAttribute() local
269 if (LRT && LRT->getPointeeType().IgnoreParens()->isArrayType()) in inferLifetimeBoundAttribute()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp355 if (const LValueReferenceType *LRT = dyn_cast<LValueReferenceType>(T)) in getFragmentsForType() local
358 getFragmentsForType(LRT->getPointeeTypeAsWritten(), Context, After)) in getFragmentsForType()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp5941 auto &LRT = AM.getResult<LastRunTrackingAnalysis>(F); in run() local
5943 if (LRT.shouldSkip(&ID)) in run()
5963 LRT.update(&ID, /*Changed=*/false); in run()
5969 LRT.update(&ID, /*Changed=*/true); in run()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp739 if (const auto *LRT = dyn_cast<ListRecTy>(Ty)) { in convertInitializerTo() local
746 const RecTy *ElementType = LRT->getElementType(); in convertInitializerTo()