Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DNSAPI.cpp43 Selector NSAPI::getNSStringSelector(NSStringMethodKind MK) const { in getNSStringSelector()
44 if (NSStringSelectors[MK].isNull()) { in getNSStringSelector()
46 switch (MK) { in getNSStringSelector()
71 return (NSStringSelectors[MK] = Sel); in getNSStringSelector()
74 return NSStringSelectors[MK]; in getNSStringSelector()
77 Selector NSAPI::getNSArraySelector(NSArrayMethodKind MK) const { in getNSArraySelector()
78 if (NSArraySelectors[MK].isNull()) { in getNSArraySelector()
80 switch (MK) { in getNSArraySelector()
131 return (NSArraySelectors[MK] = Sel); in getNSArraySelector()
134 return NSArraySelectors[MK]; in getNSArraySelector()
[all …]
H A DFormatString.cpp600 using MK = analyze_format_string::ArgType::MatchKind; in integerTypeMatch() typedef
606 return MK::NoMatch; in integerTypeMatch()
608 return MK::NoMatchSignedness; in integerTypeMatch()
610 return MK::MatchPromotion; in integerTypeMatch()
611 return MK::Match; in integerTypeMatch()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMoveChecker.cpp76 static bool misuseCausesCrash(MisuseKind MK) { in misuseCausesCrash() argument
77 return MK == MK_Dereference; in misuseCausesCrash()
136 bool shouldWarnAbout(ObjectKind OK, MisuseKind MK) const { in shouldWarnAbout()
142 OK.StdKind != SK_SmartPtr || MK == MK_Dereference); in shouldWarnAbout()
154 MisuseKind MK) const;
161 const CXXRecordDecl *RD, MisuseKind MK) in MovedBugVisitor() argument
162 : Chk(Chk), Region(R), RD(RD), MK(MK), Found(false) {} in MovedBugVisitor()
185 const MisuseKind MK; member in __anona0b2285a0211::MoveChecker::MovedBugVisitor
213 const CXXRecordDecl *RD, MisuseKind MK,
220 CheckerContext &C, MisuseKind MK) const;
[all …]
/freebsd/contrib/llvm-project/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()
/freebsd/tools/build/make_check/
H A Dcheck.mk3 ${MK} ${MK_ARG}
6 MK= ${.OBJDIR}/../../../usr.bin/make/make
8 ${MK} ${MK_ARG} 2>&1 | tee out-new
14 MK= make
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp206 MatchKind MK = MK_ALL; in isVariantApplicableInContextHelper() local
211 MK = MK_ANY; in isVariantApplicableInContextHelper()
214 MK = MK_NONE; in isVariantApplicableInContextHelper()
219 auto HandleTrait = [MK](TraitProperty Property, in isVariantApplicableInContextHelper()
223 if (MK == MK_ANY) { in isVariantApplicableInContextHelper()
231 if ((WasFound && MK == MK_ALL) || (!WasFound && MK == MK_NONE)) in isVariantApplicableInContextHelper()
236 if (MK == MK_ALL) in isVariantApplicableInContextHelper()
240 if (MK == MK_NONE) in isVariantApplicableInContextHelper()
312 if (MK == MK_ANY) { in isVariantApplicableInContextHelper()
/freebsd/contrib/file/magic/Magdir/
H A Dluks39 # key-bytes; number of key bytes; key-bytes*8=MK-bits
42 >112 ubequad x \b, MK digest %#16.16llx
46 >132 ubequad x \b, MK salt %#16.16llx
51 >164 ubelong x \b, %u MK iterations
/freebsd/contrib/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp779 NSAPI::NSNumberLiteralMethodKind MK = *MKOpt; in rewriteToNumberLiteral() local
784 switch (MK) { in rewriteToNumberLiteral()
987 NSAPI::NSNumberLiteralMethodKind MK = *MKOpt; in rewriteToNumericBoxedExpression() local
1007 if (MK == NSAPI::NSNumberWithBool && OrigTy->isBooleanType()) in rewriteToNumericBoxedExpression()
1011 if ((MK == NSAPI::NSNumberWithInteger || in rewriteToNumericBoxedExpression()
1012 MK == NSAPI::NSNumberWithUnsignedInteger) && in rewriteToNumericBoxedExpression()
1016 if ((MK==NSAPI::NSNumberWithInteger) == OrigTy->isSignedIntegerType() && in rewriteToNumericBoxedExpression()
/freebsd/contrib/bmake/mk/
H A Dsys.clean-env.mk39 MK \
H A Dmk-files.txt104 MAKE_SAVE_ENV_PREFIX += SB MK MAKE MACHINE NEED_ CCACHE DISTCC USE_ SSH
/freebsd/contrib/llvm-project/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()
/freebsd/crypto/openssl/doc/man7/
H A DOSSL_PROVIDER-default.pod302 =item MK-KEM-512, see L<EVP_KEYMGMT-ML-KEM-512(7)>
304 =item MK-KEM-768, see L<EVP_KEYMGMT-ML-KEM-768(7)>
306 =item MK-KEM-1024, see L<EVP_KEYMGMT-ML-KEM-1024(7)>
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp1008 NSAPI::NSArrayMethodKind MK = *MKOpt; in GetNSMutableArrayArgumentIndex() local
1010 switch (MK) { in GetNSMutableArrayArgumentIndex()
1041 NSAPI::NSDictionaryMethodKind MK = *MKOpt; in GetNSMutableDictionaryArgumentIndex() local
1043 switch (MK) { in GetNSMutableDictionaryArgumentIndex()
1075 NSAPI::NSSetMethodKind MK = *MKOpt; in GetNSSetArgumentIndex() local
1077 switch (MK) { in GetNSSetArgumentIndex()
H A DSemaChecking.cpp7580 using MK = analyze_format_string::ArgType::MatchKind; in VerifyCompatible() typedef
7615 case MK::Match: in VerifyCompatible()
7618 case MK::MatchPromotion: in VerifyCompatible()
7621 case MK::NoMatch: in VerifyCompatible()
7622 case MK::NoMatchTypeConfusion: in VerifyCompatible()
7623 case MK::NoMatchPromotionTypeConfusion: in VerifyCompatible()
7633 case MK::NoMatchPedantic: in VerifyCompatible()
7643 case MK::NoMatchSignedness: in VerifyCompatible()
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp847 static StringRef ModuleKindName(Module::ModuleKind MK) { in ModuleKindName() argument
848 switch (MK) { in ModuleKindName()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h727 OneMethodRecord(TypeIndex Type, MemberAccess Access, MethodKind MK, in OneMethodRecord() argument
730 Attrs(Access, MK, Options), VFTableOffset(VFTableOffset), Name(Name) {} in OneMethodRecord()
/freebsd/share/misc/
H A Diso3166152 MK MKD 807 Macedonia (the former Yugoslav Republic of)
H A Dusb_vendors12947 0064 MK-225 Driver
12948 0065 MK-225C Driver
12949 0066 MK-225C Driver
12950 0067 MK-425C Driver
12951 0078 MK-37 Driver
12952 0079 MK-37C Driver
12953 007a MK-37C Driver
12955 008d MK-249C Driver
12956 008e MK-249C MIDI Keyboard
12957 008f MK-449C Driver
[all …]
/freebsd/usr.sbin/tzsetup/
H A Dbaseline353 MK:Macedonia (the former Yugoslav Republic of)
/freebsd/contrib/tzdata/
H A Dzone.tab264 MK +4159+02126 Europe/Skopje
H A Dzone1970.tab266 RS,BA,HR,ME,MK,SI +4450+02030 Europe/Belgrade
/freebsd/contrib/sendmail/contrib/
H A Dmail.local.linux35 MK$$:]"@(D4Z:1J4@L*F<G2&1<5`=:PUGUJ'&OL"=<<HM%9",KB54'*LXZAB@
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZScheduleZEC12.td642 def : InstRW<[WLat30, MCD], (instregex "ED(MK)?$")>;
H A DSystemZScheduleZ196.td629 def : InstRW<[WLat30, MCD], (instregex "ED(MK)?$")>;

12