Home
last modified time | relevance | path

Searched refs:shidden (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dtoir.cc973 if (this->func_->shidden) in visit()
1015 SET_DECL_LANG_NRVO (var, this->func_->shidden); in visit()
1029 sle->sym = build_address (this->func_->shidden); in visit()
1034 add_stmt (build_memset_call (this->func_->shidden)); in visit()
1048 expr = build_assign (INIT_EXPR, this->func_->shidden, expr); in visit()
H A Ddecl.cc1027 d->shidden = build_deref (resdecl); in visit()
1030 d->shidden = resdecl; in visit()
1043 SET_DECL_LANG_NRVO (var, d->shidden); in visit()
H A DChangeLog-2020214 for all TREE_ADDRESSABLE types. Set shidden to the RESULT_DECL.
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.h590 Symbol *shidden; // hidden pointer passed to function variable
H A Dfunc.d318 Symbol* shidden; /// hidden pointer passed to function variable
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddeclaration.h579 Symbol *shidden; // hidden pointer passed to function variable
H A Dfunc.c354 shidden = NULL; in FuncDeclaration()