OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isSharedStaticDtorDeclaration
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
dsymbol.h
288
virtual SharedStaticDtorDeclaration *
isSharedStaticDtorDeclaration
() { return NULL; }
json.d
426
property("kind", s.
isSharedStaticDtorDeclaration
()
declaration.h
822
SharedStaticDtorDeclaration *
isSharedStaticDtorDeclaration
() { return this; }
dsymbol.d
1349
inout(SharedStaticDtorDeclaration)
isSharedStaticDtorDeclaration
() inout { return null; }
dsymbolsem.d
4294
const(char)* s = (sdd.
isSharedStaticDtorDeclaration
() ? "shared " : "");
4320
const bool isShared = !!sdd.
isSharedStaticDtorDeclaration
();
4359
const(char)* s = (sdd.
isSharedStaticDtorDeclaration
() ? "shared " : "");
func.d
4134
override inout(SharedStaticDtorDeclaration)
isSharedStaticDtorDeclaration
() inout
hdrgen.d
1743
if (d.
isSharedStaticDtorDeclaration
())
/src/external/gpl3/gcc.old/dist/gcc/d/
modules.cc
875
if (fd->
isSharedStaticDtorDeclaration
())
Completed in 38 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026