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.cpp679 OpenACCIntExprParseResult CurResult = ParseOpenACCIntExpr(DK, CK, Loc); in ParseOpenACCIntExprList() local
681 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()