HomeSort by: relevance | last modified time | path
    Searched defs:vgate (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/
modules.cc 874 increment the destructor's vgate at construction time. */
877 VarDeclaration *vgate = ((SharedStaticDtorDeclaration *) fd)->vgate; local
878 if (vgate != NULL)
880 tree gate = get_symbol_decl (vgate);
887 VarDeclaration *vgate = ((StaticDtorDeclaration *) fd)->vgate; local
888 if (vgate != NULL)
890 tree gate = get_symbol_decl (vgate);
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
declaration.h 804 VarDeclaration *vgate; // 'gate' variable member in class:StaticDtorDeclaration

Completed in 49 milliseconds