Home
last modified time | relevance | path

Searched defs:hasAlwaysInlines (Results 1 – 3 of 3) 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 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