Searched defs:const_param (Results 1 – 7 of 7) sorted by relevance
6 fn const_param<const N: usize>() -> [u8; N + 1] { in const_param() function
92 auto const_param = const_op->mutable_loadconstantnd(); in SetConstInput() local
73 fn const_param(p: &mut Parser<'_>, m: Marker) { in const_param() function
87 let const_param = ty::Const::new_param(tcx, param, expr.ty); in as_constant_inner() localVariable
266 pub fn const_param(&'tcx self, param: &ParamConst, tcx: TyCtxt<'tcx>) -> &GenericParamDef { in const_param() method
89 pub fn const_param(&self) -> Option<&ConstParamData> { in const_param() method
2099 PyObject *const_param = const_op ? const_op->GetObject() : nullptr; in JudgeDTypeChangePass() local