Lines Matching refs:std
65 static std::set<std::string>& features = *new std::set<std::string>();
66 static std::set<std::string>& all_available_features =
67 *new std::set<std::string>({"iesan3", "zarch", "stfle", "msa", "ldisp",
377 std::unique_ptr<AssemblerBuffer> buffer)
378 : AssemblerBase(options, std::move(buffer)), scratch_register_list_({ip}) {
761 int new_size = std::min(2 * old_size, old_size + 1 * MB);
772 std::unique_ptr<AssemblerBuffer> new_buffer = buffer_->Grow(new_size);
785 buffer_ = std::move(new_buffer);
853 for (std::vector<DeferredRelocInfo>::iterator it = relocations_.begin();