Home
last modified time | relevance | path

Searched refs:callScopeDtor (Results 1 – 23 of 23) sorted by relevance

/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/
H A Ddeclaration.h285 Expression *callScopeDtor(Scope *sc);
H A Ddeclaration.c1588 edtor = callScopeDtor(sc); in semantic()
2082 Expression *VarDeclaration::callScopeDtor(Scope *) in callScopeDtor() function
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/
H A Ddeclaration.h285 Expression *callScopeDtor(Scope *sc);
H A Ddeclaration.c1581 edtor = callScopeDtor(sc); in semantic()
2075 Expression *VarDeclaration::callScopeDtor(Scope *) in callScopeDtor() function
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/
H A Ddeclaration.h285 Expression *callScopeDtor(Scope *sc);
H A Ddeclaration.c1588 edtor = callScopeDtor(sc); in semantic()
2082 Expression *VarDeclaration::callScopeDtor(Scope *) in callScopeDtor() function
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/
H A Ddeclaration.c1601 edtor = callScopeDtor(sc); in semantic()
2095 Expression *VarDeclaration::callScopeDtor(Scope *) in callScopeDtor() function
H A Ddeclaration.h286 Expression *callScopeDtor(Scope *sc);
/dports/lang/gcc10/gcc-10.3.0/gcc/d/dmd/
H A Ddeclaration.c1608 edtor = callScopeDtor(sc); in semantic()
2102 Expression *VarDeclaration::callScopeDtor(Scope *) in callScopeDtor() function
H A Ddeclaration.h286 Expression *callScopeDtor(Scope *sc);
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/dmd/
H A Ddeclaration.c1608 edtor = callScopeDtor(sc); in semantic()
2102 Expression *VarDeclaration::callScopeDtor(Scope *) in callScopeDtor() function
H A Ddeclaration.h286 Expression *callScopeDtor(Scope *sc);
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/
H A Ddeclaration.h294 Expression *callScopeDtor(Scope *sc);
H A Ddeclaration.c1122 Expression *VarDeclaration::callScopeDtor(Scope *) in callScopeDtor() function
H A Ddsymbolsem.c1032 dsym->edtor = dsym->callScopeDtor(sc); in visit()
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/
H A Ddeclaration.h294 Expression *callScopeDtor(Scope *sc);
H A Ddeclaration.c1122 Expression *VarDeclaration::callScopeDtor(Scope *) in callScopeDtor() function
H A Ddsymbolsem.c1032 dsym->edtor = dsym->callScopeDtor(sc); in visit()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/
H A Ddeclaration.h294 Expression *callScopeDtor(Scope *sc);
H A Ddeclaration.c1122 Expression *VarDeclaration::callScopeDtor(Scope *) in callScopeDtor() function
H A Ddsymbolsem.c1032 dsym->edtor = dsym->callScopeDtor(sc); in visit()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Ddeclaration.d1380 extern (D) final Expression callScopeDtor(Scope* sc) in callScopeDtor() function
H A Ddsymbolsem.d1121 dsym.edtor = dsym.callScopeDtor(sc); in visit()