Searched refs:introducing (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddeclaration.h92 #define STCfuture 0x4000000000000LL // introducing new base class function
559 bool introducing; // true if 'introducing' function member in class:FuncDeclaration
561 // of the 'introducing' function
H A Dfunc.c344 introducing = 0;
437 if (!fd->isVirtual() || fd->introducing)
857 * This is an 'introducing' function which gets a new
883 * introducing and don't put it in the class vtbl[]
904 introducing = 1;
975 // Treat 'this' as an introducing function, giving it a separate hierarchy in the vtbl[]
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dfunc.d211 introducing = 0x8000, /// If this function introduces the overload set
301 of the 'introducing' function
1496 return !!(this.flags & FUNCFLAG.introducing);
H A Ddsymbolsem.d3457 * This is an 'introducing' function which gets a new
3484 * introducing and don't put it in the class vtbl[]
3505 funcdecl.flags |= FUNCFLAG.introducing;
3600 // Treat 'this' as an introducing function, giving it a separate hierarchy in the vtbl[]
/netbsd-current/external/gpl2/dtc/dist/Documentation/
H A Ddtc-paper.tex234 introducing the description of the root node (named \texttt{/}).
/netbsd-current/external/mit/isl/dist/doc/
H A Dimplementation.tex528 to avoid this overhead in future. That is, we are planning on introducing

Completed in 285 milliseconds