Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dctfeexpr.c1172 FuncDeclaration *funcptrOf(Expression *e) in funcptrOf() function
1237 if (funcptrOf(e1) != funcptrOf(e2)) in ctfeRawCmp()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dctfeexpr.d1163 private FuncDeclaration funcptrOf(Expression e) in funcptrOf() function
1227 if (funcptrOf(e1) != funcptrOf(e2))