HomeSort by: relevance | last modified time | path
    Searched refs:FuncDeclarations (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
aggregate.h 97 FuncDeclarations invs; // Array of invariants
173 FuncDeclarations postblits; // Array of postblit functions
221 FuncDeclarations vtbl;
226 bool fillVtbl(ClassDeclaration *cd, FuncDeclarations *vtbl, int newinstance);
arraytypes.h 32 typedef Array<class FuncDeclaration *> FuncDeclarations;
arraytypes.d 38 alias FuncDeclarations = Array!(FuncDeclaration);
declaration.h 230 FuncDeclarations nestedrefs; // referenced by these lexically nested functions
537 FuncDeclarations foverrides; // functions this function overrides
612 FuncDeclarations siblingCallers;
614 FuncDeclarations *inlinedNestedCallees;
844 FuncDeclarations deferredNested;
dclass.d 49 FuncDeclarations vtbl;
71 extern (C++) bool fillVtbl(ClassDeclaration cd, FuncDeclarations* vtbl, int newinstance)
aggregate.d 129 FuncDeclarations invs; /// Array of invariants
dstruct.d 206 FuncDeclarations postblits; // Array of postblit functions
func.d 264 FuncDeclarations foverrides; /// functions this function overrides
343 FuncDeclarations siblingCallers;
345 FuncDeclarations *inlinedNestedCallees;
2126 FuncDeclarations a;
4207 FuncDeclarations deferredNested;
declaration.d 1074 FuncDeclarations nestedrefs; // referenced by these lexically nested functions
escape.d 2098 FuncDeclarations byfunc; // nested functions that are turned into delegates
  /src/external/gpl3/gcc.old/dist/gcc/d/
typeinfo.cc 506 FuncDeclarations bvtbl;

Completed in 33 milliseconds