Searched refs:isValidArgumentType (Results 1 – 6 of 6) sorted by relevance
139 static bool isValidArgumentType(Type type);
351 assert(isValidArgumentType(Params[i]) && in FunctionType()396 bool FunctionType::isValidArgumentType(Type *ArgTy) { in isValidArgumentType() function in FunctionType
104 bool LLVMFunctionType::isValidArgumentType(Type type) { in isValidArgumentType() function in LLVMFunctionType161 if (!isValidArgumentType(arg)) in verify()
121 static bool isValidArgumentType(Type *ArgTy);
2312 if (!FunctionType::isValidArgumentType(T)) in parseTypeTableBody()
2659 if (!FunctionType::isValidArgumentType(ArgTy)) in parseArgumentList()