Searched refs:body (Results 1 – 5 of 5) sorted by relevance
22 let mut body = String::new(); in main() variables23 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()
124 let mut body = String::new(); in main() variables156 body.clear(); in main()157 File::open(path).unwrap().read_to_string(&mut body).unwrap(); in main()160 let body_offset = body in main()
284 rtx body; in remove_stack_tracking_gcall() local297 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() local367 body = PATTERN(insn); in remove_stack_tracking_gasm()[all …]
46 struct string_list **body, in record_compound() argument49 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()
5 /// Warnings/patches scope intentionally limited to a function body.
Completed in 6 milliseconds