Home
last modified time | relevance | path

Searched defs:FunctionSig (Results 1 – 5 of 5) sorted by relevance

/third_party/rust/crates/bindgen/bindgen/ir/
Dfunction.rs273 pub(crate) struct FunctionSig { struct
275 name: String,
278 return_type: TypeId,
282 argument_types: Vec<(Option<String>, TypeId)>,
285 is_variadic: bool,
286 is_divergent: bool,
289 must_use: bool,
292 abi: ClangAbi,
413 impl FunctionSig { implementation
826 impl Trace for FunctionSig { implementation
Dobjc.rs217 signature: FunctionSig, in new()
239 pub(crate) fn signature(&self) -> &FunctionSig { in signature()
/third_party/rust/crates/bindgen/bindgen/codegen/
Dhelpers.rs362 signature: &FunctionSig, in arguments_from_signature()
Dmod.rs4325 impl TryToRustTy for FunctionSig { implementation
4999 signature: &FunctionSig, in wrap_as_variadic_fn()
5388 sig: &FunctionSig, in fnsig_return_ty_internal()
5412 sig: &FunctionSig, in fnsig_return_ty()
5506 sig: &FunctionSig, in fnsig_arguments()
5517 sig: &FunctionSig, in fnsig_argument_identifiers()
5546 sig: &FunctionSig, in fnsig_block()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h255 FunctionSig, enumerator