OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tupletype
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
declaration.d
567
TypeTuple
tupletype
; // !=null if this is a type tuple
593
if (!
tupletype
)
634
tupletype
= new TypeTuple(args);
636
return
tupletype
.typeSemantic(Loc.initial, null);
638
return
tupletype
;
declaration.h
170
TypeTuple *
tupletype
; // !=NULL if this is a type tuple
member in class:TupleDeclaration
Completed in 22 milliseconds
Indexes created Thu Jun 11 00:25:07 UTC 2026