Home
last modified time | relevance | path

Searched refs:space_buf (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/
H A Dpass_manager_statistics.cpp41 char space_buf[BUF_SIZE]; in PrintStatistics() local
42 std::fill(space_buf, space_buf + BUF_SIZE, ' '); in PrintStatistics()
54 space_buf[indent] = 0; in PrintStatistics()
55 out << std::setw(OFFSET_ID) << std::right << index << space_buf << " " << std::left in PrintStatistics()
59 space_buf[indent] = ' '; in PrintStatistics()
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Ddump.cpp411 static std::array<char, ALIGN_BUF_SIZE + 1> space_buf; in Dump() local
412 if (space_buf[0] != ' ') { in Dump()
413 std::fill(space_buf.begin(), space_buf.end(), ' '); in Dump()
415 space_buf[pos_diff] = 0; in Dump()
416 (*out) << space_buf.data(); in Dump()
417 space_buf[pos_diff] = ' '; in Dump()

Completed in 2 milliseconds