Searched refs:encode_value (Results 1 – 1 of 1) sorted by relevance
/llvm-project/clang/tools/scan-build-py/lib/libscanbuild/ |
H A D | report.py | 516 encode_value(bug, "bug_line", int) 517 encode_value(bug, "bug_path_length", int) 589 encode_value(bug, "bug_file", lambda x: escape(chop(prefix, x))) 590 encode_value(bug, "bug_category", escape) 591 encode_value(bug, "bug_type", escape) 592 encode_value(bug, "report_file", lambda x: escape(chop(output_dir, x))) 602 encode_value(crash, "source", lambda x: escape(chop(prefix, x))) 603 encode_value(crash, "problem", escape) 604 encode_value(crash, "file", lambda x: escape(chop(output_dir, x))) 605 encode_value(crash, "info", lambda x: escape(chop(output_dir, x))) [all …]
|