Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen/ir/
Dmod.rs23 pub(crate) mod traversal; module
Dcontext.rs501 traversal: ItemTraversal<'ctx, ItemSet, Vec<ItemId>>, field
/third_party/gn/src/gn/
Dcommand_clean.cc54 base::FileEnumerator traversal( in CleanOneDir() local
/third_party/rust/rust/compiler/rustc_mir_transform/src/coverage/
Dtests.rs632 let mut traversal = graph::TraverseCoverageGraphWithLoops::new(&basic_coverage_blocks); in test_traverse_coverage_with_loops() localVariable
Dcounters.rs164 let mut traversal = TraverseCoverageGraphWithLoops::new(&self.basic_coverage_blocks); in make_bcb_counters() localVariable
/third_party/python/Lib/lib2to3/
Drefactor.py469 def traverse_by(self, fixers, traversal): argument
/third_party/gn/src/base/files/
Dfile_util_win.cc59 FileEnumerator traversal(path, false, in DeleteFileRecursive() local
Dfile_util_posix.cc188 FileEnumerator traversal(path, true, in DeleteFile() local
/third_party/mesa3d/src/amd/vulkan/
Dradv_rmv.c846 struct radv_shader *traversal = pipeline->base.base.shaders[MESA_SHADER_INTERSECTION]; in radv_rmv_log_rt_pipeline_create() local
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_ray_tracing_pipeline.c290 struct lvp_ray_traversal_state traversal; member
/third_party/rust/rust/compiler/rustc_middle/src/mir/
Dmod.rs62 pub mod traversal; module