Home
last modified time | relevance | path

Searched defs:findFieldIndexByName (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dctfeexpr.d83 int findFieldIndexByName(VarDeclaration v) in findFieldIndexByName() function
114 int findFieldIndexByName(const StructDeclaration sd, const VarDeclaration v) pure in findFieldIndexByName() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dctfeexpr.c65 int ClassReferenceExp::findFieldIndexByName(VarDeclaration *v) in findFieldIndexByName() function
101 int findFieldIndexByName(StructDeclaration *sd, VarDeclaration *v) in findFieldIndexByName() function