Searched refs:Delayed (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/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-14.2/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-14.2/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 1988 bool Delayed, 3399 AccessSpecifier &AS, ParsedAttributes &Attrs, bool Delayed = false,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 2043 AccessSpecifier &AS, ParsedAttributes &Attrs, bool Delayed, in ParseOpenMPDeclarativeDirectiveWithExtDecl() argument 2052 if (Delayed) { in ParseOpenMPDeclarativeDirectiveWithExtDecl() 2303 Ptr = ParseOpenMPDeclarativeDirectiveWithExtDecl(AS, Attrs, Delayed, in ParseOpenMPDeclarativeDirectiveWithExtDecl()
|
| H A D | ParseDecl.cpp | 7160 bool Delayed = D.isFirstDeclarationOfMember() && in ParseFunctionDeclarator() local 7162 if (Delayed && Actions.isLibstdcxxEagerExceptionSpecHack(D) && in ParseFunctionDeclarator() 7177 Delayed = false; in ParseFunctionDeclarator() 7179 ESpecType = tryParseExceptionSpecification(Delayed, in ParseFunctionDeclarator()
|
| H A D | ParseDeclCXX.cpp | 3928 bool Delayed, SourceRange &SpecificationRange, in tryParseExceptionSpecification() argument 3936 if (Delayed) { in tryParseExceptionSpecification()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 10699 if (std::optional<ResTy> Delayed = in processBuildVector() local 10705 return *Delayed; in processBuildVector() 10729 if (std::optional<ResTy> Delayed = in processBuildVector() local 10735 return *Delayed; in processBuildVector()
|