Searched refs:isValidArgumentType (Results 1 – 15 of 15) sorted by relevance
292 bool LLVMFunctionType::isValidArgumentType(LLVMType type) { in isValidArgumentType() function in LLVMFunctionType338 if (!isValidArgumentType(arg)) in verifyConstructionInvariants()
301 assert(isValidArgumentType(Params[i]) && in FunctionType()346 bool FunctionType::isValidArgumentType(Type *ArgTy) { in isValidArgumentType() function in FunctionType
281 assert(isValidArgumentType(Params[i]) && in FunctionType()320 bool FunctionType::isValidArgumentType(Type *ArgTy) { in isValidArgumentType() function in FunctionType
291 assert(isValidArgumentType(Params[i]) && in FunctionType()336 bool FunctionType::isValidArgumentType(Type *ArgTy) { in isValidArgumentType() function in FunctionType
120 static bool isValidArgumentType(Type *ArgTy);
116 static bool isValidArgumentType(Type *ArgTy);
126 static bool isValidArgumentType(Type *ArgTy);
306 static bool isValidArgumentType(LLVMType type);
1809 if (!FunctionType::isValidArgumentType(T)) in parseTypeTableBody()
2222 if (!FunctionType::isValidArgumentType(ArgTy)) in ParseArgumentList()
1717 if (!FunctionType::isValidArgumentType(T)) in parseTypeTableBody()
1817 if (!FunctionType::isValidArgumentType(T)) in parseTypeTableBody()
2756 if (!FunctionType::isValidArgumentType(ArgTy)) in parseArgumentList()
2600 if (!FunctionType::isValidArgumentType(ArgTy)) in ParseArgumentList()