Searched refs:_arguments (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/bsd/kyua-cli/dist/utils/cmdline/
H A Dparser.hpp72 args_vector _arguments; member in class:utils::cmdline::parsed_cmdline
H A Dparser.cpp217 _arguments(arguments_)
263 return _arguments;
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dsemantic3.d229 VarDeclaration _arguments = null;
399 // Declare hidden variable _arguments[] and _argptr
416 // Declare _arguments[]
425 _arguments = new VarDeclaration(funcdecl.loc, t, Id._arguments, null);
426 _arguments.storage_class |= STC.temp;
427 _arguments.dsymbolSemantic(sc2);
428 sc2.insert(_arguments);
429 _arguments.parent = funcdecl;
1073 if (_arguments)
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dfunc.c1357 VarDeclaration *_arguments = NULL; local
1522 // Declare hidden variable _arguments[] and _argptr
1539 // Declare _arguments[]
1548 _arguments = new VarDeclaration(Loc(), t, Id::_arguments, NULL);
1549 _arguments->storage_class |= STCtemp;
1550 _arguments->semantic(sc2);
1551 sc2->insert(_arguments);
1552 _arguments->parent = this;
2110 if (_arguments)
[all...]

Completed in 600 milliseconds