Home
last modified time | relevance | path

Searched refs:body (Results 1 – 5 of 5) sorted by relevance

/scripts/
A Drustdoc_test_builder.rs22 let mut body = String::new(); in main() variables
23 stdin.read_to_string(&mut body).unwrap(); in main()
35 let rustdoc_function_name = body in main()
51 let body = body.replace( in main()
63 let body = body.replace( in main()
73 std::fs::write(path, body.as_bytes()).unwrap(); in main()
A Drustdoc_test_gen.rs124 let mut body = String::new(); in main() variables
156 body.clear(); in main()
157 File::open(path).unwrap().read_to_string(&mut body).unwrap(); in main()
160 let body_offset = body in main()
/scripts/gcc-plugins/
A Dstackleak_plugin.c284 rtx body; in remove_stack_tracking_gcall() local
297 body = PATTERN(insn); in remove_stack_tracking_gcall()
299 if (GET_CODE(body) == PARALLEL) in remove_stack_tracking_gcall()
300 body = XVECEXP(body, 0, 0); in remove_stack_tracking_gcall()
302 if (GET_CODE(body) != CALL) in remove_stack_tracking_gcall()
310 body = XEXP(body, 0); in remove_stack_tracking_gcall()
311 if (GET_CODE(body) != MEM) in remove_stack_tracking_gcall()
314 body = XEXP(body, 0); in remove_stack_tracking_gcall()
354 rtx body; in remove_stack_tracking_gasm() local
367 body = PATTERN(insn); in remove_stack_tracking_gasm()
[all …]
/scripts/genksyms/
A Dparse.y46 struct string_list **body, in record_compound() argument
49 struct string_list *b = *body, *i = *ident, *r; in record_compound()
54 remove_list(body, ident); in record_compound()
58 r->next = (*keyw)->next; *body = r; (*keyw)->next = NULL; in record_compound()
/scripts/coccinelle/misc/
A Dminmax.cocci5 /// Warnings/patches scope intentionally limited to a function body.

Completed in 6 milliseconds