Searched refs:IsCorrect (Results 1 – 3 of 3) sorted by relevance
219 bool IsCorrect = !ExpectAndConsume(tok::colon); in ParseOpenMPDeclareReductionDirective() local221 if (!IsCorrect && Tok.is(tok::annot_pragma_openmp_end)) in ParseOpenMPDeclareReductionDirective()224 IsCorrect = IsCorrect && !Name.isEmpty(); in ParseOpenMPDeclareReductionDirective()228 IsCorrect = false; in ParseOpenMPDeclareReductionDirective()231 if (!IsCorrect && Tok.is(tok::annot_pragma_openmp_end)) in ParseOpenMPDeclareReductionDirective()257 IsCorrect = false; in ParseOpenMPDeclareReductionDirective()270 if (!IsCorrect && Tok.is(tok::annot_pragma_openmp_end)) in ParseOpenMPDeclareReductionDirective()275 IsCorrect = false; in ParseOpenMPDeclareReductionDirective()302 IsCorrect = false; in ParseOpenMPDeclareReductionDirective()305 IsCorrect = !T.consumeClose() && IsCorrect && CombinerResult.isUsable(); in ParseOpenMPDeclareReductionDirective()[all …]
2577 bool IsCorrect = !SubstReductionType.isNull(); in VisitOMPDeclareReductionDecl() local2632 IsCorrect = IsCorrect && SubstCombiner && in VisitOMPDeclareReductionDecl()2635 IsCorrect = false; in VisitOMPDeclareReductionDecl()2638 IsCorrect); in VisitOMPDeclareReductionDecl()
10306 bool IsCorrect = true; in IsCXXRecordForMappable() local10314 IsCorrect = false; in IsCXXRecordForMappable()10321 IsCorrect = false; in IsCXXRecordForMappable()10330 IsCorrect = false; in IsCXXRecordForMappable()10332 return IsCorrect; in IsCXXRecordForMappable()