Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseOpenMP.cpp290 bool IsCorrect = !ExpectAndConsume(tok::colon); in ParseOpenMPDeclareReductionDirective() local
292 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 …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3300 bool IsCorrect = true; in VisitOMPDeclareReductionDecl() local
3348 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() local
3417 IsCorrect = false; in VisitOMPDeclareMapperDecl()
3422 if (!IsCorrect) in VisitOMPDeclareMapperDecl()
3440 if (!IsCorrect) in VisitOMPDeclareMapperDecl()
H A DSemaExpr.cpp5151 bool IsCorrect = true; in ActOnOMPIteratorExpr() local
5176 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 …]