OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:minst
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
scope.h
93
/* If
minst
&& !tinst, it's in definitely non-speculative scope (eg. module member scope).
94
* If !
minst
&& !tinst, it's in definitely speculative scope (eg. template constraint).
95
* If
minst
&& tinst, it's in instantiated code scope without speculation.
96
* If !
minst
&& tinst, it's in instantiated code scope with speculation.
98
Module *
minst
; // root module where the instantiated templates should belong to
member in struct:Scope
typinf.d
168
if (ti.
minst
|| sd.requestTypeInfo)
198
if (!ti.needsCodegen() && !ti.
minst
)
dstruct.d
109
else if (!sc.
minst
)
142
if (ti.
minst
&& !ti.
minst
.isRoot())
semantic2.d
99
sc.
minst
= null;
158
sc.
minst
= tempinst.
minst
;
213
sc.
minst
= tmix.
minst
;
dtemplate.d
834
scx.
minst
= null;
1036
paramscope.
minst
= sc.
minst
;
2237
sc2.
minst
= sc.
minst
;
5821
Module
minst
; // the top module that instantiated this instance
6217
* Note:
minst
does not stabilize until semantic analysis is completed,
6222
//
minst
is finalized after the 1st invocation.
6232
minst
= null; // mark as speculative
6241
if (
minst
&& minst.isRoot()
[
all
...]
dscope.d
102
/* If
minst
&& !tinst, it's in definitely non-speculative scope (eg. module member scope).
103
* If !
minst
&& !tinst, it's in definitely speculative scope (eg. template constraint).
104
* If
minst
&& tinst, it's in instantiated code scope without speculation.
105
* If !
minst
&& tinst, it's in instantiated code scope with speculation.
107
Module
minst
; /// root module where the instantiated templates should belong to
168
sc.
minst
= _module;
282
sc.
minst
= null;
template.h
271
Module *
minst
; // the top module that instantiated this instance
member in class:TemplateInstance
dsymbolsem.d
1269
if (sc.
minst
&& sc.tinst)
1271
importer = sc.
minst
;
4643
sc.
minst
= null;
5761
// Get the instantiating module from the scope
minst
5762
tempinst.
minst
= sc.
minst
;
5768
tempinst.
minst
= null;
5885
if (tempinst.
minst
&& tempinst.
minst
.isRoot() && !(tempinst.inst.
minst
&& tempinst.inst.minst.isRoot())
[
all
...]
semantic3.d
117
sc.
minst
= tempinst.
minst
;
1549
sc3.
minst
= sc.
minst
;
clone.d
113
sc.
minst
= null;
471
sc.
minst
= null;
traits.d
1729
sc2.
minst
= null;
expressionsem.d
5529
sc2.
minst
= null;
/src/external/gpl3/gcc.old/dist/gcc/d/
typeinfo.cc
1774
if (ti->
minst
|| sd->requestTypeInfo)
1787
if (!ti->needsCodegen () && !ti->
minst
)
Completed in 112 milliseconds
Indexes created Wed Mar 18 00:23:26 UTC 2026