Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.cpp2591 LocTy RetTypeLoc = Lex.getLoc(); in ParseFunctionHeader() local
2596 ParseType(RetType, RetTypeLoc, true /*void allowed*/)) in ParseFunctionHeader()
2628 return Error(RetTypeLoc, "invalid function return type"); in ParseFunctionHeader()
2696 return Error(RetTypeLoc, "functions with 'sret' argument must return void"); in ParseFunctionHeader()
3175 LocTy RetTypeLoc; in ParseInvoke() local
3182 ParseType(RetType, RetTypeLoc, true /*void allowed*/) || in ParseInvoke()
3205 return Error(RetTypeLoc, "Invalid result type for LLVM function"); in ParseInvoke()
3574 LocTy RetTypeLoc; in ParseCall() local
3582 ParseType(RetType, RetTypeLoc, true /*void allowed*/) || in ParseCall()
3601 return Error(RetTypeLoc, "Invalid result type for LLVM function"); in ParseCall()
/external/llvm/lib/AsmParser/
DLLParser.cpp4559 LocTy RetTypeLoc = Lex.getLoc(); in ParseFunctionHeader() local
4562 ParseType(RetType, RetTypeLoc, true /*void allowed*/)) in ParseFunctionHeader()
4593 return Error(RetTypeLoc, "invalid function return type"); in ParseFunctionHeader()
4683 return Error(RetTypeLoc, "functions with 'sret' argument must return void"); in ParseFunctionHeader()
5250 LocTy RetTypeLoc; in ParseInvoke() local
5257 ParseType(RetType, RetTypeLoc, true /*void allowed*/) || in ParseInvoke()
5279 return Error(RetTypeLoc, "Invalid result type for LLVM function"); in ParseInvoke()
5846 LocTy RetTypeLoc; in ParseCall() local
5860 ParseType(RetType, RetTypeLoc, true /*void allowed*/) || in ParseCall()
5883 return Error(RetTypeLoc, "Invalid result type for LLVM function"); in ParseCall()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLParser.cpp5074 LocTy RetTypeLoc = Lex.getLoc(); in ParseFunctionHeader() local
5078 ParseType(RetType, RetTypeLoc, true /*void allowed*/)) in ParseFunctionHeader()
5109 return Error(RetTypeLoc, "invalid function return type"); in ParseFunctionHeader()
5187 return Error(RetTypeLoc, "functions with 'sret' argument must return void"); in ParseFunctionHeader()
5753 LocTy RetTypeLoc; in ParseInvoke() local
5760 ParseType(RetType, RetTypeLoc, true /*void allowed*/) || in ParseInvoke()
5782 return Error(RetTypeLoc, "Invalid result type for LLVM function"); in ParseInvoke()
6337 LocTy RetTypeLoc; in ParseCall() local
6351 ParseType(RetType, RetTypeLoc, true /*void allowed*/) || in ParseCall()
6374 return Error(RetTypeLoc, "Invalid result type for LLVM function"); in ParseCall()