Home
last modified time | relevance | path

Searched refs:IsCorrect (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseOpenMP.cpp302 bool IsCorrect = !ExpectAndConsume(tok::colon); in ParseOpenMPDeclareReductionDirective() local
304 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 …]
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3553 bool IsCorrect = true; in VisitOMPDeclareReductionDecl() local
3601 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() local
3670 IsCorrect = false; in VisitOMPDeclareMapperDecl()
3675 if (!IsCorrect) in VisitOMPDeclareMapperDecl()
3694 if (!IsCorrect) in VisitOMPDeclareMapperDecl()
H A DSemaExpr.cpp5358 bool IsCorrect = true; in ActOnOMPIteratorExpr() local
5383 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 …]