Searched refs:StrUintMapIter (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp54 typedef std::map<std::string, unsigned>::iterator StrUintMapIter; typedef in class:__anon3884::InstrInfoEmitter
217 StrUintMapIter I = Operands.find(Info.Name);
259 for (StrUintMapIter i = Operands.begin(), e = Operands.end(); i != e; ++i)

Completed in 48 milliseconds