Home
last modified time | relevance | path

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

/third_party/spirv-tools/source/opt/
Dstrip_nonsemantic_info_pass.cpp29 std::vector<Instruction*> to_remove; in Process() local
/third_party/curl/tests/unit/
Dunit1300.c62 struct Curl_llist_element *to_remove; variable
/third_party/libabigail/tests/data/test-diff-dwarf/
Dtest40-v0.c9 int to_remove; member
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dstrip_reflect_info_pass.cpp29 std::vector<Instruction*> to_remove; in Process() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dstrip_reflect_info_pass.cpp29 std::vector<Instruction*> to_remove; in Process() local
/third_party/rust/rust/compiler/rustc_mir_transform/src/
Dremove_uninit_drops.rs38 let mut to_remove = vec![]; in run_pass() localVariable
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_cache.c90 int to_remove = (max_size < max_entries) * max_entries/4; in sanitize_cb() local
Dcso_context.c176 int to_remove = (max_size < max_entries) * max_entries/4; in sanitize_hash() local
/third_party/grpc/src/core/lib/channel/
Dchannel_args.cc379 const grpc_channel_args* src, const char** to_remove, in grpc_channel_args_copy_and_remove()
385 static bool should_remove_arg(const grpc_arg* arg, const char** to_remove, in should_remove_arg()
394 const grpc_channel_args* src, const char** to_remove, size_t num_to_remove, in grpc_channel_args_copy_and_add_and_remove()
/third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/tests/
Dsourcegen_ast.rs743 let mut to_remove = Vec::new(); in extract_enums() localVariable
810 let mut to_remove = Vec::new(); in extract_struct_trait() localVariable
/third_party/rust/rust/compiler/rustc_resolve/src/
Dcheck_unused.rs226 let mut to_remove = Vec::new(); in calc_unused_spans() localVariable
/third_party/gn/src/gn/
Dscope.cc186 std::vector<std::string_view> to_remove; in RemovePrivateIdentifiers() local
Doperators.cc261 const Value& to_remove, in RemoveMatchesFromList()
/third_party/libabigail/src/
Dabg-ir-priv.h837 pointer_set to_remove; in confirm_ct_propagation_for_types_dependant_on() local
1012 pointer_set to_remove; in cancel_ct_propagation_for_types_dependant_on() local
/third_party/rust/rust/compiler/rustc_passes/src/
Dcheck_attr.rs2394 let to_remove = entry.insert(attr.span); in check_duplicates() localVariable
2422 let to_remove = entry.insert(attr.span); in check_duplicates() localVariable
/third_party/ncurses/progs/
Dtic.c65 static const char *to_remove; variable
/third_party/rust/rust/compiler/rustc_parse/src/
Derrors.rs1301 pub to_remove: Option<Span>, field