Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCheckExprLifetime.cpp1191 Local L, LifetimeKind LK) { in analyzePathForGSLPointer() argument
1212 LK != LK_MemInitializer) { in analyzePathForGSLPointer()
1296 const InitializedEntity *ExtendingEntity, LifetimeKind LK, in checkExprLifetimeImpl() argument
1299 assert(!AEntity || LK == LK_Assignment); in checkExprLifetimeImpl()
1300 assert(!CapEntity || LK == LK_LifetimeCapture); in checkExprLifetimeImpl()
1301 assert(!InitEntity || (LK != LK_Assignment && LK != LK_LifetimeCapture)); in checkExprLifetimeImpl()
1304 if (LK == LK_FullExpression) in checkExprLifetimeImpl()
1317 switch (analyzePathForGSLPointer(Path, L, LK)) { in checkExprLifetimeImpl()
1329 switch (LK) { in checkExprLifetimeImpl()
1505 if (LK == LK_StmtExprResult) in checkExprLifetimeImpl()
[all …]
H A DAnalysisBasedWarnings.cpp2146 LockKind LK, SourceLocation Loc, in handleMutexNotHeld() argument
2187 << LockName << LK); in handleMutexNotHeld()
2235 << LockName << LK); in handleMutexNotHeld()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp122 FactEntry(FactEntryKind FK, const CapabilityExpr &CE, LockKind LK, in FactEntry() argument
124 : CapabilityExpr(CE), Kind(FK), LKind(LK), Source(Src), AcquireLoc(Loc) {} in FactEntry()
148 bool isAtLeast(LockKind LK) const { in isAtLeast()
149 return (LKind == LK_Exclusive) || (LK == LK_Shared); in isAtLeast()
874 LockableFactEntry(const CapabilityExpr &CE, LockKind LK, SourceLocation Loc, in LockableFactEntry() argument
876 : FactEntry(Lockable, CE, LK, Loc, Src) {} in LockableFactEntry()
1634 LockKind LK = getLockKindFromAccessKind(AK); in warnIfMutexNotHeld() local
1674 Handler.handleMutexNotHeld(Cp.getKind(), D, POK, Cp.toString(), LK, Loc, in warnIfMutexNotHeld()
1678 Handler.handleMutexNotHeld(Cp.getKind(), D, POK, Cp.toString(), LK, Loc); in warnIfMutexNotHeld()
1683 if (NoError && LDat && !LDat->isAtLeast(LK)) { in warnIfMutexNotHeld()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafety.h207 LockKind LK, SourceLocation Loc,
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULateCodeGenPrepare.cpp123 TargetLoweringBase::LegalizeKind LK = in shouldReplace() local
125 return LK.first != TargetLoweringBase::TypeLegal; in shouldReplace()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1085 LegalizeKind LK = getTypeConversion(Context, EltVT); in getTypeConversion() local
1089 if (LK.first == TypeExpandInteger) { in getTypeConversion()
1647 LegalizeKind LK; in getVectorTypeBreakdown() local
1651 LK = getTypeConversion(Context, PartVT); in getVectorTypeBreakdown()
1652 PartVT = LK.second; in getVectorTypeBreakdown()
1653 } while (LK.first != TypeLegal); in getVectorTypeBreakdown()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h997 TargetLoweringBase::LegalizeKind LK = getTLI()->getTypeConversion(C, MTy); in getTypeLegalizationCost() local
999 if (LK.first == TargetLoweringBase::TypeScalarizeScalableVector) { in getTypeLegalizationCost()
1006 if (LK.first == TargetLoweringBase::TypeLegal) in getTypeLegalizationCost()
1009 if (LK.first == TargetLoweringBase::TypeSplitVector || in getTypeLegalizationCost()
1010 LK.first == TargetLoweringBase::TypeExpandInteger) in getTypeLegalizationCost()
1014 if (MTy == LK.second) in getTypeLegalizationCost()
1018 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.cpp2923 void cleanupPair(FormatToken *Start, LeftKind LK, RightKind RK, in cleanupPair() argument
2938 if (Left->is(LK) && Right->is(RK)) { in cleanupPair()
2952 void cleanupLeft(FormatToken *Start, LeftKind LK, RightKind RK) { in cleanupLeft() argument
2953 cleanupPair(Start, LK, RK, /*DeleteLeft=*/true); in cleanupLeft()
2957 void cleanupRight(FormatToken *Start, LeftKind LK, RightKind RK) { in cleanupRight() argument
2958 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.ac941 AC_DEFINE([LOCKED_PASSWD_STRING], ["*LK*"])
960 AC_DEFINE([LOCKED_PASSWD_STRING], ["*LK*"])
1222 AC_DEFINE([LOCKED_PASSWD_STRING], ["*LK*"])
1330 AC_DEFINE([LOCKED_PASSWD_STRING], ["*LK*"])
1353 *) AC_DEFINE([LOCKED_PASSWD_STRING], ["*LK*"])
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp859 auto LK = TLI.getTypeConversion(*DAG.getContext(), VT); in hasUMin() local
860 return (LK.first == TargetLoweringBase::TypeLegal || in hasUMin()
861 LK.first == TargetLoweringBase::TypePromoteInteger) && in hasUMin()
862 TLI.isOperationLegal(ISD::UMIN, LK.second); in hasUMin()
/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,