Home
last modified time | relevance | path

Searched defs:ParameterList (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dmtype.h582 struct ParameterList struct
598 ParameterList parameterList; // function parameters argument
H A Dmtype.d6695 extern (C++) struct ParameterList struct
6698 Parameters* parameters;
6699 StorageClass stc; // storage class of ...
6700 VarArg varargs = VarArg.none;
6701 bool hasIdentifierList; // true if C identifier-list style
6711 size_t length() in length()
6738 extern (D) ParameterList syntaxCopy() in syntaxCopy() argument
6744 extern (D) bool opEquals(scope ref ParameterList other) const in opEquals() argument
H A Dastcodegen.d85 alias ParameterList = dmd.mtype.ParameterList; member
/netbsd-src/external/bsd/byacc/dist/test/
H A Dgrammar.y164 } ParameterList; typedef
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DMacroInfo.h55 IdentifierInfo **ParameterList = nullptr; variable