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.cpp554 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 DAnalysisBasedWarnings.cpp1677 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 DParseOpenMP.cpp2053 AccessSpecifier &AS, ParsedAttributes &Attrs, bool Delayed, in ParseOpenMPDeclarativeDirectiveWithExtDecl() argument
2062 if (Delayed) { in ParseOpenMPDeclarativeDirectiveWithExtDecl()
2311 Ptr = ParseOpenMPDeclarativeDirectiveWithExtDecl(AS, Attrs, Delayed, in ParseOpenMPDeclarativeDirectiveWithExtDecl()
H A DParseDecl.cpp7598 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 DParseDeclCXX.cpp4114 bool Delayed, SourceRange &SpecificationRange, in tryParseExceptionSpecification() argument
4122 if (Delayed) { in tryParseExceptionSpecification()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2044 bool Delayed,
3481 AccessSpecifier &AS, ParsedAttributes &Attrs, bool Delayed = false,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp12399 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()