HomeSort by: relevance | last modified time | path
    Searched refs:fdrequire (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
func.d 265 FuncDeclaration fdrequire; /// function that does the in contract
2177 if (fdrequire || fdensure)
2280 if (!sf || !fdv.fdrequire)
2288 Expression e = new CallExp(loc, new VarExp(loc, fdv.fdrequire, false), params);
2336 if (sf && fdv.fdrequire)
2338 const loc = this.fdrequire.loc;
2347 Expression e = new CallExp(loc, new VarExp(loc, fdv.fdrequire, false), params);
2499 fdrequire = fd;
json.d 663 if (d.fdrequire)
666 d.fdrequire.accept(this);
declaration.h 538 FuncDeclaration *fdrequire; // function that does the in contract member in class:FuncDeclaration

Completed in 19 milliseconds