Searched refs:Delayed (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | ScheduleDAGFast.cpp | 544 bool Delayed = false; in ListScheduleBottomUp() local 551 Delayed = true; in ListScheduleBottomUp() 562 if (Delayed && !CurSU) { in ListScheduleBottomUp()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | AnalysisBasedWarnings.cpp | 1658 for (const PartialDiagnosticAt &Delayed : DelayedBlockWarnings[Block]) in flushWarnings() local 1659 S.Diag(Delayed.first, Delayed.second); in flushWarnings()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 1930 bool Delayed, 3242 bool Delayed = false, DeclSpec::TST TagType = DeclSpec::TST_unspecified,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 1858 AccessSpecifier &AS, ParsedAttributesWithRange &Attrs, bool Delayed, in ParseOpenMPDeclarativeDirectiveWithExtDecl() argument 1867 if (Delayed) { in ParseOpenMPDeclarativeDirectiveWithExtDecl() 2103 Ptr = ParseOpenMPDeclarativeDirectiveWithExtDecl(AS, Attrs, Delayed, in ParseOpenMPDeclarativeDirectiveWithExtDecl()
|
| H A D | ParseDecl.cpp | 6600 bool Delayed = D.isFirstDeclarationOfMember() && in ParseFunctionDeclarator() local 6602 if (Delayed && Actions.isLibstdcxxEagerExceptionSpecHack(D) && in ParseFunctionDeclarator() 6617 Delayed = false; in ParseFunctionDeclarator() 6619 ESpecType = tryParseExceptionSpecification(Delayed, in ParseFunctionDeclarator()
|
| H A D | ParseDeclCXX.cpp | 3764 Parser::tryParseExceptionSpecification(bool Delayed, in tryParseExceptionSpecification() argument 3774 if (Delayed) { in tryParseExceptionSpecification()
|