Home
last modified time | relevance | path

Searched refs:CurResult (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp777 OpenACCIntExprParseResult CurResult = ParseOpenACCIntExpr(DK, CK, Loc); in ParseOpenACCIntExprList() local
779 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()