OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:needsDestruction
(Results
1 - 16
of
16
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
mtype.h
318
virtual bool
needsDestruction
();
462
bool
needsDestruction
();
790
bool
needsDestruction
() /*const*/;
825
bool
needsDestruction
();
mtype.d
2571
bool
needsDestruction
()
3812
override bool
needsDestruction
()
3814
return next.
needsDestruction
();
5772
override bool
needsDestruction
() const
6067
override bool
needsDestruction
()
6069
return memType().
needsDestruction
();
expressionsem.d
2155
if (arg.type.
needsDestruction
())
2256
if (arg.type.
needsDestruction
())
2316
const bool needsDtor = !isRef && arg.type.
needsDestruction
() &&
statementsem.d
1273
if (tfront.
needsDestruction
()) ignoreRef = true;
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDeclCXX.cpp
78
QualType::DestructionKind DtorKind = D.
needsDestruction
(CGF.getContext());
CGDecl.cpp
382
if (D.
needsDestruction
(getContext()) == QualType::DK_cxx_destructor &&
2041
if (QualType::DestructionKind dtorKind = D.
needsDestruction
(getContext()))
2479
D.
needsDestruction
(getContext())) {
ItaniumCXXABI.cpp
361
return !VD->
needsDestruction
(getContext()) && InitDecl->evaluateValue();
373
VD->
needsDestruction
(getContext());
CGClass.cpp
2114
if (P->
needsDestruction
(CGF.getContext()))
CGCall.cpp
3717
param->
needsDestruction
(getContext())) {
CodeGenModule.cpp
4285
D->
needsDestruction
(getContext()) == QualType::DK_cxx_destructor;
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExceptionSpec.cpp
1066
if (VD->
needsDestruction
(Self.Context) == QualType::DK_cxx_destructor) {
/src/external/apache2/llvm/dist/clang/lib/AST/
TextNodeDumper.cpp
1706
if (D->
needsDestruction
(D->getASTContext()))
Decl.cpp
2666
VarDecl::
needsDestruction
(const ASTContext &Ctx) const {
Expr.cpp
3301
VD->
needsDestruction
(Context))
ASTContext.cpp
10959
if (VD->
needsDestruction
(*this))
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Decl.h
1563
QualType::DestructionKind
needsDestruction
(const ASTContext &Ctx) const;
Completed in 89 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026