Searched refs:RetTypeLoc (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 4336 LocTy RetTypeLoc = Lex.getLoc(); in ParseFunctionHeader() local 4342 ParseType(RetType, RetTypeLoc, true /*void allowed*/)) in ParseFunctionHeader() 4373 return Error(RetTypeLoc, "invalid function return type"); in ParseFunctionHeader() 4464 return Error(RetTypeLoc, "functions with 'sret' argument must return void"); in ParseFunctionHeader() 5031 LocTy RetTypeLoc; in ParseInvoke() local 5038 ParseType(RetType, RetTypeLoc, true /*void allowed*/) || in ParseInvoke() 5060 return Error(RetTypeLoc, "Invalid result type for LLVM function"); in ParseInvoke() 5627 LocTy RetTypeLoc; in ParseCall() local 5641 ParseType(RetType, RetTypeLoc, true /*void allowed*/) || in ParseCall() 5664 return Error(RetTypeLoc, "Invalid result type for LLVM function"); in ParseCall()
|