OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MK
(Results
1 - 14
of
14
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
NSAPI.cpp
42
Selector NSAPI::getNSStringSelector(NSStringMethodKind
MK
) const {
43
if (NSStringSelectors[
MK
].isNull()) {
45
switch (
MK
) {
72
return (NSStringSelectors[
MK
] = Sel);
75
return NSStringSelectors[
MK
];
78
Selector NSAPI::getNSArraySelector(NSArrayMethodKind
MK
) const {
79
if (NSArraySelectors[
MK
].isNull()) {
81
switch (
MK
) {
139
return (NSArraySelectors[
MK
] = Sel);
142
return NSArraySelectors[
MK
];
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
MoveChecker.cpp
77
static bool misuseCausesCrash(MisuseKind
MK
) {
78
return
MK
== MK_Dereference;
137
bool shouldWarnAbout(ObjectKind OK, MisuseKind
MK
) const {
143
OK.StdKind != SK_SmartPtr ||
MK
== MK_Dereference);
153
const CXXRecordDecl *RD, MisuseKind
MK
) const;
160
const CXXRecordDecl *RD, MisuseKind
MK
)
161
: Chk(Chk), Region(R), RD(RD),
MK
(
MK
), Found(false) {}
184
const MisuseKind
MK
;
212
const CXXRecordDecl *RD, MisuseKind
MK
,
[
all
...]
/src/share/mk/
compare-lib-lists
5
# bsd.prog.
mk
file and bsd.README (this matches)
13
MK
=/tmp/${prog}.
mk
.$$
17
trap "rm -f ${
MK
} ${RD} ${IN} ${LB}" 0 1 2 3 15
19
make -f - all << \EOF > ${
MK
}
20
.include <bsd.prog.
mk
>
38
paste ${
MK
} ${RD}
43
.include <bsd.prog.
mk
>
bsd.own.mk
1
# $NetBSD: bsd.own.
mk
,v 1.1474 2026/04/08 06:39:37 lukem Exp $
3
# This needs to be before bsd.init.
mk
11
MAKECONF?= /etc/
mk
.conf
66
# NEED_OWN_INSTALL_TARGET is set to "no" by pkgsrc/
mk
/bsd.pkg.
mk
to
67
# ensure that things defined by <bsd.own.
mk
> (default targets,
68
# INSTALL_FILE, etc.) are not conflicting with bsd.pkg.
mk
.
307
PRINTOBJDIR= echo /error/bsd.own.
mk
/PRINTOBJDIR # avoid infinite recursion
384
.include <bsd.host.
mk
>
1018
# will be built by <bsd.lib.
mk
>
[
all
...]
bsd.test.mk
1
# $NetBSD: bsd.test.
mk
,v 1.26 2019/01/21 21:11:54 christos Exp $
4
.include <bsd.init.
mk
>
15
.include <bsd.subdir.
mk
>
71
# the installation of some of those tests rely on
MK
* variables being set.
86
echo '# Automatically generated by bsd.test.
mk
.'; \
109
echo '-- Automatically generated by bsd.test.
mk
.'; \
134
. include <bsd.files.
mk
>
138
. include <bsd.prog.
mk
>
209
##### Pull in related .
mk
logic
210
.include <bsd.clean.
mk
>
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/AST/
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
,
201
return Sel == getNSNumberLiteralSelector(
MK
, false) ||
202
Sel == getNSNumberLiteralSelector(
MK
, true);
/src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
OMPContext.cpp
153
MatchKind
MK
= MK_ALL;
158
MK
= MK_ANY;
161
MK
= MK_NONE;
166
auto HandleTrait = [
MK
](TraitProperty Property,
170
if (
MK
== MK_ANY) {
178
if ((WasFound &&
MK
== MK_ALL) || (!WasFound &&
MK
== MK_NONE))
183
if (
MK
== MK_ALL)
187
if (
MK
== MK_NONE)
255
if (
MK
== MK_ANY)
[
all
...]
/src/rescue/
Makefile
6
.include <bsd.own.
mk
>
58
.if (${
MK
${f:tu}} != "no")
119
.include <bsd.prog.
mk
>
/src/sys/arch/prep/include/
nvram.h
93
MK
= 12, /* from linux ?? */
/src/external/apache2/llvm/dist/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp
782
NSAPI::NSNumberLiteralMethodKind
MK
= *MKOpt;
787
switch (
MK
) {
990
NSAPI::NSNumberLiteralMethodKind
MK
= *MKOpt;
1009
if (
MK
== NSAPI::NSNumberWithBool && OrigTy->isBooleanType())
1013
if ((
MK
== NSAPI::NSNumberWithInteger ||
1014
MK
== NSAPI::NSNumberWithUnsignedInteger) &&
1018
if ((
MK
==NSAPI::NSNumberWithInteger) == OrigTy->isSignedIntegerType() &&
/src/external/apache2/llvm/dist/clang/lib/APINotes/
APINotesYAMLCompiler.cpp
62
static void enumeration(IO &IO, MethodKind &
MK
) {
63
IO.enumCase(
MK
, "Class", MethodKind::Class);
64
IO.enumCase(
MK
, "Instance", MethodKind::Instance);
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
TypeIndexDiscovery.cpp
24
MethodKind
MK
= getMethodKind(Attrs);
25
return
MK
== MethodKind::IntroducingVirtual ||
26
MK
== MethodKind::PureIntroducingVirtual;
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h
727
OneMethodRecord(TypeIndex Type, MemberAccess Access, MethodKind
MK
,
730
Attrs(Access,
MK
, Options), VFTableOffset(VFTableOffset), Name(Name) {}
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp
3847
OpenMPMapClauseKind
MK
) const {
3848
return ImplicitMap[DK][
MK
];
Completed in 35 milliseconds
Indexes created Wed Apr 15 00:22:22 UTC 2026