Home
last modified time | relevance | path

Searched refs:RetTypeLoc (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp5179 LocTy RetTypeLoc = Lex.getLoc(); in ParseFunctionHeader() local
5183 ParseType(RetType, RetTypeLoc, true /*void allowed*/)) in ParseFunctionHeader()
5214 return Error(RetTypeLoc, "invalid function return type"); in ParseFunctionHeader()
5294 return Error(RetTypeLoc, "functions with 'sret' argument must return void"); in ParseFunctionHeader()
5877 LocTy RetTypeLoc; in ParseInvoke() local
5885 ParseType(RetType, RetTypeLoc, true /*void allowed*/) || in ParseInvoke()
5907 return Error(RetTypeLoc, "Invalid result type for LLVM function"); in ParseInvoke()
6500 LocTy RetTypeLoc; in ParseCall() local
6515 ParseType(RetType, RetTypeLoc, true /*void allowed*/) || in ParseCall()
6538 return Error(RetTypeLoc, "Invalid result type for LLVM function"); in ParseCall()