Home
last modified time | relevance | path

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

/external/llvm/lib/AsmParser/
DLLParser.cpp2932 LocTy RetTypeLoc = Lex.getLoc(); in ParseFunctionHeader() local
2937 ParseType(RetType, RetTypeLoc, true /*void allowed*/)) in ParseFunctionHeader()
2969 return Error(RetTypeLoc, "invalid function return type"); in ParseFunctionHeader()
3049 return Error(RetTypeLoc, "functions with 'sret' argument must return void"); in ParseFunctionHeader()
3533 LocTy RetTypeLoc; in ParseInvoke() local
3540 ParseType(RetType, RetTypeLoc, true /*void allowed*/) || in ParseInvoke()
3564 return Error(RetTypeLoc, "Invalid result type for LLVM function"); in ParseInvoke()
3942 LocTy RetTypeLoc; in ParseCall() local
3950 ParseType(RetType, RetTypeLoc, true /*void allowed*/) || in ParseCall()
3970 return Error(RetTypeLoc, "Invalid result type for LLVM function"); in ParseCall()