Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDScheduleDAGFast.cpp554 bool Delayed = false; in ListScheduleBottomUp() local
561 Delayed = true; in ListScheduleBottomUp()
572 if (Delayed && !CurSU) { in ListScheduleBottomUp()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDAnalysisBasedWarnings.cpp1677 for (const PartialDiagnosticAt &Delayed : DelayedBlockWarnings[Block]) in flushWarnings() local
1678 S.Diag(Delayed.first, Delayed.second); in flushWarnings()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
HDParseOpenMP.cpp2053 AccessSpecifier &AS, ParsedAttributes &Attrs, bool Delayed, in ParseOpenMPDeclarativeDirectiveWithExtDecl() argument
2062 if (Delayed) { in ParseOpenMPDeclarativeDirectiveWithExtDecl()
2311 Ptr = ParseOpenMPDeclarativeDirectiveWithExtDecl(AS, Attrs, Delayed, in ParseOpenMPDeclarativeDirectiveWithExtDecl()
HDParseDecl.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()
HDParseDeclCXX.cpp4114 bool Delayed, SourceRange &SpecificationRange, in tryParseExceptionSpecification() argument
4122 if (Delayed) { in tryParseExceptionSpecification()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Parse/
HDParser.h2044 bool Delayed,
3481 AccessSpecifier &AS, ParsedAttributes &Attrs, bool Delayed = false,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDSLPVectorizer.cpp12399 if (std::optional<ResTy> Delayed =
12405 return *Delayed;
12429 if (std::optional<ResTy> Delayed =
12435 return *Delayed;