Home | History | Annotate | Download | only in CppBackend

Lines Matching refs:utostr

183     return "int" + utostr(cast<IntegerType>(Ty)->getBitWidth()) + "_";
371 return "IntegerType::get(mod->getContext(), " + utostr(BitWidth) + ")";
409 name = utostr(uniqueNum++);
439 name = std::string("arg_") + utostr(argNum);
442 name += std::string("_") + utostr(uniqueNum++);
454 name += utostr(uniqueNum++);
458 name += std::string("_") + utostr(uniqueNum++);
636 << ", " << utostr(AT->getNumElements()) << ");";
649 << ", " << utostr(PT->getAddressSpace()) << ");";
662 << ", " << utostr(PT->getNumElements()) << ");";
1019 Out << "->setAlignment(" << utostr(GV->getAlignment()) << ");";
1061 std::string result(std::string("fwdref_") + utostr(uniqueNum++));