OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EmptyKind
(Results
1 - 8
of
8
) sorted by null
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
Twine.h
88
EmptyKind
,
163
/// Construct a nullary twine; the kind must be NullKind or
EmptyKind
.
165
: LHSKind(Kind), RHSKind(
EmptyKind
) {
191
return getLHSKind() ==
EmptyKind
;
201
return getRHSKind() ==
EmptyKind
&& !isNullary();
206
return getLHSKind() != NullKind && getRHSKind() !=
EmptyKind
;
213
if (isNullary() && getRHSKind() !=
EmptyKind
)
221
if (getRHSKind() !=
EmptyKind
&& getLHSKind() ==
EmptyKind
)
253
/*implicit*/ Twine() : LHSKind(
EmptyKind
), RHSKind(EmptyKind)
[
all
...]
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Twine.h
89
EmptyKind
,
166
/// Construct a nullary twine; the kind must be NullKind or
EmptyKind
.
168
: LHSKind(Kind), RHSKind(
EmptyKind
) {
193
return getLHSKind() ==
EmptyKind
;
203
return getRHSKind() ==
EmptyKind
&& !isNullary();
208
return getLHSKind() != NullKind && getRHSKind() !=
EmptyKind
;
215
if (isNullary() && getRHSKind() !=
EmptyKind
)
223
if (getRHSKind() !=
EmptyKind
&& getLHSKind() ==
EmptyKind
)
255
/*implicit*/ Twine() : LHSKind(
EmptyKind
), RHSKind(EmptyKind)
[
all
...]
/external/llvm/include/llvm/ADT/
Twine.h
87
EmptyKind
,
162
/// Construct a nullary twine; the kind must be NullKind or
EmptyKind
.
164
: LHSKind(Kind), RHSKind(
EmptyKind
) {
193
return getLHSKind() ==
EmptyKind
;
203
return getRHSKind() ==
EmptyKind
&& !isNullary();
208
return getLHSKind() != NullKind && getRHSKind() !=
EmptyKind
;
215
if (isNullary() && getRHSKind() !=
EmptyKind
)
223
if (getRHSKind() !=
EmptyKind
&& getLHSKind() ==
EmptyKind
)
255
/*implicit*/ Twine() : LHSKind(
EmptyKind
), RHSKind(EmptyKind)
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
Twine.h
89
EmptyKind
,
164
NodeKind LHSKind =
EmptyKind
;
167
NodeKind RHSKind =
EmptyKind
;
169
/// Construct a nullary twine; the kind must be NullKind or
EmptyKind
.
195
return getLHSKind() ==
EmptyKind
;
205
return getRHSKind() ==
EmptyKind
&& !isNullary();
210
return getLHSKind() != NullKind && getRHSKind() !=
EmptyKind
;
217
if (isNullary() && getRHSKind() !=
EmptyKind
)
225
if (getRHSKind() !=
EmptyKind
&& getLHSKind() ==
EmptyKind
)
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
Twine.cpp
20
if (LHSKind == StdStringKind && RHSKind ==
EmptyKind
)
25
if (LHSKind == FormatvObjectKind && RHSKind ==
EmptyKind
)
62
case Twine::
EmptyKind
: break;
113
case Twine::
EmptyKind
:
/external/swiftshader/third_party/llvm-subzero/lib/Support/
Twine.cpp
19
if (LHSKind == StdStringKind && RHSKind ==
EmptyKind
)
24
if (LHSKind == FormatvObjectKind && RHSKind ==
EmptyKind
)
61
case Twine::
EmptyKind
: break;
112
case Twine::
EmptyKind
:
/external/llvm/lib/Support/
Twine.cpp
18
if (LHSKind == StdStringKind && RHSKind ==
EmptyKind
)
55
case Twine::
EmptyKind
: break;
103
case Twine::
EmptyKind
:
/external/swiftshader/third_party/LLVM/lib/Support/
Twine.cpp
18
if (LHSKind == StdStringKind && RHSKind ==
EmptyKind
)
62
case Twine::
EmptyKind
: break;
107
case Twine::
EmptyKind
:
Completed in 841 milliseconds