Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp5586 LocTy RetTypeLoc = Lex.getLoc(); in parseFunctionHeader() local
5590 parseType(RetType, RetTypeLoc, true /*void allowed*/)) in parseFunctionHeader()
5621 return error(RetTypeLoc, "invalid function return type"); in parseFunctionHeader()
6373 LocTy RetTypeLoc; in parseInvoke() local
6381 parseType(RetType, RetTypeLoc, true /*void allowed*/) || in parseInvoke()
6403 return error(RetTypeLoc, "Invalid result type for LLVM function"); in parseInvoke()
6682 LocTy RetTypeLoc; in parseCallBr() local
6689 parseType(RetType, RetTypeLoc, true /*void allowed*/) || in parseCallBr()
6729 return error(RetTypeLoc, "Invalid result type for LLVM function"); in parseCallBr()
7100 LocTy RetTypeLoc; in parseCall() local
[all …]