Searched defs:impl_type (Results 1 – 9 of 9) sorted by relevance
45 void InferValueCallback::RegImpl(const std::string &impl_type, const InferValueFunc &func) { in RegImpl()74 InferValueImplRegister::InferValueImplRegister(const std::string &impl_type, const InferValueFunc &… in InferValueImplRegister()
110 #define INFER_VALUE_IMPL_REGISTER(impl_type, func) \ argument
134 pub(crate) fn impl_type(p: &mut Parser<'_>) { in impl_type() function
85 std::string impl_type; member in SPIRV_CROSS_NAMESPACE::CompilerCPP
36 let mut impl_type = FxHashSet::default(); in get_missing_assoc_items() localVariable
448 def _add_feature(self, fea, impl_type, inc=''): argument
683 let impl_type = if impl_id.lookup(db.upcast()).container.krate() == krate { in impl_def_datum() localVariable
786 let impl_type = trait_ref.skip_binder().self_ty(); in trait_impls_for() localVariable
1298 let impl_type = Some(impl_type_name(&as_impl)?); in find_non_trait_impl() localVariable