Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseOpenMP.cpp219 bool IsCorrect = !ExpectAndConsume(tok::colon); in ParseOpenMPDeclareReductionDirective() local
221 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 …]
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp2577 bool IsCorrect = !SubstReductionType.isNull(); in VisitOMPDeclareReductionDecl() local
2632 IsCorrect = IsCorrect && SubstCombiner && in VisitOMPDeclareReductionDecl()
2635 IsCorrect = false; in VisitOMPDeclareReductionDecl()
2638 IsCorrect); in VisitOMPDeclareReductionDecl()
DSemaOpenMP.cpp10306 bool IsCorrect = true; in IsCXXRecordForMappable() local
10314 IsCorrect = false; in IsCXXRecordForMappable()
10321 IsCorrect = false; in IsCXXRecordForMappable()
10330 IsCorrect = false; in IsCXXRecordForMappable()
10332 return IsCorrect; in IsCXXRecordForMappable()