Home
last modified time | relevance | path

Searched refs:hasAlwaysInlines (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dmodule.h78 bool hasAlwaysInlines; // contains references to functions that must be inlined variable
H A Ddeclaration.h667 bool hasAlwaysInlines() const;
H A Ddmodule.d358 bool hasAlwaysInlines; // contains references to functions that must be inlined variable
H A Dfunc.d1519 final bool hasAlwaysInlines() const scope @safe pure nothrow @nogc in hasAlwaysInlines() function
H A Dexpressionsem.d1718 sc._module.hasAlwaysInlines = true; in functionParameters()