Home
last modified time | relevance | path

Searched refs:getIdent (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddmangle.c355 if (p->getIdent()) in mangleParent()
592 ti->getIdent(); in visit()
H A Ddsymbol.h196 virtual Identifier *getIdent();
H A Dtemplate.h339 Identifier *getIdent();
H A Ddsymbol.c206 Identifier *Dsymbol::getIdent() in getIdent() function
H A Ddtemplate.c500 … hash = mixHash(hash, mixHash((size_t)(void *)s1->getIdent(), (size_t)(void *)s1->parent)); in arrayObjectHash()
7672 Identifier *TemplateInstance::getIdent() in getIdent() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtemplate.h284 Identifier *getIdent();
H A Ddsymbol.h216 virtual Identifier *getIdent();
H A Ddmangle.d489 else if (p.getIdent()) in mangleParent()
H A Ddsymbol.d706 Identifier getIdent() in getIdent() function
H A Ddtemplate.d403 …hash = mixHash(hash, mixHash(cast(size_t)cast(void*)s1.getIdent(), cast(size_t)cast(void*)s1.paren… in arrayObjectHash()
6072 override final Identifier getIdent() in getIdent() function
/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DConversionController.cpp552 ident = *assignmentNode->getIdent(); in convertAssignmentNodeToValue()
1199 std::string * fieldName = assignmentNode->getIdent(); in createIVTDataSource()
H A DElftosbAST.h647 inline std::string * getIdent() { return m_ident; } in getIdent() function