OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RecTyKind
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/TableGen/
Record.h
72
enum
RecTyKind
{
83
RecTyKind
Kind;
88
RecTyKind
getRecTyKind() const { return Kind; }
90
RecTy(
RecTyKind
K) : Kind(K), ListTy(0) {}
[
all
...]
/external/llvm/lib/TableGen/
Record.cpp
208
RecTyKind
kind = RHS->getRecTyKind();
234
RecTyKind
kind = RHS->getRecTyKind();
[
all
...]
Completed in 276 milliseconds