Searched refs:Delayed (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | ScheduleDAGFast.cpp | 547 bool Delayed = false; in ListScheduleBottomUp() local 554 Delayed = true; in ListScheduleBottomUp() 565 if (Delayed && !CurSU) { in ListScheduleBottomUp()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | AnalysisBasedWarnings.cpp | 1800 for (const PartialDiagnosticAt &Delayed : DelayedBlockWarnings[Block]) in flushWarnings() local 1801 S.Diag(Delayed.first, Delayed.second); in flushWarnings()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 2912 bool Delayed, SourceRange &SpecificationRange, 6491 AccessSpecifier &AS, ParsedAttributes &Attrs, bool Delayed = false,
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 1956 AccessSpecifier &AS, ParsedAttributes &Attrs, bool Delayed, in ParseOpenMPDeclarativeDirectiveWithExtDecl() argument 1966 if (Delayed) { in ParseOpenMPDeclarativeDirectiveWithExtDecl() 2161 Ptr = ParseOpenMPDeclarativeDirectiveWithExtDecl(AS, Attrs, Delayed, in ParseOpenMPDeclarativeDirectiveWithExtDecl()
|
| H A D | ParseDecl.cpp | 7259 bool Delayed = D.getContext() == DeclaratorContext::Member && in ParseFunctionDeclarator() local 7261 if (Delayed && Actions.isLibstdcxxEagerExceptionSpecHack(D) && in ParseFunctionDeclarator() 7276 Delayed = false; in ParseFunctionDeclarator() 7278 ESpecType = tryParseExceptionSpecification(Delayed, in ParseFunctionDeclarator()
|
| H A D | ParseDeclCXX.cpp | 3994 bool Delayed, SourceRange &SpecificationRange, in tryParseExceptionSpecification() argument 4002 if (Delayed) { in tryParseExceptionSpecification()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 17083 if (std::optional<ResTy> Delayed = in processBuildVector() local 17089 return *Delayed; in processBuildVector() 17122 if (std::optional<ResTy> Delayed = in processBuildVector() local 17128 return *Delayed; in processBuildVector()
|