Searched refs:Delayed (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | ScheduleDAGFast.cpp | 554 bool Delayed = false; in ListScheduleBottomUp() local 561 Delayed = true; in ListScheduleBottomUp() 572 if (Delayed && !CurSU) { in ListScheduleBottomUp()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | AnalysisBasedWarnings.cpp | 1677 for (const PartialDiagnosticAt &Delayed : DelayedBlockWarnings[Block]) in flushWarnings() local 1678 S.Diag(Delayed.first, Delayed.second); in flushWarnings()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 2053 AccessSpecifier &AS, ParsedAttributes &Attrs, bool Delayed, in ParseOpenMPDeclarativeDirectiveWithExtDecl() argument 2062 if (Delayed) { in ParseOpenMPDeclarativeDirectiveWithExtDecl() 2311 Ptr = ParseOpenMPDeclarativeDirectiveWithExtDecl(AS, Attrs, Delayed, in ParseOpenMPDeclarativeDirectiveWithExtDecl()
|
H A D | ParseDecl.cpp | 7598 bool Delayed = D.getContext() == DeclaratorContext::Member && in ParseFunctionDeclarator() local 7600 if (Delayed && Actions.isLibstdcxxEagerExceptionSpecHack(D) && in ParseFunctionDeclarator() 7615 Delayed = false; in ParseFunctionDeclarator() 7617 ESpecType = tryParseExceptionSpecification(Delayed, in ParseFunctionDeclarator()
|
H A D | ParseDeclCXX.cpp | 4114 bool Delayed, SourceRange &SpecificationRange, in tryParseExceptionSpecification() argument 4122 if (Delayed) { in tryParseExceptionSpecification()
|
/freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 2044 bool Delayed, 3481 AccessSpecifier &AS, ParsedAttributes &Attrs, bool Delayed = false,
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 12399 if (std::optional<ResTy> Delayed = in processBuildVector() local 12405 return *Delayed; in processBuildVector() 12429 if (std::optional<ResTy> Delayed = in processBuildVector() local 12435 return *Delayed; in processBuildVector()
|