OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLHSKind
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Twine.h
162
/// LHSKind - The NodeKind of the left hand side, \see
getLHSKind
().
189
return
getLHSKind
() == NullKind;
194
return
getLHSKind
() == EmptyKind;
209
return
getLHSKind
() != NullKind && getRHSKind() != EmptyKind;
224
if (getRHSKind() != EmptyKind &&
getLHSKind
() == EmptyKind)
228
if (
getLHSKind
() == TwineKind &&
239
NodeKind
getLHSKind
() const { return LHSKind; }
409
switch (
getLHSKind
()) {
441
switch (
getLHSKind
()) {
507
NewLHSKind =
getLHSKind
();
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Support/
Twine.cpp
39
switch (
getLHSKind
()) {
164
printOneChild(OS, LHS,
getLHSKind
());
170
printOneChildRepr(OS, LHS,
getLHSKind
());
Completed in 15 milliseconds
Indexes created Tue Sep 08 00:25:21 UTC 2026