Searched defs:gag (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | escape.c | 38 …atic void unsafeAssign(Scope *sc, FuncDeclaration *fdc, Identifier *par, Expression *arg, bool gag, in unsafeAssign() 65 …eckParamArgumentEscape(Scope *sc, FuncDeclaration *fdc, Identifier *par, Expression *arg, bool gag) in checkParamArgumentEscape() 185 bool checkAssignEscape(Scope *sc, Expression *e, bool gag) in checkAssignEscape() 429 bool checkThrowEscape(Scope *sc, Expression *e, bool gag) in checkThrowEscape() 481 bool checkReturnEscape(Scope *sc, Expression *e, bool gag) in checkReturnEscape() 498 bool checkReturnEscapeRef(Scope *sc, Expression *e, bool gag) in checkReturnEscapeRef() 507 static void escapingRef(VarDeclaration *v, Expression *e, bool &result, bool gag) in escapingRef() 521 static bool checkReturnEscapeImpl(Scope *sc, Expression *e, bool refs, bool gag) in checkReturnEscapeImpl()
|
H A D | aliasthis.c | 25 Expression *resolveAliasThis(Scope *sc, Expression *e, bool gag) in resolveAliasThis()
|
H A D | globals.h | 232 unsigned gag; // !=0 means gag reporting of errors & warnings member
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | escape.d | 57 Expression ethis, Expressions* arguments, bool gag) in checkMutableArguments() 213 bool checkArrayLiteralEscape(Scope *sc, ArrayLiteralExp ae, bool gag) in checkArrayLiteralEscape() 236 bool checkAssocArrayLiteralEscape(Scope *sc, AssocArrayLiteralExp ae, bool gag) in checkAssocArrayLiteralEscape() 267 …mentEscape(Scope* sc, FuncDeclaration fdc, Parameter par, Expression arg, bool assertmsg, bool gag) in checkParamArgumentEscape() 429 …checkParamArgumentReturn(Scope* sc, Expression firstArg, Expression arg, Parameter param, bool gag) in checkParamArgumentReturn() 464 bool checkConstructorEscape(Scope* sc, CallExp ce, bool gag) in checkConstructorEscape() 518 bool checkAssignEscape(Scope* sc, Expression e, bool gag, bool byRef) in checkAssignEscape() 946 bool checkThrowEscape(Scope* sc, Expression e, bool gag) in checkThrowEscape() 993 bool checkNewEscape(Scope* sc, Expression e, bool gag) in checkNewEscape() 1151 bool checkReturnEscape(Scope* sc, Expression e, bool gag) in checkReturnEscape() [all …]
|
H A D | globals.d | 321 uint gag; /// !=0 means gag reporting of errors & warnings member
|
H A D | globals.h | 285 unsigned gag; // !=0 means gag reporting of errors & warnings member
|
H A D | mtype.d | 315 gag = 1, // don't report "not a property" error and just return null enumerator
|