OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:defprototypes
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/TableGen/
TGParser.cpp
220
int newDefStart = CurMC->
DefPrototypes
.size();
223
for (MultiClass::RecordVector::const_iterator i = SMC->
DefPrototypes
.begin(),
224
iend = SMC->
DefPrototypes
.end();
235
CurMC->
DefPrototypes
.push_back(NewDef);
266
CurMC->
DefPrototypes
.begin() + newDefStart,
267
jend = CurMC->
DefPrototypes
.end();
[
all
...]
Record.cpp
[
all
...]
/external/llvm/include/llvm/TableGen/
Record.h
[
all
...]
Completed in 130 milliseconds