OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getRecTyKind
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
Record.h
78
RecTyKind
getRecTyKind
() const { return Kind; }
109
return RT->
getRecTyKind
() == BitRecTyKind;
127
return RT->
getRecTyKind
() == BitsRecTyKind;
149
return RT->
getRecTyKind
() == IntRecTyKind;
167
return RT->
getRecTyKind
() == StringRecTyKind;
188
return RT->
getRecTyKind
() == ListRecTyKind;
209
return RT->
getRecTyKind
() == DagRecTyKind;
238
return RT->
getRecTyKind
() == RecordRecTyKind;
/src/external/apache2/llvm/dist/llvm/lib/TableGen/
Record.cpp
67
return Kind == RHS->
getRecTyKind
();
73
if (RecTy::typeIsConvertibleTo(RHS) || RHS->
getRecTyKind
() == IntRecTyKind)
97
RecTyKind kind = RHS->
getRecTyKind
();
108
RecTyKind kind = RHS->
getRecTyKind
();
117
RecTyKind Kind = RHS->
getRecTyKind
();
Completed in 34 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026