Home
last modified time | relevance | path

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

12345678910>>...15

/external/clang/lib/AST/
DNSAPI.cpp43 Selector NSAPI::getNSStringSelector(NSStringMethodKind MK) const { in getNSStringSelector()
44 if (NSStringSelectors[MK].isNull()) { in getNSStringSelector()
46 switch (MK) { in getNSStringSelector()
73 return (NSStringSelectors[MK] = Sel); in getNSStringSelector()
76 return NSStringSelectors[MK]; in getNSStringSelector()
82 NSStringMethodKind MK = NSStringMethodKind(i); in getNSStringMethodKind() local
83 if (Sel == getNSStringSelector(MK)) in getNSStringMethodKind()
84 return MK; in getNSStringMethodKind()
90 Selector NSAPI::getNSArraySelector(NSArrayMethodKind MK) const { in getNSArraySelector()
91 if (NSArraySelectors[MK].isNull()) { in getNSArraySelector()
[all …]
/external/llvm-project/clang/lib/AST/
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 …]
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
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 __anondfc54e510211::MoveChecker::MovedBugVisitor
212 const CXXRecordDecl *RD, MisuseKind MK,
218 CheckerContext &C, MisuseKind MK) const;
[all …]
/external/llvm-project/clang/include/clang/AST/
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()
/external/clang/include/clang/AST/
DNSAPI.h57 Selector getNSStringSelector(NSStringMethodKind MK) const;
93 Selector getNSArraySelector(NSArrayMethodKind MK) const;
118 Selector getNSDictionarySelector(NSDictionaryMethodKind MK) const;
135 Selector getNSSetSelector(NSSetMethodKind MK) const;
192 Selector getNSNumberLiteralSelector(NSNumberLiteralMethodKind MK,
195 bool isNSNumberLiteralSelector(NSNumberLiteralMethodKind MK, in isNSNumberLiteralSelector() argument
197 return Sel == getNSNumberLiteralSelector(MK, false) || in isNSNumberLiteralSelector()
198 Sel == getNSNumberLiteralSelector(MK, true); in isNSNumberLiteralSelector()
/external/cldr/tools/java/org/unicode/cldr/util/data/external/
DsubdivisionData.txt91 AL-MK Mallakastër
2826 MK-01 Aerodrom
2827 MK-02 Aračinovo
2828 MK-03 Berovo
2829 MK-04 Bitola
2830 MK-05 Bogdanci
2831 MK-06 Bogovinje
2832 MK-07 Bosilovo
2833 MK-08 Brvenica
2834 MK-09 Butel
[all …]
Dalternate_country_names.txt97 MK; Macedonia; FYR Macedonia
98 MK; Macedonia; Macedonia, FYR
99 MK; Macedonia; Macedonia, The Former Yugoslav Republic of
100 MK; Macedonia; The Former Yugoslav Rep. of Macedonia
101 MK; Macedonia; The Former Yugoslav Republic of Macedonia
102 MK; Macedonia; TFYR of Macedonia
103 MK; Macedonia; Macedonia
/external/llvm-project/llvm/lib/Frontend/OpenMP/
DOMPContext.cpp146 MatchKind MK = MK_ALL; in isVariantApplicableInContextHelper() local
151 MK = MK_ANY; in isVariantApplicableInContextHelper()
154 MK = MK_NONE; in isVariantApplicableInContextHelper()
159 auto HandleTrait = [MK](TraitProperty Property, in isVariantApplicableInContextHelper()
163 if (MK == MK_ANY) { in isVariantApplicableInContextHelper()
171 if ((WasFound && MK == MK_ALL) || (!WasFound && MK == MK_NONE)) in isVariantApplicableInContextHelper()
176 if (MK == MK_ALL) in isVariantApplicableInContextHelper()
180 if (MK == MK_NONE) in isVariantApplicableInContextHelper()
248 if (MK == MK_ANY) { in isVariantApplicableInContextHelper()
/external/pdfium/testing/resources/
Dclick_form.in164 /MK <<
202 /MK <<
247 /MK <<
282 /MK <<
317 /MK <<
361 /MK <<
396 /MK <<
431 /MK <<
Dbug_896366.in35 /MK << /BG [ 1.0 0.0 0.0 ] >>
Dbug_890322.in31 /MK << /BG [ 1.0 0.0 0.0 ] >>
Dbug_861842.in51 /MK <<
/external/llvm-project/llvm/include/llvm/Analysis/
DIVDescriptors.h79 FastMathFlags FMF, MinMaxRecurrenceKind MK, in RecurrenceDescriptor() argument
83 MinMaxKind(MK), UnsafeAlgebraInst(UAI), RecurrenceType(RT), in RecurrenceDescriptor()
148 MinMaxRecurrenceKind MK, Type *Tp);
/external/ImageMagick/PerlMagick/t/reference/filter/
DOilPaint.miff15MKMKMK�;*�;*�;*�;*�FJ�FJ�FJ�FJ�Jn�Jn�Jn�Y���������������������������������:81:81:81:81E@7E@7E@7…
/external/llvm-project/llvm/test/Transforms/InstCombine/
Dmax-of-nots.ll371 ; CHECK-NEXT: [[MK:%.*]] = sub i8 [[TMP4]], [[G]]
373 ; CHECK-NEXT: call void @use(i8 [[CK]], i8 [[MK]], i8 [[YK]], i8 [[TMP5]])
400 ; CHECK-NEXT: [[MK:%.*]] = sub i8 [[K_V]], [[G]]
402 ; CHECK-NEXT: call void @use(i8 [[CK]], i8 [[MK]], i8 [[YK]], i8 [[K]])
429 ; CHECK-NEXT: [[MK:%.*]] = sub i8 [[K_V]], [[G]]
431 ; CHECK-NEXT: call void @use(i8 [[CK]], i8 [[MK]], i8 [[YK]], i8 [[K]])
458 ; CHECK-NEXT: [[MK:%.*]] = sub i8 [[K_V]], [[G]]
460 ; CHECK-NEXT: call void @use(i8 [[CK]], i8 [[MK]], i8 [[YK]], i8 [[K]])
487 ; CHECK-NEXT: [[MK:%.*]] = sub i8 [[K_V]], [[G]]
489 ; CHECK-NEXT: call void @use(i8 [[CK]], i8 [[MK]], i8 [[YK]], i8 [[K]])
[all …]
/external/icu/icu4c/source/data/region/
Dxh.txt6 MK{"uMntla Macedonia"}
Drw.txt6 MK{"Masedoniya y’Amajyaruguru"}
Dsr_Cyrl_BA.txt26 MK{"Сјеверна Македонија"}
Dmi.txt14 MK{"Makerōnia ki te Raki"}
Dsr_Latn_BA.txt26 MK{"Sjeverna Makedonija"}
/external/icu/icu4c/source/data/curr/
Den_MW.txt8 "MK",
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DIVDescriptors.h92 FastMathFlags FMF, MinMaxRecurrenceKind MK, in RecurrenceDescriptor() argument
96 MinMaxKind(MK), UnsafeAlgebraInst(UAI), RecurrenceType(RT), in RecurrenceDescriptor()
/external/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp784 NSAPI::NSNumberLiteralMethodKind MK = *MKOpt; in rewriteToNumberLiteral() local
789 switch (MK) { in rewriteToNumberLiteral()
988 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()
/external/llvm-project/clang/lib/Edit/
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()
/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h96 MinMaxRecurrenceKind MK, Instruction *UAI, Type *RT, in RecurrenceDescriptor() argument
98 : StartValue(Start), LoopExitInstr(Exit), Kind(K), MinMaxKind(MK), in RecurrenceDescriptor()

12345678910>>...15