Searched refs:CurResult (Results 1 – 1 of 1) sorted by relevance
777 OpenACCIntExprParseResult CurResult = ParseOpenACCIntExpr(DK, CK, Loc); in ParseOpenACCIntExprList() local779 if (!CurResult.first.isUsable() && in ParseOpenACCIntExprList()780 CurResult.second == OpenACCParseCanContinue::Cannot) { in ParseOpenACCIntExprList()786 IntExprs.push_back(CurResult.first.get()); in ParseOpenACCIntExprList()791 CurResult = ParseOpenACCIntExpr(DK, CK, Loc); in ParseOpenACCIntExprList()793 if (!CurResult.first.isUsable() && in ParseOpenACCIntExprList()794 CurResult.second == OpenACCParseCanContinue::Cannot) { in ParseOpenACCIntExprList()799 IntExprs.push_back(CurResult.first.get()); in ParseOpenACCIntExprList()