Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:pos

369       std::string::size_type pos = typeName.find("unsigned");
370 if (pos != std::string::npos)
371 typeName.erase(pos+1, 8);
390 std::string::size_type pos = typeName.find("unsigned");
391 if (pos != std::string::npos)
392 typeName.erase(pos+1, 8);