Displaying 1 result from an estimated 1 matches for "gentypedeclaration".
2009 Jan 02
0
[LLVMdev] TableGen crash
...case OptionType::Prefix:
O << Indent << "vec.push_back(\"" << Name << "\" + "
<< D.GenVariableName() << ");\n";
break;
case OptionType::PrefixList:
O << Indent << "for (" << D.GenTypeDeclaration()
<< "::iterator B = " << D.GenVariableName() << ".begin(),\n"
<< Indent << "E = " << D.GenVariableName() << ".end(); B != E; ++B)\n"
<< Indent << Indent1 << "vec.push_back(\&q...