OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StringRecTy
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/TableGen/
TGParser.cpp
667
case tgtok::String: Lex.Lex(); return
StringRecTy
::get();
668
case tgtok::Code: Lex.Lex(); return
StringRecTy
::get();
830
StringRecTy
*SType = dyn_cast<
StringRecTy
>(LHSt->getType());
907
Type =
StringRecTy
::get();
[
all
...]
Record.cpp
86
StringRecTy
StringRecTy
::Shared;
136
std::string
StringRecTy
::getAsString() const {
462
if (isa<
StringRecTy
>(Ty))
620
if (isa<
StringRecTy
>(getType())) {
[
all
...]
/external/llvm/include/llvm/TableGen/
Record.h
136
///
StringRecTy
- 'string' - Represent an string value
138
class
StringRecTy
: public RecTy {
139
static
StringRecTy
Shared;
140
StringRecTy
() : RecTy(StringRecTyKind) {}
147
static
StringRecTy
*get() { return &Shared; }
551
: TypedInit(IK_StringInit,
StringRecTy
::get()), Value(V) {}
[
all
...]
Completed in 107 milliseconds