OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getRecTyKind
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/TableGen/
Record.h
58
RecTyKind
getRecTyKind
() const { return Kind; }
88
return RT->
getRecTyKind
() == BitRecTyKind;
106
return RT->
getRecTyKind
() == BitsRecTyKind;
126
return RT->
getRecTyKind
() == IntRecTyKind;
144
return RT->
getRecTyKind
() == StringRecTyKind;
162
return RT->
getRecTyKind
() == ListRecTyKind;
181
return RT->
getRecTyKind
() == DagRecTyKind;
199
return RT->
getRecTyKind
() == RecordRecTyKind;
[
all
...]
/external/llvm/lib/TableGen/
Record.cpp
99
return Kind == RHS->
getRecTyKind
();
103
if (RecTy::typeIsConvertibleTo(RHS) || RHS->
getRecTyKind
() == IntRecTyKind)
127
RecTyKind kind = RHS->
getRecTyKind
();
132
RecTyKind kind = RHS->
getRecTyKind
();
[
all
...]
Completed in 405 milliseconds