OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:funcalias
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
func.d
2951
if (int r = overloadApply(fa.
funcalias
, dg, sc))
3621
FuncDeclaration
funcalias
;
3624
extern (D) this(Identifier ident, FuncDeclaration
funcalias
, bool hasOverloads = true)
3626
super(
funcalias
.loc,
funcalias
.endloc, ident,
funcalias
.storage_class,
funcalias
.type);
3627
assert(
funcalias
!= this);
3628
this.
funcalias
=
funcalias
;
[
all
...]
declaration.h
701
FuncDeclaration *
funcalias
;
member in class:FuncAliasDeclaration
/src/external/gpl3/gcc.old/dist/gcc/d/
decl.cc
1202
decl->csym = get_symbol_decl (fad->
funcalias
);
Completed in 23 milliseconds
Indexes created Mon Jun 22 00:25:11 UTC 2026