Home
last modified time | relevance | path

Searched defs:const_param (Results 1 – 7 of 7) sorted by relevance

/third_party/rust/rust/tests/ui/const-generics/issues/
Dissue-76701-ty-param-in-const.rs6 fn const_param<const N: usize>() -> [u8; N + 1] { in const_param() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/delegate/coreml/op/
Dcoreml_op.cc92 auto const_param = const_op->mutable_loadconstantnd(); in SetConstInput() local
/third_party/rust/rust/src/tools/rust-analyzer/crates/parser/src/grammar/
Dgeneric_params.rs73 fn const_param(p: &mut Parser<'_>, m: Marker) { in const_param() function
/third_party/rust/rust/compiler/rustc_mir_build/src/build/expr/
Das_constant.rs87 let const_param = ty::Const::new_param(tcx, param, expr.ty); in as_constant_inner() localVariable
/third_party/rust/rust/compiler/rustc_middle/src/ty/
Dgenerics.rs266 pub fn const_param(&'tcx self, param: &ParamConst, tcx: TyCtxt<'tcx>) -> &GenericParamDef { in const_param() method
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/
Dgenerics.rs89 pub fn const_param(&self) -> Option<&ConstParamData> { in const_param() method
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_guard/
Dtrace.cc2099 PyObject *const_param = const_op ? const_op->GetObject() : nullptr; in JudgeDTypeChangePass() local