OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Delegating
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenABITypes.cpp
77
// getImplicitConstructorArgs(). In some cases (base and
delegating
81
// the args for a complete, non-
delegating
constructor call.
86
/*
Delegating
= */ false);
122
CXXDtorType Type, bool ForVirtualBase, bool
Delegating
) {
129
CGF, D, Type, ForVirtualBase,
Delegating
);
CGCXXABI.h
336
///
delegating
thunk, regardless of whether the dtor is defined in this TU or
395
bool
Delegating
) = 0;
404
bool
Delegating
, CallArgList &Args);
411
bool ForVirtualBase, bool
Delegating
) = 0;
416
bool ForVirtualBase, bool
Delegating
,
CGCXXABI.cpp
299
bool ForVirtualBase, bool
Delegating
, CallArgList &Args) {
301
getImplicitConstructorArgs(CGF, D, Type, ForVirtualBase,
Delegating
);
CGClass.cpp
461
bool
Delegating
) {
474
if (
Delegating
) {
475
// If this is a
delegating
constructor call, just load the VTT.
529
/*
Delegating
=*/false, Addr, ThisTy);
768
// FIXME: Decide if we can do a delegation of a
delegating
constructor.
1351
"
Delegating
initializer on non-
delegating
constructor");
1474
/*
Delegating
=*/false, LoadCXXThisAddress(), ThisTy);
1508
/*
Delegating
=*/false, LoadCXXThisAddress(), ThisTy);
2023
/*
Delegating
=*/false, currAVS, E)
[
all
...]
ItaniumCXXABI.cpp
213
//
Delegating
may occur as an optimization, but all variants are either
229
bool
Delegating
) override;
235
bool
Delegating
) override;
239
bool
Delegating
, Address This,
1698
bool ForVirtualBase, bool
Delegating
) {
1704
CGF.GetVTTParameter(GlobalDecl(D, Type), ForVirtualBase,
Delegating
);
1711
bool ForVirtualBase, bool
Delegating
) {
1713
return CGF.GetVTTParameter(GD, ForVirtualBase,
Delegating
);
1719
bool
Delegating
, Address This,
1723
getCXXDestructorImplicitParam(CGF, DD, Type, ForVirtualBase,
Delegating
);
[
all
...]
MicrosoftCXXABI.cpp
218
/// Non-base dtors should be emitted as
delegating
thunks in this ABI.
265
bool
Delegating
) override;
271
bool
Delegating
) override;
275
bool
Delegating
, Address This,
1374
// other destructor variants are
delegating
thunks.
1587
bool ForVirtualBase, bool
Delegating
) {
1597
if (
Delegating
) {
1610
bool ForVirtualBase, bool
Delegating
) {
1617
bool
Delegating
, Address This,
1642
Delegating
); // = nullpt
[
all
...]
CGExprCXX.cpp
292
/*
Delegating
=*/false, This.getAddress(*this), Args,
630
bool
Delegating
= false;
636
Delegating
= true;
652
EmitCXXConstructorCall(CD, Type, ForVirtualBase,
Delegating
, Dest, E);
1959
/*
Delegating
=*/false,
CodeGenFunction.h
2790
bool
Delegating
);
2796
// It's important not to confuse this and the previous function.
Delegating
2810
bool
Delegating
,
2822
bool ForVirtualBase, bool
Delegating
,
2826
bool ForVirtualBase, bool
Delegating
,
2859
bool ForVirtualBase, bool
Delegating
, Address This,
4576
/// is, the current function is
delegating
to another one. Produce
/src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
CodeGenABITypes.h
91
/// Returns the implicit arguments to add to a complete, non-
delegating
C++
100
bool ForVirtualBase, bool
Delegating
);
Completed in 35 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026