Searched refs:CurResult (Results 1 – 1 of 1) sorted by relevance
679 OpenACCIntExprParseResult CurResult = ParseOpenACCIntExpr(DK, CK, Loc); in ParseOpenACCIntExprList() local681 if (!CurResult.first.isUsable() && in ParseOpenACCIntExprList()682 CurResult.second == OpenACCParseCanContinue::Cannot) { in ParseOpenACCIntExprList()688 IntExprs.push_back(CurResult.first.get()); in ParseOpenACCIntExprList()693 CurResult = ParseOpenACCIntExpr(DK, CK, Loc); in ParseOpenACCIntExprList()695 if (!CurResult.first.isUsable() && in ParseOpenACCIntExprList()696 CurResult.second == OpenACCParseCanContinue::Cannot) { in ParseOpenACCIntExprList()701 IntExprs.push_back(CurResult.first.get()); in ParseOpenACCIntExprList()