Searched refs:isValidArgumentType (Results 1 – 3 of 3) sorted by relevance
118 static bool isValidArgumentType(Type *ArgTy);
349 assert(isValidArgumentType(Params[i]) && in FunctionType()392 bool FunctionType::isValidArgumentType(Type *ArgTy) { in isValidArgumentType() function in FunctionType
1882 if (!FunctionType::isValidArgumentType(ArgTy)) in ParseArgumentList()