Searched refs:isValidArgumentType (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/llvm/include/llvm/IR/
H A DDerivedTypes.h116 /// isValidArgumentType - Return true if the specified type is valid as an
118 static bool isValidArgumentType(Type *ArgTy);
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DType.cpp351 assert(isValidArgumentType(Params[i]) &&
393 /// isValidArgumentType - Return true if the specified type is valid as an
395 bool FunctionType::isValidArgumentType(Type *ArgTy) { function in class:FunctionType
/freebsd-10.0-release/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp1733 if (!FunctionType::isValidArgumentType(ArgTy))

Completed in 173 milliseconds