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

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
aggregate.h 173 FuncDeclarations postblits; // Array of postblit functions
174 FuncDeclaration *postblit; // aggregate postblit member in class:StructDeclaration
  /src/external/gpl3/gcc.old/dist/gcc/d/
expr.cc 47 /* Determine if type T is a struct that has a postblit. */
56 if (ts->sym->postblit)
937 /* Determine if we need to run postblit or dtor. */
938 bool postblit = needs_postblit (etype) && lvalue_p (e->e2); local
952 if ((postblit || destructor) && e->op != EXP::blit)
954 /* Need to call postblit/destructor as part of assignment.
986 if (!postblit && !destructor)
1029 else if ((postblit || destructor)
1144 /* Determine if we need to run postblit. */
1145 const bool postblit = needs_postblit (etype) local
    [all...]

Completed in 58 milliseconds