Searched refs:isValidArgumentType (Results 1 – 8 of 8) sorted by relevance
281 assert(isValidArgumentType(Params[i]) && in FunctionType()320 bool FunctionType::isValidArgumentType(Type *ArgTy) { in isValidArgumentType() function in FunctionType
319 assert(isValidArgumentType(Params[i]) && in FunctionType()368 bool FunctionType::isValidArgumentType(Type *ArgTy) { in isValidArgumentType() function in FunctionType
118 static bool isValidArgumentType(Type *ArgTy);
116 static bool isValidArgumentType(Type *ArgTy);
120 static bool isValidArgumentType(Type *ArgTy);
1416 if (!FunctionType::isValidArgumentType(ArgTy)) in ParseArgumentList()
2222 if (!FunctionType::isValidArgumentType(ArgTy)) in ParseArgumentList()
1717 if (!FunctionType::isValidArgumentType(T)) in parseTypeTableBody()