Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DNSAPI.cpp42 Selector NSAPI::getNSStringSelector(NSStringMethodKind MK) const { in getNSStringSelector()
43 if (NSStringSelectors[MK].isNull()) { in getNSStringSelector()
45 switch (MK) { in getNSStringSelector()
72 return (NSStringSelectors[MK] = Sel); in getNSStringSelector()
75 return NSStringSelectors[MK]; in getNSStringSelector()
78 Selector NSAPI::getNSArraySelector(NSArrayMethodKind MK) const { in getNSArraySelector()
79 if (NSArraySelectors[MK].isNull()) { in getNSArraySelector()
81 switch (MK) { in getNSArraySelector()
139 return (NSArraySelectors[MK] = Sel); in getNSArraySelector()
142 return NSArraySelectors[MK]; in getNSArraySelector()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMoveChecker.cpp77 static bool misuseCausesCrash(MisuseKind MK) { in misuseCausesCrash() argument
78 return MK == MK_Dereference; in misuseCausesCrash()
137 bool shouldWarnAbout(ObjectKind OK, MisuseKind MK) const { in shouldWarnAbout()
143 OK.StdKind != SK_SmartPtr || MK == MK_Dereference); in shouldWarnAbout()
153 const CXXRecordDecl *RD, MisuseKind MK) const;
160 const CXXRecordDecl *RD, MisuseKind MK) in MovedBugVisitor() argument
161 : Chk(Chk), Region(R), RD(RD), MK(MK), Found(false) {} in MovedBugVisitor()
184 const MisuseKind MK; member in __anondafec4250211::MoveChecker::MovedBugVisitor
212 const CXXRecordDecl *RD, MisuseKind MK,
218 CheckerContext &C, MisuseKind MK) const;
[all …]
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/share/mk/
H A Dcompare-lib-lists13 MK=/tmp/${prog}.mk.$$
17 trap "rm -f ${MK} ${RD} ${IN} ${LB}" 0 1 2 3 15
19 make -f - all << \EOF > ${MK}
38 paste ${MK} ${RD}
H A Dbsd.own.mk1077 # with changes to the MK* variables here.
1081 # Supported NO* options (if defined, MK* will be forced to "no",
1084 # Source makefiles should set NO*, and not MK*, and must do so before
1110 MK${var:S/^NO//}:= no
1115 # MK* options which have variable defaults.
1225 # MK* options which default to "yes".
1428 # MK* options which default to "no".
1636 # corresponding MK* variable is set to "no".
1639 .if (${${var:S/USE_/MK/}} == "no")
1647 # USE_* options which default to "yes" unless their corresponding MK*
[all...]
H A Dbsd.README76 MK<feature> Can be set to "no" to disable feature <feature>,
83 Makefile's setting of MK<feature>, use
84 env MK<feature>=value make
86 make MK<feature>=value
89 a user's MK<feature>=yes configuration.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp153 MatchKind MK = MK_ALL; in isVariantApplicableInContextHelper() local
158 MK = MK_ANY; in isVariantApplicableInContextHelper()
161 MK = MK_NONE; in isVariantApplicableInContextHelper()
166 auto HandleTrait = [MK](TraitProperty Property, in isVariantApplicableInContextHelper()
170 if (MK == MK_ANY) { in isVariantApplicableInContextHelper()
178 if ((WasFound && MK == MK_ALL) || (!WasFound && MK == MK_NONE)) in isVariantApplicableInContextHelper()
183 if (MK == MK_ALL) in isVariantApplicableInContextHelper()
187 if (MK == MK_NONE) in isVariantApplicableInContextHelper()
255 if (MK == MK_ANY) { in isVariantApplicableInContextHelper()
/netbsd-src/external/bsd/file/dist/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
/netbsd-src/external/apache2/llvm/dist/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp782 NSAPI::NSNumberLiteralMethodKind MK = *MKOpt; in rewriteToNumberLiteral() local
787 switch (MK) { in rewriteToNumberLiteral()
990 NSAPI::NSNumberLiteralMethodKind MK = *MKOpt; in rewriteToNumericBoxedExpression() local
1009 if (MK == NSAPI::NSNumberWithBool && OrigTy->isBooleanType()) in rewriteToNumericBoxedExpression()
1013 if ((MK == NSAPI::NSNumberWithInteger || in rewriteToNumericBoxedExpression()
1014 MK == NSAPI::NSNumberWithUnsignedInteger) && in rewriteToNumericBoxedExpression()
1018 if ((MK==NSAPI::NSNumberWithInteger) == OrigTy->isSignedIntegerType() && in rewriteToNumericBoxedExpression()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/sys/arch/prep/include/
H A Dnvram.h93 MK = 12, /* from linux ?? */ enumerator
/netbsd-src/share/misc/
H A Dcountry150 Macedonia MK MKD 807 MK
/netbsd-src/tools/gcc/
H A DREADME.mknative64 that "configure" can do its job for the target--these MK* options omit
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/doc/
H A DISO_3166163 MK Macedonia
H A Diso-3166.texi281 @item MK
H A DISO_3166_de150 MK MKD Mazedonien, ehemalige jugoslawische Republik
/netbsd-src/external/public-domain/tz/dist/
H A Diso3166.tab174 MK North Macedonia
H A Dzone1970.tab264 RS,BA,HR,ME,MK,SI +4450+02030 Europe/Belgrade
H A Dzone.tab263 MK +4159+02126 Europe/Skopje
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/sys/arch/x68k/conf/
H A DINSTALL208 mha0 at scsirom? # Mankai MK-HA1 (Mach-2)
H A DGENERIC244 mha0 at scsirom1 # Mankai MK-HA1 (Mach-2)
/netbsd-src/distrib/sets/
H A Dsets.subr280 # These MK<NAME> variables can be used as selectors in the sets as <name>.
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp14970 NSAPI::NSArrayMethodKind MK = *MKOpt; in GetNSMutableArrayArgumentIndex() local
14972 switch (MK) { in GetNSMutableArrayArgumentIndex()
15005 NSAPI::NSDictionaryMethodKind MK = *MKOpt; in GetNSMutableDictionaryArgumentIndex() local
15007 switch (MK) { in GetNSMutableDictionaryArgumentIndex()
15039 NSAPI::NSSetMethodKind MK = *MKOpt; in GetNSSetArgumentIndex() local
15041 switch (MK) { in GetNSSetArgumentIndex()

12