Searched refs:isFuncAddress (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dinitsem.c22 FuncDeclaration *isFuncAddress(Expression *e, bool *hasOverloads = NULL);
654 if (FuncDeclaration *f = isFuncAddress(init->exp, &hasOverloads))
H A Ddcast.c26 FuncDeclaration *isFuncAddress(Expression *e, bool *hasOverloads = NULL);
1957 if (FuncDeclaration *f = isFuncAddress(e))
2192 if (FuncDeclaration *f = isFuncAddress(e))
2235 if (FuncDeclaration *f = isFuncAddress(e))
H A Dstatementsem.c37 FuncDeclaration *isFuncAddress(Expression *e, bool *hasOverloads = NULL);
101 if (FuncDeclaration *f = isFuncAddress(s->exp))
2766 if (FuncDeclaration *f = isFuncAddress(rs->exp))
H A Dmtype.c37 FuncDeclaration *isFuncAddress(Expression *e, bool *hasOverloads = NULL);
7388 if (FuncDeclaration *f = isFuncAddress(exp))
H A Dexpressionsem.c63 FuncDeclaration *isFuncAddress(Expression *e, bool *hasOverloads = NULL);
3673 if (FuncDeclaration *f = isFuncAddress(exp, &hasOverloads))
H A Dexpression.c5600 FuncDeclaration *isFuncAddress(Expression *e, bool *hasOverloads = NULL) function
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddcast.d2183 if (auto f = isFuncAddress(e))
2438 if (auto f = isFuncAddress(e))
2493 if (auto f = isFuncAddress(e))
H A Dinitsem.d1055 if (auto f = isFuncAddress(init.exp, &hasOverloads))
H A Dstatementsem.d210 if (auto f = isFuncAddress(s.exp))
2889 if (auto f = isFuncAddress(rs.exp))
H A Dtypesem.d3154 if (auto f = isFuncAddress(mt.exp))
H A Dexpression.d5158 FuncDeclaration isFuncAddress(Expression e, bool* hasOverloads = null)
H A Dexpressionsem.d6951 if (auto f = isFuncAddress(exp, &hasOverloads))

Completed in 206 milliseconds