Home
last modified time | relevance | path

Searched refs:Type (Results 1 – 8 of 8) sorted by relevance

/DragonOS/kernel/crates/unified-init/macros/src/
H A Dlib.rs90 if let syn::ReturnType::Type(_, ty) = &function.sig.output { in check_function_signature()
94 let output_type: syn::Type = syn::parse2(ty.clone().into_token_stream())?; in check_function_signature()
97 if let syn::Type::Path(type_path) = output_type { in check_function_signature()
111 if let syn::GenericArgument::Type(type_arg) = generic_args.args.first().unwrap() in check_function_signature()
113 if let syn::Type::Tuple(tuple) = type_arg { in check_function_signature()
128 if let syn::GenericArgument::Type(type_arg) = generic_args.args.last().unwrap() in check_function_signature()
130 if let syn::Type::Path(type_path) = type_arg { in check_function_signature()
/DragonOS/kernel/crates/intertrait/macros/src/
H A Dargs.rs5 use syn::{Error, Ident, Path, Token, Type};
62 pub ty: Type,
68 let ty: Type = input.parse()?; in parse()
H A Ditem_impl.rs49 if let ImplItem::Type(assoc_ty) = item { in fully_bound_trait()
/DragonOS/user/sysconfig/etc/reach/system/
H A Dshell.service5 Type=simple key
/DragonOS/user/sysconfig/home/reach/system/
H A Dshell.service5 Type=simple key
/DragonOS/docs/kernel/debug/
H A Ddebug-kernel-with-gdb.md48 Type "show copying" and "show warranty" for details.
50 Type "show configuration" for configuration details.
56 --Type <RET> for more, q to quit, c to continue without paging--
73 Type "apropos word" to search for commands related to "word".
88 Type "apropos word" to search for commands related to "word".
149 Num Type Disp Enb Address What
/DragonOS/kernel/crates/intertrait/
H A DREADME.md100 ### `castable_to!(Type => Trait1, Trait2)`
130 castable_to!(Type => [sync] Trait, Trait2);
/DragonOS/kernel/crates/rbpf/src/
H A Dcranelift.rs13 SourceLoc, StackSlotData, StackSlotKind, TrapCode, Type, UserFuncName, Value,
593 let ty: Type = match insn.imm { in translate_program()
981 fn reg_load(&mut self, bcx: &mut FunctionBuilder, ty: Type, base: Value, offset: i16) -> Value { in reg_load() argument
992 ty: Type, in reg_store() argument
1012 ty: Type, in insert_bounds_check() argument