Home
last modified time | relevance | path

Searched refs:UNDERLINE (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/abc2program/tests/cpp_sources/
H A Dabc2program_test_utils.cpp178 auto res_end_pos = result.rfind(UNDERLINE); in ValidateLiteralArrayName()
179 auto exp_end_pos = expected.rfind(UNDERLINE); in ValidateLiteralArrayName()
/arkcompiler/runtime_core/abc2program/common/
H A Dabc_file_utils.h48 constexpr std::string_view UNDERLINE = "_"; member
H A Dabc2program_entity_container.cpp143 name << cur_record_name << UNDERLINE << literal_array_id; in GetLiteralArrayIdName()
/arkcompiler/runtime_core/abc2program/
H A Ddump_utils.cpp136 auto pos = literal_array_id_name.rfind(UNDERLINE); in GetLiteralArrayIdFromName()

Completed in 2 milliseconds