Searched refs:IsCorrect (Results 1 – 3 of 3) sorted by relevance
305 bool IsCorrect = !ExpectAndConsume(tok::colon); in ParseOpenMPDeclareReductionDirective() local307 if (!IsCorrect && Tok.is(tok::annot_pragma_openmp_end)) in ParseOpenMPDeclareReductionDirective()310 IsCorrect = IsCorrect && !Name.isEmpty(); in ParseOpenMPDeclareReductionDirective()314 IsCorrect = false; in ParseOpenMPDeclareReductionDirective()317 if (!IsCorrect && Tok.is(tok::annot_pragma_openmp_end)) in ParseOpenMPDeclareReductionDirective()343 IsCorrect = false; in ParseOpenMPDeclareReductionDirective()356 if (!IsCorrect && Tok.is(tok::annot_pragma_openmp_end)) in ParseOpenMPDeclareReductionDirective()361 IsCorrect = false; in ParseOpenMPDeclareReductionDirective()391 IsCorrect = false; in ParseOpenMPDeclareReductionDirective()394 IsCorrect = !T.consumeClose() && IsCorrect && CombinerResult.isUsable(); in ParseOpenMPDeclareReductionDirective()[all …]
3668 bool IsCorrect = true; in VisitOMPDeclareReductionDecl() local3718 IsCorrect = IsCorrect && OldPrivParm->hasInit(); in VisitOMPDeclareReductionDecl()3719 if (IsCorrect) in VisitOMPDeclareReductionDecl()3726 IsCorrect = IsCorrect && SubstCombiner && in VisitOMPDeclareReductionDecl()3734 /*S=*/nullptr, DRD, IsCorrect && !D->isInvalidDecl()); in VisitOMPDeclareReductionDecl()3765 bool IsCorrect = true; in VisitOMPDeclareMapperDecl() local3788 IsCorrect = false; in VisitOMPDeclareMapperDecl()3793 if (!IsCorrect) in VisitOMPDeclareMapperDecl()3812 if (!IsCorrect) in VisitOMPDeclareMapperDecl()
23514 bool IsCorrect = true; in ActOnOMPIteratorExpr() local23539 IsCorrect = false; in ActOnOMPIteratorExpr()23547 IsCorrect = false; in ActOnOMPIteratorExpr()23602 IsCorrect = false; in ActOnOMPIteratorExpr()23613 IsCorrect = false; in ActOnOMPIteratorExpr()23617 if (!Begin || !End || !IsCorrect) { in ActOnOMPIteratorExpr()23618 IsCorrect = false; in ActOnOMPIteratorExpr()23630 if (!IsCorrect) { in ActOnOMPIteratorExpr()23648 IsCorrect = false; in ActOnOMPIteratorExpr()23658 IsCorrect = false; in ActOnOMPIteratorExpr()[all …]