OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProcessForeachDefs
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/TableGen/
TGParser.h
126
bool
ProcessForeachDefs
(Record *CurRec, SMLoc Loc);
127
bool
ProcessForeachDefs
(Record *CurRec, SMLoc Loc, IterSet &IterVals);
TGParser.cpp
294
///
ProcessForeachDefs
- Given a record, apply all of the variable
297
bool TGParser::
ProcessForeachDefs
(Record *CurRec, SMLoc Loc) {
305
return
ProcessForeachDefs
(CurRec, Loc, IterVals);
308
///
ProcessForeachDefs
- Given a record, a loop and a loop iterator,
311
bool TGParser::
ProcessForeachDefs
(Record *CurRec, SMLoc Loc, IterSet &IterVals){
326
if (
ProcessForeachDefs
(CurRec, Loc, IterVals))
[
all
...]
Completed in 92 milliseconds