Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen/ir/
Dfunction.rs265 pub struct FunctionSig { struct
267 return_type: TypeId,
271 argument_types: Vec<(Option<String>, TypeId)>,
274 is_variadic: bool,
275 is_divergent: bool,
278 must_use: bool,
281 abi: ClangAbi,
400 impl FunctionSig { implementation
746 impl Trace for FunctionSig { implementation
Dobjc.rs217 signature: FunctionSig, in new()
245 pub fn signature(&self) -> &FunctionSig { in signature()
/third_party/node/deps/v8/src/wasm/
Dwasm-import-wrapper-cache.h25 using FunctionSig = Signature<ValueType>; variable
Dvalue-type.h628 using FunctionSig = Signature<ValueType>; variable
/third_party/node/deps/v8/src/objects/
Dshared-function-info.h49 using FunctionSig = Signature<ValueType>; variable
/third_party/node/deps/v8/src/compiler/
Dframe-states.h19 using FunctionSig = Signature<ValueType>; variable
Dwasm-compiler.cc6863 bool QualifiesForFastTransform(const wasm::FunctionSig*) { in QualifiesForFastTransform()
/third_party/rust/crates/bindgen/bindgen/codegen/
Dhelpers.rs290 signature: &FunctionSig, in arguments_from_signature()
Dmod.rs3975 impl TryToRustTy for FunctionSig { implementation
4915 sig: &FunctionSig, in fnsig_return_ty_internal()
4954 sig: &FunctionSig, in fnsig_return_ty()
4961 sig: &FunctionSig, in fnsig_arguments()
5034 sig: &FunctionSig, in fnsig_argument_identifiers()
5063 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