Searched refs:push (Results 1 – 3 of 3) sorted by relevance
| /scripts/ |
| D | generate_rust_target.rs | 111 fn push(&mut self, key: &str, value: impl Into<Value>) { in push() method 112 self.0.push((key.to_string(), value.into())); in push() 196 ts.push("arch", "x86_64"); in main() 198 ts.push("rustc-abi", "x86-softfloat"); in main() 200 ts.push( in main() 223 ts.push("features", features); in main() 224 ts.push("llvm-target", "x86_64-linux-gnu"); in main() 225 ts.push("supported-sanitizers", ["kcfi", "kernel-address"]); in main() 227 ts.push("target-pointer-width", 64); in main() 229 ts.push("target-pointer-width", "64"); in main() [all …]
|
| D | checkstack.pl | 119 my $regex = qr/.*push.*fp, ip, lr, pc}/o;
|
| D | rustdoc_test_gen.rs | 70 valid_paths.push( in find_real_path()
|