Searched refs:IsCorrect (Results 1 – 3 of 3) sorted by relevance
302 bool IsCorrect = !ExpectAndConsume(tok::colon); in ParseOpenMPDeclareReductionDirective() local304 if (!IsCorrect && Tok.is(tok::annot_pragma_openmp_end)) in ParseOpenMPDeclareReductionDirective()307 IsCorrect = IsCorrect && !Name.isEmpty(); in ParseOpenMPDeclareReductionDirective()311 IsCorrect = false; in ParseOpenMPDeclareReductionDirective()314 if (!IsCorrect && Tok.is(tok::annot_pragma_openmp_end)) in ParseOpenMPDeclareReductionDirective()340 IsCorrect = false; in ParseOpenMPDeclareReductionDirective()353 if (!IsCorrect && Tok.is(tok::annot_pragma_openmp_end)) in ParseOpenMPDeclareReductionDirective()358 IsCorrect = false; in ParseOpenMPDeclareReductionDirective()385 IsCorrect = false; in ParseOpenMPDeclareReductionDirective()388 IsCorrect = !T.consumeClose() && IsCorrect && CombinerResult.isUsable(); in ParseOpenMPDeclareReductionDirective()[all …]
3553 bool IsCorrect = true; in VisitOMPDeclareReductionDecl() local3601 IsCorrect = IsCorrect && OldPrivParm->hasInit(); in VisitOMPDeclareReductionDecl()3602 if (IsCorrect) in VisitOMPDeclareReductionDecl()3609 IsCorrect = IsCorrect && SubstCombiner && in VisitOMPDeclareReductionDecl()3617 /*S=*/nullptr, DRD, IsCorrect && !D->isInvalidDecl()); in VisitOMPDeclareReductionDecl()3648 bool IsCorrect = true; in VisitOMPDeclareMapperDecl() local3670 IsCorrect = false; in VisitOMPDeclareMapperDecl()3675 if (!IsCorrect) in VisitOMPDeclareMapperDecl()3694 if (!IsCorrect) in VisitOMPDeclareMapperDecl()
5358 bool IsCorrect = true; in ActOnOMPIteratorExpr() local5383 IsCorrect = false; in ActOnOMPIteratorExpr()5391 IsCorrect = false; in ActOnOMPIteratorExpr()5443 IsCorrect = false; in ActOnOMPIteratorExpr()5454 IsCorrect = false; in ActOnOMPIteratorExpr()5458 if (!Begin || !End || !IsCorrect) { in ActOnOMPIteratorExpr()5459 IsCorrect = false; in ActOnOMPIteratorExpr()5471 if (!IsCorrect) { in ActOnOMPIteratorExpr()5489 IsCorrect = false; in ActOnOMPIteratorExpr()5498 IsCorrect = false; in ActOnOMPIteratorExpr()[all …]