| /third_party/rust/rust/src/tools/miri/tests/fail/both_borrows/ |
| D | load_invalid_shr.rs | 10 let xref = unsafe { &*xraw }; in main() localVariable
|
| D | illegal_write1.rs | 6 let xref = &*target; in main() localVariable
|
| D | pass_invalid_shr.rs | 10 let xref = unsafe { &*xraw }; in main() localVariable
|
| D | invalidate_against_protector2.rs | 16 let xref = unsafe { &*xraw }; in main() localVariable
|
| D | illegal_write5.rs | 10 let xref = unsafe { &mut *xraw }; in main() localVariable
|
| D | aliasing_mut3.rs | 13 let xref = &mut x; in main() localVariable
|
| D | aliasing_mut4.rs | 16 let xref = &mut x; in main() localVariable
|
| D | aliasing_mut2.rs | 13 let xref = &mut x; in main() localVariable
|
| /third_party/rust/rust/src/tools/miri/tests/fail/stacked_borrows/ |
| D | load_invalid_mut.rs | 8 let xref = unsafe { &mut *xraw }; in main() localVariable
|
| D | pass_invalid_mut.rs | 7 let xref = unsafe { &mut *xraw }; in main() localVariable
|
| D | illegal_read5.rs | 12 let xref: &mut i32 = &mut *refmut; in main() localVariable
|
| D | track_caller.rs | 8 let xref = unsafe { &mut *xraw }; // derived from raw, so using raw is still ok... in main() localVariable
|
| D | invalidate_against_protector1.rs | 11 let xref = unsafe { &mut *xraw }; in main() localVariable
|
| D | illegal_read1.rs | 8 let xref = unsafe { &mut *xraw }; // derived from raw, so using raw is still ok... in main() localVariable
|
| D | illegal_read2.rs | 8 let xref = unsafe { &mut *xraw }; // derived from raw, so using raw is still ok... in main() localVariable
|
| /third_party/rust/rust/src/tools/miri/tests/fail/tree_borrows/ |
| D | pass_invalid_mut.rs | 16 let xref = unsafe { &mut *xraw }; in main() localVariable
|
| /third_party/rust/rust/src/tools/miri/tests/pass/stacked-borrows/ |
| D | int-to-ptr.rs | 10 let xref = &mut x; in ref_raw_int_raw() localVariable
|
| D | stacked-borrows.rs | 52 let xref = &mut x; in mut_raw_then_mut_shr() localVariable 65 let xref = &mut 2; in mut_shr_then_mut_raw() localVariable
|
| /third_party/cups-filters/filter/ |
| D | pdfutils.h | 23 long *xref; member
|
| /third_party/rust/rust/src/tools/miri/tests/pass/tree_borrows/ |
| D | sb_fails.rs | 39 let xref = unsafe { &mut *xraw }; in main() localVariable
|
| D | tree-borrows.rs | 94 let xref = &mut x; in mut_raw_then_mut_shr() localVariable 107 let xref = &mut 2; in mut_shr_then_mut_raw() localVariable
|
| /third_party/cups-filters/fontembed/ |
| D | test_pdf.c | 94 int xref[100],xrefpos=3; in main() local
|
| /third_party/rust/rust/src/tools/clippy/tests/ui/ |
| D | map_unwrap_or.rs | 130 let xref = &x; in v3() localVariable
|
| /third_party/rust/rust/tests/mir-opt/ |
| D | reference_prop.rs | 510 let xref = &mut x; in mut_raw_then_mut_shr() localVariable
|