Searched refs:MK (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/tools/build/make_check/
H A Dcheck.mk4 ${MK} ${MK_ARG}
7 MK= ${.OBJDIR}/../../../usr.bin/make/make macro
9 ${MK} ${MK_ARG} 2>&1 | tee out-new
15 MK= make macro
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/AST/
H A DNSAPI.cpp38 Selector NSAPI::getNSStringSelector(NSStringMethodKind MK) const {
39 if (NSStringSelectors[MK].isNull()) {
41 switch (MK) {
64 return (NSStringSelectors[MK] = Sel);
67 return NSStringSelectors[MK];
73 NSStringMethodKind MK = NSStringMethodKind(i); local
74 if (Sel == getNSStringSelector(MK))
75 return MK;
81 Selector NSAPI::getNSArraySelector(NSArrayMethodKind MK) const {
82 if (NSArraySelectors[MK]
131 NSArrayMethodKind MK = NSArrayMethodKind(i); local
217 NSDictionaryMethodKind MK = NSDictionaryMethodKind(i); local
225 getNSNumberLiteralSelector(NSNumberLiteralMethodKind MK, bool Instance) const argument
280 NSNumberLiteralMethodKind MK = NSNumberLiteralMethodKind(i); local
[all...]
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/AST/
H A DNSAPI.h52 Selector getNSStringSelector(NSStringMethodKind MK) const;
84 Selector getNSArraySelector(NSArrayMethodKind MK) const;
106 Selector getNSDictionarySelector(NSDictionaryMethodKind MK) const;
163 Selector getNSNumberLiteralSelector(NSNumberLiteralMethodKind MK,
166 bool isNSNumberLiteralSelector(NSNumberLiteralMethodKind MK, argument
168 return Sel == getNSNumberLiteralSelector(MK, false) ||
169 Sel == getNSNumberLiteralSelector(MK, true);
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp784 NSAPI::NSNumberLiteralMethodKind MK = *MKOpt;
789 switch (MK) {
988 NSAPI::NSNumberLiteralMethodKind MK = *MKOpt;
1007 if (MK == NSAPI::NSNumberWithBool && OrigTy->isBooleanType())
1011 if ((MK == NSAPI::NSNumberWithInteger ||
1012 MK == NSAPI::NSNumberWithUnsignedInteger) &&
1016 if ((MK==NSAPI::NSNumberWithInteger) == OrigTy->isSignedIntegerType() &&
/freebsd-10.2-release/contrib/bmake/mk/
H A Dsys.clean-env.mk44 MK \
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp455 MinMaxReductionKind MK)
456 : StartValue(Start), LoopExitInstr(Exit), Kind(K), MinMaxKind(MK) {}
454 ReductionDescriptor(Value *Start, Instruction *Exit, ReductionKind K, MinMaxReductionKind MK) argument

Completed in 131 milliseconds