Home
last modified time | relevance | path

Searched refs:comment_string (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/utils/UpdateTestChecks/
Dcommon.py630 def dump_input_lines(output_lines, test_info, prefix_set, comment_string): argument
634 if line.strip() == comment_string:
636 if line.lstrip().startswith(comment_string):
643 comment_string, check_generator): argument
651 output_lines.append(comment_string)
/external/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
DDisassemblerLLVMC.cpp219 std::string comment_string; in CalculateMnemonicOperandsAndComment() local
261 mc_disasm_ptr->PrintMCInst(inst, out_string, comment_string); in CalculateMnemonicOperandsAndComment()
263 if (!comment_string.empty()) { in CalculateMnemonicOperandsAndComment()
264 AppendComment(comment_string); in CalculateMnemonicOperandsAndComment()
/external/python/cpython3/Doc/library/
Dstdtypes.rst2089 >>> comment_string = '#....... Section 3.2.1 Issue #32 .......'
2090 >>> comment_string.strip('.#! ')