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