Home
last modified time | relevance | path

Searched defs:new_patches (Results 1 – 1 of 1) sorted by relevance

/external/toolchain-utils/llvm_tools/patch_sync/src/
Dpatch_parsing.rs101 let mut new_patches = Vec::new(); in subtract() localVariable
269 pub fn new_patches( in new_patches() function
278 let new_patches: PatchCollection = { in new_patches() localVariable
286 let new_patches = new_patches.map_patches(|p| { in new_patches() localVariable