Searched refs:ParamTypesCount (Results 1 – 1 of 1) sorted by relevance
533 func (t Type) ParamTypesCount() int { return int(C.LLVMCountParamTypes(t.C)) } func535 count := t.ParamTypesCount()