#include "common/h/headers.h"#include <assert.h>#include <sys/types.h>#include <regex.h>#include <boost/functional/hash.hpp>Go to the source code of this file.
Functions | |
| void | dedemangle (char *demangled, char *result) |
| bool | regexEquiv (const char *str_, const char *s, bool checkCase) |
| bool | prefixed_by (std::string &haystack, std::string &prefix) |
| bool | prefixed_by (std::string &haystack, const char *prefix) |
| bool | suffixed_by (std::string &haystack, std::string &suffix) |
| bool | suffixed_by (std::string &haystack, const char *suffix) |
| void dedemangle | ( | char * | demangled, | |
| char * | result | |||
| ) |
Definition at line 44 of file string-regex.C.
Referenced by P_cplus_demangle().
| bool prefixed_by | ( | std::string & | haystack, | |
| const char * | prefix | |||
| ) |
Definition at line 239 of file string-regex.C.
References prefixed_by().
| bool prefixed_by | ( | std::string & | haystack, | |
| std::string & | prefix | |||
| ) |
Definition at line 226 of file string-regex.C.
Referenced by prefixed_by().
| bool regexEquiv | ( | const char * | str_, | |
| const char * | s, | |||
| bool | checkCase | |||
| ) |
Definition at line 188 of file string-regex.C.
Referenced by Dyninst::SymtabAPI::Symtab::findSymbol().
| bool suffixed_by | ( | std::string & | haystack, | |
| const char * | suffix | |||
| ) |
Definition at line 264 of file string-regex.C.
References suffixed_by().
| bool suffixed_by | ( | std::string & | haystack, | |
| std::string & | suffix | |||
| ) |
Definition at line 246 of file string-regex.C.
Referenced by suffixed_by().
1.6.1