Searched refs:IsCorrect (Results 1 – 3 of 3) sorted by relevance
290 bool IsCorrect = !ExpectAndConsume(tok::colon); in ParseOpenMPDeclareReductionDirective() local292 if (!IsCorrect && Tok.is(tok::annot_pragma_openmp_end)) in ParseOpenMPDeclareReductionDirective()295 IsCorrect = IsCorrect && !Name.isEmpty(); in ParseOpenMPDeclareReductionDirective()299 IsCorrect = false; in ParseOpenMPDeclareReductionDirective()302 if (!IsCorrect && Tok.is(tok::annot_pragma_openmp_end)) in ParseOpenMPDeclareReductionDirective()328 IsCorrect = false; in ParseOpenMPDeclareReductionDirective()341 if (!IsCorrect && Tok.is(tok::annot_pragma_openmp_end)) in ParseOpenMPDeclareReductionDirective()346 IsCorrect = false; in ParseOpenMPDeclareReductionDirective()373 IsCorrect = false; in ParseOpenMPDeclareReductionDirective()376 IsCorrect = !T.consumeClose() && IsCorrect && CombinerResult.isUsable(); in ParseOpenMPDeclareReductionDirective()[all …]
3300 bool IsCorrect = true; in VisitOMPDeclareReductionDecl() local3348 IsCorrect = IsCorrect && OldPrivParm->hasInit(); in VisitOMPDeclareReductionDecl()3349 if (IsCorrect) in VisitOMPDeclareReductionDecl()3356 IsCorrect = IsCorrect && SubstCombiner && in VisitOMPDeclareReductionDecl()3364 /*S=*/nullptr, DRD, IsCorrect && !D->isInvalidDecl()); in VisitOMPDeclareReductionDecl()3395 bool IsCorrect = true; in VisitOMPDeclareMapperDecl() local3417 IsCorrect = false; in VisitOMPDeclareMapperDecl()3422 if (!IsCorrect) in VisitOMPDeclareMapperDecl()3440 if (!IsCorrect) in VisitOMPDeclareMapperDecl()
5151 bool IsCorrect = true; in ActOnOMPIteratorExpr() local5176 IsCorrect = false; in ActOnOMPIteratorExpr()5184 IsCorrect = false; in ActOnOMPIteratorExpr()5232 IsCorrect = false; in ActOnOMPIteratorExpr()5242 IsCorrect = false; in ActOnOMPIteratorExpr()5246 if (!Begin || !End || !IsCorrect) { in ActOnOMPIteratorExpr()5247 IsCorrect = false; in ActOnOMPIteratorExpr()5259 if (!IsCorrect) { in ActOnOMPIteratorExpr()5277 IsCorrect = false; in ActOnOMPIteratorExpr()5286 IsCorrect = false; in ActOnOMPIteratorExpr()[all …]