Home
last modified time | relevance | path

Searched refs:dump_line (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/utils/analyzer/
Dexploded-graph-rewriter.py734 def dump_line(l, is_added=None): function
740 dump_line('<i>%s</i>:' % chk, is_added)
747 dump_line(l, False)
751 dump_line(l[1:], l.startswith('+'))
755 dump_line(l, True)
760 dump_line(l)
/external/igt-gpu-tools/tests/
Dprime_nv_pcopy.c507 static void dump_line(uint8_t *map) in dump_line() function
531 dump_line(m); in check1_micro()