OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TheKind
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/CodeGen/
ABIInfo.h
71
Kind
TheKind
;
80
:
TheKind
(K), TypeData(TD), PaddingType(P), UIntData(UI), BoolData0(B0),
84
ABIArgInfo() :
TheKind
(Direct), TypeData(0), UIntData(0) {}
104
Kind getKind() const { return
TheKind
; }
105
bool isDirect() const { return
TheKind
== Direct; }
106
bool isExtend() const { return
TheKind
== Extend; }
107
bool isIgnore() const { return
TheKind
== Ignore; }
108
bool isIndirect() const { return
TheKind
== Indirect; }
109
bool isExpand() const { return
TheKind
== Expand; }
112
return
TheKind
== Direct || TheKind == Extend
[
all
...]
TargetInfo.cpp
62
switch (
TheKind
) {
[
all
...]
Completed in 152 milliseconds