Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/clippy/tests/ui/
Dwrong_self_convention.rs13 fn is_i32(self) {} in is_i32() method
38 fn is_i32(self) {} in is_i32() method
98 fn is_i32(self) {} in is_i32() method
122 fn is_i32(self); in is_i32() method
146 fn is_i32(self); in is_i32() method
/third_party/rust/rust/compiler/rustc_codegen_gcc/src/
Dcommon.rs372 fn is_i32(&self, cx: &CodegenCx<'gcc, 'tcx>) -> bool; in is_i32() method
442 fn is_i32(&self, cx: &CodegenCx<'gcc, 'tcx>) -> bool { in is_i32() method
/third_party/skia/third_party/externals/tint/src/resolver/
Dresolver.cc745 bool is_i32 = ty->UnwrapRef()->Is<sem::I32>(); in WorkgroupSize() local