Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtypesem.d1050 __gshared FuncDeclaration fhash = null; in typeSemantic() local
1055 if (!fhash) in typeSemantic()
1056 fhash = search_function(ClassDeclaration.object, Id.tohash).isFuncDeclaration(); in typeSemantic()
1057 assert(fcmp && feq && fhash); in typeSemantic()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmtype.c4757 static FuncDeclaration *fhash = NULL; in semantic() local
4760 … if (!fhash) fhash = search_function(ClassDeclaration::object, Id::tohash)->isFuncDeclaration(); in semantic()
4761 assert(fcmp && feq && fhash); in semantic()