Home
last modified time | relevance | path

Searched refs:declareVariable (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dstatementsem.d4381 … bool declareVariable(StorageClass storageClass, Type type, Identifier ident, Expression e, Type t) in makeTupleForeach()
4501 if (!declareVariable(p.storageClass, p.type, p.ident, e, t)) in makeTupleForeach()
4511 if (!declareVariable(p.storageClass, p.type, p.ident, e, t)) in makeTupleForeach()
4520 declareVariable(0, e.type, ident, e, null); in makeTupleForeach()
4533 declareVariable(p.storageClass, init_.type, cp.ident, init_, null); in makeTupleForeach()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dstatementsem.c509 bool declareVariable(ForeachStatement *fs, Type *paramtype, TupleExp *te, in declareVariable() function
684 if (!declareVariable(fs, paramtype, te, needExpansion, isStatic, stmts, decls, in makeTupleForeachBody()
695 declareVariable(fs, paramtype, te, needExpansion, isStatic, stmts, decls, in makeTupleForeachBody()
709 declareVariable(fs, paramtype, te, needExpansion, isStatic, stmts, decls, in makeTupleForeachBody()