OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MK
(Results
1 - 6
of
6
) sorted by relevancy
/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/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/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/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/sys/arch/prep/include/
nvram.h
93
MK
= 12, /* from linux ?? */
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp
14970
NSAPI::NSArrayMethodKind
MK
= *MKOpt;
14972
switch (
MK
) {
15005
NSAPI::NSDictionaryMethodKind
MK
= *MKOpt;
15007
switch (
MK
) {
15039
NSAPI::NSSetMethodKind
MK
= *MKOpt;
15041
switch (
MK
) {
Completed in 44 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026