Searched refs:ParseRet (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/AsmParser/ |
D | LLParser.h | 345 bool ParseRet(Instruction *&Inst, BasicBlock *BB, PerFunctionState &PFS);
|
D | LLParser.cpp | 2886 case lltok::kw_ret: return ParseRet(Inst, BB, PFS); in ParseInstruction() 3023 bool LLParser::ParseRet(Instruction *&Inst, BasicBlock *BB, in ParseRet() function in LLParser
|
/external/llvm/lib/AsmParser/ |
D | LLParser.h | 465 bool ParseRet(Instruction *&Inst, BasicBlock *BB, PerFunctionState &PFS);
|
D | LLParser.cpp | 4941 case lltok::kw_ret: return ParseRet(Inst, BB, PFS); in ParseInstruction() 5096 bool LLParser::ParseRet(Instruction *&Inst, BasicBlock *BB, in ParseRet() function in LLParser
|