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