Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dfunc.c442 fd->flags |= FUNCFLAGinferScope; in initInferAttributes()
1596 if (flags & FUNCFLAGinferScope && !(fparam->storageClass & STCscope)) in semantic3()
2312 flags &= ~FUNCFLAGinferScope; in semantic3()
2508 if (flags & FUNCFLAGinferScope && !(v->storage_class & STCscope)) in declareThis()
2534 if (flags & FUNCFLAGinferScope && !(v->storage_class & STCscope)) in declareThis()
H A Ddeclaration.h512 #define FUNCFLAGinferScope 0x40 // infer 'scope' for parameters macro