| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | NSAPI.cpp | 43 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 D | FormatString.cpp | 600 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 D | MoveChecker.cpp | 76 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 D | NSAPI.h | 56 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 D | check.mk | 3 ${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 D | OMPContext.cpp | 206 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 D | luks | 39 # 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 D | RewriteObjCFoundationAPI.cpp | 779 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 D | sys.clean-env.mk | 39 MK \
|
| H A D | mk-files.txt | 104 MAKE_SAVE_ENV_PREFIX += SB MK MAKE MACHINE NEED_ CCACHE DISTCC USE_ SSH
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeIndexDiscovery.cpp | 24 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 D | OSSL_PROVIDER-default.pod | 302 =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 D | SemaObjC.cpp | 1008 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 D | SemaChecking.cpp | 7580 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 D | APINotesYAMLCompiler.cpp | 62 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 D | FrontendActions.cpp | 847 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 D | TypeRecord.h | 727 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 D | iso3166 | 152 MK MKD 807 Macedonia (the former Yugoslav Republic of)
|
| H A D | usb_vendors | 12947 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 D | baseline | 353 MK:Macedonia (the former Yugoslav Republic of)
|
| /freebsd/contrib/tzdata/ |
| H A D | zone.tab | 264 MK +4159+02126 Europe/Skopje
|
| H A D | zone1970.tab | 266 RS,BA,HR,ME,MK,SI +4450+02030 Europe/Belgrade
|
| /freebsd/contrib/sendmail/contrib/ |
| H A D | mail.local.linux | 35 MK$$:]"@(D4Z:1J4@L*F<G2&1<5`=:PUGUJ'&OL"=<<HM%9",KB54'*LXZAB@
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZScheduleZEC12.td | 642 def : InstRW<[WLat30, MCD], (instregex "ED(MK)?$")>;
|
| H A D | SystemZScheduleZ196.td | 629 def : InstRW<[WLat30, MCD], (instregex "ED(MK)?$")>;
|