OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:minst
(Results
1 - 2
of
2
) 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
template.h
271
Module *
minst
; // the top module that instantiated this instance
member in class:TemplateInstance
Completed in 25 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026