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
88
RecTyKind
getRecTyKind
() const { return Kind; }
148
return RT->
getRecTyKind
() == BitRecTyKind;
185
return RT->
getRecTyKind
() == BitsRecTyKind;
224
return RT->
getRecTyKind
() == IntRecTyKind;
261
return RT->
getRecTyKind
() == StringRecTyKind;
299
return RT->
getRecTyKind
() == ListRecTyKind;
337
return RT->
getRecTyKind
() == DagRecTyKind;
375
return RT->
getRecTyKind
() == RecordRecTyKind;
[
all
...]
/external/llvm/lib/TableGen/
Record.cpp
100
return Kind == RHS->
getRecTyKind
();
123
if(RecTy::baseClassOf(RHS) ||
getRecTyKind
() == IntRecTyKind)
208
RecTyKind kind = RHS->
getRecTyKind
();
234
RecTyKind kind = RHS->
getRecTyKind
();
[
all
...]
Completed in 53 milliseconds