Home
last modified time | relevance | path

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

/third_party/rust/rust/tests/ui/const-generics/generic_const_exprs/
Dnested_uneval_unification-1.rs5 fn zero_init<const N: usize>() -> Substs1<N> in zero_init() function
Dnested_uneval_unification-2.rs5 fn zero_init<const N: usize>() -> Substs1<{{ N }}> in zero_init() function
/third_party/skia/third_party/externals/tint/src/transform/
Dzero_init_workgroup_memory.cc279 auto* zero_init = b.Construct(CreateASTTypeFor(ctx, ty)); in BuildZeroingStatements() local
286 auto* zero_init = b.Construct(CreateASTTypeFor(ctx, atomic->Type())); in BuildZeroingStatements() local
/third_party/rust/rust/src/tools/miri/src/shims/windows/
Dforeign_items.rs147 let zero_init = (flags & heap_zero_memory) == heap_zero_memory; in emulate_foreign_item_by_name() localVariable
/third_party/mesa3d/src/compiler/glsl/
Dglsl_parser_extras.h405 uint32_t zero_init; member