Searched refs:isValidArgumentType (Results 1 – 4 of 4) sorted by relevance
118 static bool isValidArgumentType(Type *ArgTy);
345 assert(isValidArgumentType(Params[i]) && in FunctionType()388 bool FunctionType::isValidArgumentType(Type *ArgTy) { in isValidArgumentType() function in FunctionType
1555 if (!FunctionType::isValidArgumentType(T)) in parseTypeTableBody()
2058 if (!FunctionType::isValidArgumentType(ArgTy)) in ParseArgumentList()