OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:useStaticInit
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
expression.h
473
bool
useStaticInit
; // if this is true, use the StructDeclaration's init symbol
typesem.d
2407
e.isStructLiteralExp().
useStaticInit
= true;
3408
e.isStructLiteralExp().
useStaticInit
= true;
expression.d
3188
bool
useStaticInit
; /// if this is true, use the StructDeclaration's init symbol
3280
if (
useStaticInit
&& e.type.needsNested())
3283
se.
useStaticInit
= true;
mtype.d
5715
structinit.
useStaticInit
= true;
expressionsem.d
4521
sle.
useStaticInit
= false;
/src/external/gpl3/gcc.old/dist/gcc/d/
expr.cc
1663
sle->
useStaticInit
= false;
2826
if (e->
useStaticInit
&& !this->constp_)
2894
gcc_assert (e->
useStaticInit
== false);
Completed in 33 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026