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

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/
H A DDerivedTypes.h117 /// isValidArgumentType - Return true if the specified type is valid as an
119 static bool isValidArgumentType(Type *ArgTy);
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DType.cpp368 assert(isValidArgumentType(Params[i]) &&
410 /// isValidArgumentType - Return true if the specified type is valid as an
412 bool FunctionType::isValidArgumentType(Type *ArgTy) { function in class:FunctionType
/macosx-10.10.1/llvmCore-3425.0.34/lib/AsmParser/
H A DLLParser.cpp1494 if (!FunctionType::isValidArgumentType(ArgTy))

Completed in 175 milliseconds