Home
last modified time | relevance | path

Searched refs:RetTypeLoc (Results 1 – 2 of 2) 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()