MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / is_varargs

Method is_varargs

cranelift/codegen/meta/src/cdsl/operands.rs:63–65  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

61 }
62
63 pub fn is_varargs(&self) -> bool {
64 matches!(self.kind.fields, OperandKindFields::VariableArgs)
65 }
66
67 /// Returns true if the operand has an immediate kind or is an EntityRef.
68 pub fn is_immediate_or_entityref(&self) -> bool {

Callers 3

gen_common_isleFunction · 0.80
gen_inst_builderFunction · 0.80
verify_formatFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected