Home
last modified time | relevance | path

Searched refs:LK (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCheckExprLifetime.cpp992 LifetimeKind LK, in checkExprLifetimeImpl() argument
995 assert((AEntity && LK == LK_Assignment) || in checkExprLifetimeImpl()
996 (InitEntity && LK != LK_Assignment)); in checkExprLifetimeImpl()
999 if (LK == LK_FullExpression) in checkExprLifetimeImpl()
1035 switch (LK) { in checkExprLifetimeImpl()
1199 if (LK == LK_StmtExprResult) in checkExprLifetimeImpl()
1209 if (LK == LK_StmtExprResult) in checkExprLifetimeImpl()
1288 if (EnableLifetimeWarnings && LK == LK_Assignment && in checkExprLifetimeImpl()
1306 LifetimeKind LK = LTResult.getInt(); in checkExprLifetime() local
1310 checkExprLifetimeImpl(SemaRef, &Entity, ExtendingEntity, LK, in checkExprLifetime()
H A DAnalysisBasedWarnings.cpp1966 LockKind LK, SourceLocation Loc, in handleMutexNotHeld() argument
1995 << LockName << LK); in handleMutexNotHeld()
2031 << LockName << LK); in handleMutexNotHeld()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DIntrinsicEmitter.cpp393 uint32_t LK = L->ME.toIntValue(); in compareFnAttributes() local
395 if (LK != RK) in compareFnAttributes()
396 return (LK > RK); in compareFnAttributes()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULateCodeGenPrepare.cpp138 TargetLoweringBase::LegalizeKind LK = in shouldReplace() local
140 return LK.first != TargetLoweringBase::TypeLegal; in shouldReplace()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp986 LegalizeKind LK = getTypeConversion(Context, EltVT); in getTypeConversion() local
990 if (LK.first == TypeExpandInteger) { in getTypeConversion()
1548 LegalizeKind LK; in getVectorTypeBreakdown() local
1552 LK = getTypeConversion(Context, PartVT); in getVectorTypeBreakdown()
1553 PartVT = LK.second; in getVectorTypeBreakdown()
1554 } while (LK.first != TypeLegal); in getVectorTypeBreakdown()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h870 TargetLoweringBase::LegalizeKind LK = getTLI()->getTypeConversion(C, MTy); in getTypeLegalizationCost() local
872 if (LK.first == TargetLoweringBase::TypeScalarizeScalableVector) { in getTypeLegalizationCost()
879 if (LK.first == TargetLoweringBase::TypeLegal) in getTypeLegalizationCost()
882 if (LK.first == TargetLoweringBase::TypeSplitVector || in getTypeLegalizationCost()
883 LK.first == TargetLoweringBase::TypeExpandInteger) in getTypeLegalizationCost()
887 if (MTy == LK.second) in getTypeLegalizationCost()
891 MTy = LK.second; in getTypeLegalizationCost()
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dmsm8994-sony-xperia-kitakami.dtsi162 * LK with the downstream DTB appended and then, only from there, load
H A Dmsm8939.dtsi21 * Stock LK wants address-cells/size-cells = 2
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2754 void cleanupPair(FormatToken *Start, LeftKind LK, RightKind RK, in cleanupPair() argument
2769 if (Left->is(LK) && Right->is(RK)) { in cleanupPair()
2783 void cleanupLeft(FormatToken *Start, LeftKind LK, RightKind RK) { in cleanupLeft() argument
2784 cleanupPair(Start, LK, RK, /*DeleteLeft=*/true); in cleanupLeft()
2788 void cleanupRight(FormatToken *Start, LeftKind LK, RightKind RK) { in cleanupRight() argument
2789 cleanupPair(Start, LK, RK, /*DeleteLeft=*/false); in cleanupRight()
/freebsd/share/misc/
H A Diso3166230 LK LKA 144 Sri Lanka
/freebsd/usr.sbin/tzsetup/
H A Dbaseline559 LK:Sri Lanka
/freebsd/contrib/tzdata/
H A Dzone.tab249 LK +0656+07951 Asia/Colombo
H A Dzone1970.tab204 LK +0656+07951 Asia/Colombo
/freebsd/crypto/openssh/
H A Dconfigure.ac883 AC_DEFINE([LOCKED_PASSWD_STRING], ["*LK*"])
902 AC_DEFINE([LOCKED_PASSWD_STRING], ["*LK*"])
1143 AC_DEFINE([LOCKED_PASSWD_STRING], ["*LK*"])
1251 AC_DEFINE([LOCKED_PASSWD_STRING], ["*LK*"])
1274 *) AC_DEFINE([LOCKED_PASSWD_STRING], ["*LK*"])
/freebsd/sys/contrib/dev/rtw89/
H A Dcoex.c9461 CASE_BTC_SLOT_STR(LK); in id_to_slot()
/freebsd/share/termcap/
H A Dtermcap4383 :BS=^U:CL=^V:CR=^B:RK=^L:UK=^K:LK=^H:DK=^J:HM=\036:
/freebsd/contrib/ncurses/misc/
H A Dterminfo.src23937 # UK/DK/RK/LK/HM were someone's aliases for ku/kd/kl/kr/kh,