OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ParseIDValue
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/TableGen/
TGParser.cpp
706
///
ParseIDValue
- This is just like
ParseIDValue
above, but it assumes the ID
708
Init *TGParser::
ParseIDValue
(Record *CurRec,
[
all
...]
/external/swiftshader/third_party/LLVM/lib/TableGen/
TGParser.cpp
628
///
ParseIDValue
- Parse an ID as a value and decode what it means.
636
Init *TGParser::
ParseIDValue
(Record *CurRec) {
637
assert(Lex.getCode() == tgtok::Id && "Expected ID in
ParseIDValue
");
641
return
ParseIDValue
(CurRec, Name, Loc);
644
///
ParseIDValue
- This is just like
ParseIDValue
above, but it assumes the ID
646
Init *TGParser::
ParseIDValue
(Record *CurRec,
1074
return
ParseIDValue
(CurRec, Name, NameLoc); // Value ::= IDValue
[
all
...]
Completed in 54 milliseconds