reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1343 for (unsigned I = 0; I < getNumParams(); ++I) { 1343 for (unsigned I = 0; I < getNumParams(); ++I) { 1346 if (hasImmediate() && Proto[I+1] == 'i') 1350 if (getParamType(I).isPointer()) 1353 std::string Name = "p" + utostr(I); 1358 std::string NewName = "s" + utostr(I);