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 function in class:Node
706 virtual bool IsTypeName(const char* name, size_t length) const function in class:SubstitutionNode
708 return fNode->IsTypeName(name, length);
860 virtual bool IsTypeName(const char* name, size_t length) const function in class:SimpleTypeNode
895 if (fType->IsTypeName("bool", 4) && fLength == 1
901 if (!fType->IsTypeName("int", 3)) {
1782 && child->IsTypeName("void", 4)) {
1857 && child->IsTypeName("void", 4)) {

Completed in 35 milliseconds