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
43
enum
RecTyKind
{
54
RecTyKind
Kind;
58
RecTyKind
getRecTyKind() const { return Kind; }
60
RecTy(
RecTyKind
K) : Kind(K) {}
[
all
...]
/external/llvm/lib/TableGen/
Record.cpp
127
RecTyKind
kind = RHS->getRecTyKind();
132
RecTyKind
kind = RHS->getRecTyKind();
[
all
...]
Completed in 144 milliseconds