Searched refs:IsCorrect (Results 1 – 3 of 3) sorted by relevance
176 bool IsCorrect = !ExpectAndConsume(tok::colon); in ParseOpenMPDeclareReductionDirective() local178 if (!IsCorrect && Tok.is(tok::annot_pragma_openmp_end)) in ParseOpenMPDeclareReductionDirective()181 IsCorrect = IsCorrect && !Name.isEmpty(); in ParseOpenMPDeclareReductionDirective()185 IsCorrect = false; in ParseOpenMPDeclareReductionDirective()188 if (!IsCorrect && Tok.is(tok::annot_pragma_openmp_end)) in ParseOpenMPDeclareReductionDirective()214 IsCorrect = false; in ParseOpenMPDeclareReductionDirective()227 if (!IsCorrect && Tok.is(tok::annot_pragma_openmp_end)) in ParseOpenMPDeclareReductionDirective()232 IsCorrect = false; in ParseOpenMPDeclareReductionDirective()262 IsCorrect = false; in ParseOpenMPDeclareReductionDirective()265 IsCorrect = !T.consumeClose() && IsCorrect && CombinerResult.isUsable(); in ParseOpenMPDeclareReductionDirective()[all …]
4213 bool IsCorrect = true; in VisitOMPDeclareReductionDecl() local4263 IsCorrect = IsCorrect && OldPrivParm->hasInit(); in VisitOMPDeclareReductionDecl()4264 if (IsCorrect) in VisitOMPDeclareReductionDecl()4271 IsCorrect = IsCorrect && SubstCombiner && in VisitOMPDeclareReductionDecl()4279 /*S=*/nullptr, DRD, IsCorrect && !D->isInvalidDecl()); in VisitOMPDeclareReductionDecl()4310 bool IsCorrect = true; in VisitOMPDeclareMapperDecl() local4333 IsCorrect = false; in VisitOMPDeclareMapperDecl()4338 if (!IsCorrect) in VisitOMPDeclareMapperDecl()4357 if (!IsCorrect) in VisitOMPDeclareMapperDecl()
24497 bool IsCorrect = true; in ActOnOMPIteratorExpr() local24522 IsCorrect = false; in ActOnOMPIteratorExpr()24530 IsCorrect = false; in ActOnOMPIteratorExpr()24585 IsCorrect = false; in ActOnOMPIteratorExpr()24596 IsCorrect = false; in ActOnOMPIteratorExpr()24600 if (!Begin || !End || !IsCorrect) { in ActOnOMPIteratorExpr()24601 IsCorrect = false; in ActOnOMPIteratorExpr()24613 if (!IsCorrect) { in ActOnOMPIteratorExpr()24631 IsCorrect = false; in ActOnOMPIteratorExpr()24641 IsCorrect = false; in ActOnOMPIteratorExpr()[all …]