Searched refs:Delayed (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp544 bool Delayed = false; local
551 Delayed = true;
562 if (Delayed && !CurSU) {
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1878 bool Delayed,
2937 bool Delayed = false, DeclSpec::TST TagType = DeclSpec::TST_unspecified,
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp1338 AccessSpecifier &AS, ParsedAttributesWithRange &Attrs, bool Delayed,
1346 if (Delayed) {
1528 Ptr = ParseOpenMPDeclarativeDirectiveWithExtDecl(AS, Attrs, Delayed,
1337 ParseOpenMPDeclarativeDirectiveWithExtDecl( AccessSpecifier &AS, ParsedAttributesWithRange &Attrs, bool Delayed, DeclSpec::TST TagType, Decl *Tag) argument
H A DParseDecl.cpp6487 bool Delayed = D.isFirstDeclarationOfMember() && local
6489 if (Delayed && Actions.isLibstdcxxEagerExceptionSpecHack(D) &&
6504 Delayed = false;
6506 ESpecType = tryParseExceptionSpecification(Delayed,
H A DParseDeclCXX.cpp1976 // Delayed processing of attributes.
3147 AS, AccessAttrs, /*Delayed=*/true, TagType, TagDecl);
3604 Parser::tryParseExceptionSpecification(bool Delayed, argument
3614 if (Delayed) {

Completed in 212 milliseconds