Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtarget.h209 bool libraryObjectMonitors(FuncDeclaration *fd, Statement *fbody);
H A Dtarget.d284 extern (C++) bool libraryObjectMonitors(FuncDeclaration fd, Statement fbody);
H A Dsemantic3.d1186 if (target.libraryObjectMonitors(funcdecl, sbody)) in visit()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-target.cc575 Target::libraryObjectMonitors (FuncDeclaration *, Statement *) in libraryObjectMonitors() function in Target
H A DChangeLog-2021887 (Target::libraryObjectMonitors): New method.