Home
last modified time | relevance | path

Searched defs:common_prefix (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/utils/
H A Dupdate_mca_test_checks.py102 def _break_down_block(block_info, common_prefix): argument
248 def _get_block_infos(run_infos, test_path, args, common_prefix): # noqa argument
387 def _write_block(output, block, not_prefix_set, common_prefix, prefix_pad): argument
435 common_prefix, argument
/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp285 std::string common_prefix = lldb_matches.LongestCommonPrefix(); in HandleCompletionWithDescriptions() local