Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen/
Dclang.rs1867 fn print_indent<S: AsRef<str>>(depth: isize, s: S) { in ast_dump() function
1876 print_indent( in ast_dump()
1880 print_indent( in ast_dump()
1884 print_indent(depth, format!(" {}location = {}", prefix, c.location())); in ast_dump()
1885 print_indent( in ast_dump()
1889 print_indent( in ast_dump()
1893 print_indent( in ast_dump()
1904 print_indent( in ast_dump()
1914 print_indent(depth, format!(" {}usr = \"{}\"", prefix, usr)); in ast_dump()
1917 print_indent(depth, format!(" {}number-of-args = {}", prefix, num)); in ast_dump()
[all …]
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_asm.c2161 static int print_indent(int p, int c) in print_indent() function
2245 o += print_indent(o, 43); in r600_bytecode_disasm()
2251 o += print_indent(o, 55); in r600_bytecode_disasm()
2256 o += print_indent(o, 55); in r600_bytecode_disasm()
2265 print_indent(o, 67); in r600_bytecode_disasm()
2281 o += print_indent(o, 43); in r600_bytecode_disasm()
2295 o += print_indent(o, 55); in r600_bytecode_disasm()
2300 o += print_indent(o, 55); in r600_bytecode_disasm()
2314 o += print_indent(o, 67); in r600_bytecode_disasm()
2369 o += print_indent(o,60); in r600_bytecode_disasm()
[all …]