Home
last modified time | relevance | path

Searched defs:needsDestruction (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dmtype.d2571 bool needsDestruction() in needsDestruction() function
3812 override bool needsDestruction() in needsDestruction() function
5772 override bool needsDestruction() const in needsDestruction() function
6067 override bool needsDestruction() in needsDestruction() function
H A Dmtype.c1759 bool Type::needsDestruction() in needsDestruction() function
4334 bool TypeSArray::needsDestruction() in needsDestruction() function
7732 bool TypeEnum::needsDestruction() in needsDestruction() function
8178 bool TypeStruct::needsDestruction() in needsDestruction() function
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmtype.c1759 bool Type::needsDestruction() in needsDestruction() function
4334 bool TypeSArray::needsDestruction() in needsDestruction() function
7732 bool TypeEnum::needsDestruction() in needsDestruction() function
8178 bool TypeStruct::needsDestruction() in needsDestruction() function
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp2666 VarDecl::needsDestruction(const ASTContext &Ctx) const { in needsDestruction() function in VarDecl