Searched refs:LK (Results 1 - 7 of 7) sorted by relevance

/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafety.h161 /// \param LK -- The kind of access (i.e. read or write) that occurred
165 LockKind LK, SourceLocation Loc,
163 handleMutexNotHeld(StringRef Kind, const NamedDecl *D, ProtectedOperationKind POK, Name LockName, LockKind LK, SourceLocation Loc, Name *PossibleMatch = nullptr) argument
/external/boringssl/src/crypto/sha/asm/
H A Dsha512-armv8.pl201 adr $Ktbl,.LK$BITS
251 .type .LK$BITS,%object
252 .LK$BITS:
317 .size .LK$BITS,.-.LK$BITS
/external/clang/lib/Analysis/
H A DThreadSafety.cpp105 FactEntry(const CapabilityExpr &CE, LockKind LK, SourceLocation Loc, argument
107 : CapabilityExpr(CE), LKind(LK), AcquireLoc(Loc), Asserted(Asrt),
128 // Return true if LKind >= LK, where exclusive > shared
129 bool isAtLeast(LockKind LK) { argument
130 return (LKind == LK_Exclusive) || (LK == LK_Shared);
816 LockableFactEntry(const CapabilityExpr &CE, LockKind LK, SourceLocation Loc,
818 : FactEntry(CE, LK, Loc, Asrt), Managed(Mng) {}
1508 LockKind LK = getLockKindFromAccessKind(AK);
1551 LK, Loc, &PartMatchName);
1555 LK, Lo
[all...]
/external/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp961 LegalizeKind LK = getTypeConversion(Context, EltVT); local
965 if (LK.first == TypeExpandInteger)
1595 LegalizeKind LK = getTypeConversion(C, MTy); local
1597 if (LK.first == TypeLegal)
1600 if (LK.first == TypeSplitVector || LK.first == TypeExpandInteger)
1604 MTy = LK.second;
/external/llvm/utils/TableGen/
H A DIntrinsicEmitter.cpp539 ModRefKind LK = getModRefKind(*L);
541 if (LK != RK) return (LK > RK);
/external/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1601 LockKind LK, SourceLocation Loc,
1624 << LockName << LK);
1654 << LockName << LK);
/external/valgrind/VEX/priv/
H A Dhost_ppc_defs.c3258 static UChar* mkFormI ( UChar* p, UInt LI, UInt AA, UInt LK,
3264 vassert(LK < 0x2);
3265 theInstr = ((18<<26) | (LI<<2) | (AA<<1) | (LK));
3272 UInt BD, UInt AA, UInt LK, VexEndness endness_host )
3279 vassert(LK < 0x2);
3281 (BD<<2) | (AA<<1) | (LK));
3271 mkFormB( UChar* p, UInt BO, UInt BI, UInt BD, UInt AA, UInt LK, VexEndness endness_host ) argument

Completed in 251 milliseconds