Home
last modified time | relevance | path

Searched refs:MK (Results 1 – 25 of 32) sorted by relevance

12

/openbsd/gnu/llvm/clang/lib/AST/
H A DNSAPI.cpp46 switch (MK) { in getNSStringSelector()
82 switch (MK) { in getNSArraySelector()
151 return MK; in getNSArrayMethodKind()
161 switch (MK) { in getNSDictionarySelector()
253 return MK; in getNSDictionaryMethodKind()
262 switch (MK) { in getNSSetSelector()
309 return MK; in getNSSetMethodKind()
362 if (Sels[MK].isNull()) in getNSNumberLiteralSelector()
363 Sels[MK] = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get(Names[MK])); in getNSNumberLiteralSelector()
364 return Sels[MK]; in getNSNumberLiteralSelector()
[all …]
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DMoveChecker.cpp77 return MK == MK_Dereference; in misuseCausesCrash()
160 : Chk(Chk), Region(R), RD(RD), MK(MK), Found(false) {} in MovedBugVisitor()
183 const MisuseKind MK; member in __anon1d1249e70211::MoveChecker::MovedBugVisitor
303 if (MK == MK_Dereference) { in VisitNode()
359 MK = MK_FunCall; in modelUse()
361 if (!RS || !shouldWarnAbout(OK, MK) in modelUse()
372 if (misuseCausesCrash(MK)) { in modelUse()
406 switch(MK) { in reportBug()
409 explainObject(OS, Region, RD, MK); in reportBug()
586 if (MK != MK_Dereference) in explainObject()
[all …]
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DNSAPI.h56 Selector getNSStringSelector(NSStringMethodKind MK) const;
89 Selector getNSArraySelector(NSArrayMethodKind MK) const;
114 Selector getNSDictionarySelector(NSDictionaryMethodKind MK) const;
131 Selector getNSSetSelector(NSSetMethodKind MK) const;
196 Selector getNSNumberLiteralSelector(NSNumberLiteralMethodKind MK,
199 bool isNSNumberLiteralSelector(NSNumberLiteralMethodKind MK, in isNSNumberLiteralSelector() argument
201 return Sel == getNSNumberLiteralSelector(MK, false) || in isNSNumberLiteralSelector()
202 Sel == getNSNumberLiteralSelector(MK, true); in isNSNumberLiteralSelector()
/openbsd/gnu/llvm/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp152 MatchKind MK = MK_ALL; in isVariantApplicableInContextHelper() local
157 MK = MK_ANY; in isVariantApplicableInContextHelper()
160 MK = MK_NONE; in isVariantApplicableInContextHelper()
165 auto HandleTrait = [MK](TraitProperty Property, in isVariantApplicableInContextHelper()
169 if (MK == MK_ANY) { in isVariantApplicableInContextHelper()
177 if ((WasFound && MK == MK_ALL) || (!WasFound && MK == MK_NONE)) in isVariantApplicableInContextHelper()
182 if (MK == MK_ALL) in isVariantApplicableInContextHelper()
186 if (MK == MK_NONE) in isVariantApplicableInContextHelper()
252 if (MK == MK_ANY) { in isVariantApplicableInContextHelper()
/openbsd/regress/lib/libcrypto/x509/bettertls/certificates/
H A D2111.crt21 hBarLNju3gqjxD2+oIXJZnp2+HfnPLrTB7SgK6YAdUMeIsGki6CEYKznO4OX//MK
H A D1963.crt15 tVapIX+tiMQc/7MK+HFVo4sX+XOQC4nA5GSmdgW+gYi8IDPlFjB4F/ECAwEAAaMs
H A D1178.crt12 +oK4xFYt4PTpvCKNDVpkQql/MK/sHjXnWIPYjTDSYfQxLucfoHwrsOqeYIR9lSUj
H A D1085.crt22 Qjnh2pTA+a47U5MqdZtfIgWyVSJIr/MK+EA5MKksMKu6KJvJd671qgGp5ms=
H A D1416.crt19 MpmhPrDpgj9juv/gXckouj/0xrF38+UF9zIHxZgCvfJjvlSv+uNMeV69bfZK+MK+
H A D1811.key10 TfSZKPKTfgoNqjkqwWIFL2oXnUKKr5Wak/MK+2s4PQ7dmvm39DUa8exNjbF7TbAZ
H A D2163.key20 JfjYkIWYw2xLuc6j4C45v0lQmYWE856nlYkT7hAXE3fI9armd06/3MK/6tgS2kwt
H A D2407.chain39 7a+MK+Kw9LUCAwEAAaM9MDswDwYDVR0TAQH/BAUwAwEB/zAoBgNVHR4BAf8EHjAc
H A D2730.chain38 FN/r0FvjrgdZUsLuiOpNt36y0/+MK/P3XQGo9x0/j6dNI0YvzIs3022ovznQuUDP
H A D1357.chain21 jMYEE+Dp9Jgo8/6XtIt2447NGa5oe90GgKixtUyuSEauzuk/MK/cxnDpGxYLbVp0
/openbsd/gnu/llvm/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp783 NSAPI::NSNumberLiteralMethodKind MK = *MKOpt; in rewriteToNumberLiteral() local
788 switch (MK) { in rewriteToNumberLiteral()
991 NSAPI::NSNumberLiteralMethodKind MK = *MKOpt; in rewriteToNumericBoxedExpression() local
1010 if (MK == NSAPI::NSNumberWithBool && OrigTy->isBooleanType()) in rewriteToNumericBoxedExpression()
1014 if ((MK == NSAPI::NSNumberWithInteger || in rewriteToNumericBoxedExpression()
1015 MK == NSAPI::NSNumberWithUnsignedInteger) && in rewriteToNumericBoxedExpression()
1019 if ((MK==NSAPI::NSNumberWithInteger) == OrigTy->isSignedIntegerType() && in rewriteToNumericBoxedExpression()
/openbsd/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DTypeIndexDiscovery.cpp24 MethodKind MK = getMethodKind(Attrs); in isIntroVirtual() local
25 return MK == MethodKind::IntroducingVirtual || in isIntroVirtual()
26 MK == MethodKind::PureIntroducingVirtual; in isIntroVirtual()
/openbsd/gnu/llvm/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp62 static void enumeration(IO &IO, MethodKind &MK) { in enumeration()
63 IO.enumCase(MK, "Class", MethodKind::Class); in enumeration()
64 IO.enumCase(MK, "Instance", MethodKind::Instance); in enumeration()
/openbsd/share/misc/
H A Dcountrycodes154 MK:NORTH MACEDONIA
/openbsd/share/zoneinfo/datfiles/
H A Diso3166.tab175 MK North Macedonia
H A Dzone.tab264 MK +4159+02126 Europe/Skopje
H A Dzone1970.tab265 RS,BA,HR,ME,MK,SI +4450+02030 Europe/Belgrade
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h728 OneMethodRecord(TypeIndex Type, MemberAccess Access, MethodKind MK, in OneMethodRecord() argument
731 Attrs(Access, MK, Options), VFTableOffset(VFTableOffset), Name(Name) {} in OneMethodRecord()
/openbsd/gnu/llvm/clang/lib/Frontend/
H A DFrontendActions.cpp760 static StringRef ModuleKindName(Module::ModuleKind MK) { in ModuleKindName() argument
761 switch (MK) { in ModuleKindName()
/openbsd/gnu/usr.bin/perl/cpan/Unicode-Collate/t/
H A Dloc_mk.t32 new(locale => 'MK', normalization => undef);
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp16697 NSAPI::NSArrayMethodKind MK = *MKOpt; in GetNSMutableArrayArgumentIndex() local
16699 switch (MK) { in GetNSMutableArrayArgumentIndex()
16731 NSAPI::NSDictionaryMethodKind MK = *MKOpt; in GetNSMutableDictionaryArgumentIndex() local
16733 switch (MK) { in GetNSMutableDictionaryArgumentIndex()
16767 NSAPI::NSSetMethodKind MK = *MKOpt; in GetNSSetArgumentIndex() local
16769 switch (MK) { in GetNSSetArgumentIndex()

12