Searched defs:is_variadic (Results 1 – 7 of 7) sorted by relevance
274 is_variadic: bool, field620 pub fn is_variadic(&self) -> bool { in is_variadic() method
114 def __init__(self, name, result_type, params, is_variadic, module): argument
842 bool is_variadic = (argtypecount != 0 && argcount > argtypecount); in _call_function_pointer() local
2915 bool is_variadic = !out_shape.IsArray(); in EmitElementalReduce() local3002 llvm::ArrayRef<llvm::Type*> accumulator_types, bool is_variadic) { in EmitAccumResult()
1368 pub fn is_variadic(&self) -> bool { in is_variadic() method
18859 function_type::is_variadic() const in is_variadic() function in abigail::ir::function_type19949 function_decl::is_variadic() const in is_variadic() function in abigail::ir::function_decl20111 bool is_variadic) in parameter()20124 bool is_variadic, in parameter()20138 bool is_variadic, in parameter()
3399 bool is_variadic = false; in build_function_parameter() local