Home
last modified time | relevance | path

Searched refs:Delayed (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp544 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 DAnalysisBasedWarnings.cpp1658 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 DParser.h1930 bool Delayed,
3242 bool Delayed = false, DeclSpec::TST TagType = DeclSpec::TST_unspecified,
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp1858 AccessSpecifier &AS, ParsedAttributesWithRange &Attrs, bool Delayed, in ParseOpenMPDeclarativeDirectiveWithExtDecl() argument
1867 if (Delayed) { in ParseOpenMPDeclarativeDirectiveWithExtDecl()
2103 Ptr = ParseOpenMPDeclarativeDirectiveWithExtDecl(AS, Attrs, Delayed, in ParseOpenMPDeclarativeDirectiveWithExtDecl()
H A DParseDecl.cpp6600 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 DParseDeclCXX.cpp3764 Parser::tryParseExceptionSpecification(bool Delayed, in tryParseExceptionSpecification() argument
3774 if (Delayed) { in tryParseExceptionSpecification()