Searched refs:ParseCatchRet (Results 1 – 2 of 2) sorted by relevance
465 bool ParseCatchRet(Instruction *&Inst, PerFunctionState &PFS);
4729 case lltok::kw_catchret: return ParseCatchRet(Inst, PFS); in ParseInstruction()5202 bool LLParser::ParseCatchRet(Instruction *&Inst, PerFunctionState &PFS) { in ParseCatchRet() function in LLParser