Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/debugger/demangle/
H A Dgcc3+.cpp602 virtual bool IsTypeName(const char* name, size_t length) const in IsTypeName() function in Node
706 virtual bool IsTypeName(const char* name, size_t length) const in IsTypeName() function in SubstitutionNode
708 return fNode->IsTypeName(name, length); in IsTypeName()
860 virtual bool IsTypeName(const char* name, size_t length) const in IsTypeName() function in SimpleTypeNode
895 if (fType->IsTypeName("bool", 4) && fLength == 1 in GetName()
901 if (!fType->IsTypeName("int", 3)) { in GetName()
1782 && child->IsTypeName("void", 4)) { in GetDecoratedName()
1857 && child->IsTypeName("void", 4)) { in ParameterAt()