Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp547 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 DAnalysisBasedWarnings.cpp1800 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 DParser.h2912 bool Delayed, SourceRange &SpecificationRange,
6491 AccessSpecifier &AS, ParsedAttributes &Attrs, bool Delayed = false,
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp1956 AccessSpecifier &AS, ParsedAttributes &Attrs, bool Delayed, in ParseOpenMPDeclarativeDirectiveWithExtDecl() argument
1966 if (Delayed) { in ParseOpenMPDeclarativeDirectiveWithExtDecl()
2161 Ptr = ParseOpenMPDeclarativeDirectiveWithExtDecl(AS, Attrs, Delayed, in ParseOpenMPDeclarativeDirectiveWithExtDecl()
H A DParseDecl.cpp7259 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 DParseDeclCXX.cpp3994 bool Delayed, SourceRange &SpecificationRange, in tryParseExceptionSpecification() argument
4002 if (Delayed) { in tryParseExceptionSpecification()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp17083 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()