Searched refs:Type (Results 1 – 8 of 8) sorted by relevance
/DragonOS/kernel/crates/unified-init/macros/src/ |
H A D | lib.rs | 90 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 D | args.rs | 5 use syn::{Error, Ident, Path, Token, Type}; 62 pub ty: Type, 68 let ty: Type = input.parse()?; in parse()
|
H A D | item_impl.rs | 49 if let ImplItem::Type(assoc_ty) = item { in fully_bound_trait()
|
/DragonOS/user/sysconfig/etc/reach/system/ |
H A D | shell.service | 5 Type=simple key
|
/DragonOS/user/sysconfig/home/reach/system/ |
H A D | shell.service | 5 Type=simple key
|
/DragonOS/docs/kernel/debug/ |
H A D | debug-kernel-with-gdb.md | 48 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 D | README.md | 100 ### `castable_to!(Type => Trait1, Trait2)` 130 castable_to!(Type => [sync] Trait, Trait2);
|
/DragonOS/kernel/crates/rbpf/src/ |
H A D | cranelift.rs | 13 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
|