Home
last modified time | relevance | path

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

/scripts/
Drustdoc_test_builder.rs22 let mut body = String::new(); in main() localVariable
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() localVariable
61 let body = body.replace( in main() localVariable
71 std::fs::write(path, body.as_bytes()).unwrap(); in main()
Drustdoc_test_gen.rs123 let mut body = String::new(); in main() localVariable
155 body.clear(); in main()
156 File::open(path).unwrap().read_to_string(&mut body).unwrap(); in main()
159 let body_offset = body in main()
/scripts/gcc-plugins/
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()
315 if (GET_CODE(body) != SYMBOL_REF) in remove_stack_tracking_gcall()
318 if (SYMBOL_REF_DECL(body) != track_function_decl) in remove_stack_tracking_gcall()
[all …]
Darm_ssp_per_task_plugin.c15 rtx body; in arm_pertask_ssp_rtl_execute() local
23 body = PATTERN(insn); in arm_pertask_ssp_rtl_execute()
24 if (GET_CODE(body) != SET || in arm_pertask_ssp_rtl_execute()
25 GET_CODE(SET_SRC(body)) != SYMBOL_REF) in arm_pertask_ssp_rtl_execute()
27 sym = XSTR(SET_SRC(body), 0); in arm_pertask_ssp_rtl_execute()
39 SET_SRC(body) = gen_rtx_PLUS(Pmode, current, in arm_pertask_ssp_rtl_execute()
/scripts/genksyms/
Dparse.y45 struct string_list **body, in record_compound() argument
48 struct string_list *b = *body, *i = *ident, *r; in record_compound()
53 remove_list(body, ident); in record_compound()
57 r->next = (*keyw)->next; *body = r; (*keyw)->next = NULL; in record_compound()
/scripts/coccinelle/misc/
Dminmax.cocci5 /// Warnings/patches scope intentionally limited to a function body.