OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BitRecTy
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/TableGen/
Record.cpp
84
BitRecTy
BitRecTy
::Shared;
102
bool
BitRecTy
::typeIsConvertibleTo(const RecTy *RHS) const{
243
if (isa<
BitRecTy
>(Ty))
288
if (isa<
BitRecTy
>(Ty)) {
418
if (isa<
BitRecTy
>(Ty)) {
601
if (getType() ==
BitRecTy
::get())
[
all
...]
TGParser.cpp
669
case tgtok::Bit: Lex.Lex(); return
BitRecTy
::get();
900
case tgtok::XEq: Code = BinOpInit::EQ; Type =
BitRecTy
::get(); break;
1033
MHSTy =
BitRecTy
::get();
[
all
...]
/external/llvm/include/llvm/TableGen/
Record.h
80
///
BitRecTy
- 'bit' - Represent a single bit
82
class
BitRecTy
: public RecTy {
83
static
BitRecTy
Shared;
84
BitRecTy
() : RecTy(BitRecTyKind) {}
91
static
BitRecTy
*get() { return &Shared; }
[
all
...]
Completed in 147 milliseconds