OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Delayed
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp
544
bool
Delayed
= false;
551
Delayed
= true;
559
// All candidates are
delayed
due to live physical reg dependencies.
562
if (
Delayed
&& !CurSU) {
/src/external/apache2/llvm/dist/clang/lib/Sema/
AnalysisBasedWarnings.cpp
1651
// Add the
delayed
warning for the given block.
1658
for (const PartialDiagnosticAt &
Delayed
: DelayedBlockWarnings[Block])
1659
S.Diag(
Delayed
.first,
Delayed
.second);
2289
// Emit
delayed
diagnostics.
/src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h
1359
/// contains at least one entity whose parsing needs to be
delayed
1386
/// member whose parsing must to be
delayed
until the class is completely
1431
/// nested classes that contain pieces whose parsing will be
delayed
until
1928
bool
Delayed
,
3213
bool
Delayed
= false, DeclSpec::TST TagType = DeclSpec::TST_unspecified,
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseOpenMP.cpp
1858
AccessSpecifier &AS, ParsedAttributesWithRange &Attrs, bool
Delayed
,
1866
if (
Delayed
) {
2102
Ptr = ParseOpenMPDeclarativeDirectiveWithExtDecl(AS, Attrs,
Delayed
,
ParseDecl.cpp
4634
// and we
delayed
diagnostics before, just merge them into the current pool.
6580
// should be
delayed
, including those for non-members (eg, friend
6583
bool
Delayed
= D.isFirstDeclarationOfMember() &&
6585
if (
Delayed
&& Actions.isLibstdcxxEagerExceptionSpecHack(D) &&
6599
//
delayed
parsing to give it a chance to find what it expects.
6600
Delayed
= false;
6602
ESpecType = tryParseExceptionSpecification(
Delayed
,
6867
// to be
delayed
.
ParseDeclCXX.cpp
1797
// If this is an elaborated type specifier, and we
delayed
2007
//
Delayed
processing of attributes.
2189
///
delayed
, e.g., default arguments or an exception-specification, create a
3206
AS, AccessAttrs, /*
Delayed
=*/true, TagType, TagDecl);
3421
// are complete and we can parse the
delayed
portions of method
3423
//
delayed
attributes.
3673
Parser::tryParseExceptionSpecification(bool
Delayed
,
3682
// Handle
delayed
parsing of exception-specifications.
3683
if (
Delayed
) {
3973
// no members whose handling was
delayed
. Therefore, we can jus
[
all
...]
Completed in 74 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026