LLVM API Documentation
#include <regex_impl.h>
Public Attributes | |
int | re_magic |
size_t | re_nsub |
const char * | re_endp |
struct re_guts * | re_g |
Definition at line 48 of file regex_impl.h.
const char* llvm_regex::re_endp |
Definition at line 51 of file regex_impl.h.
Referenced by llvm_regcomp(), regatoi(), and llvm::Regex::Regex().
struct re_guts* llvm_regex::re_g |
Definition at line 52 of file regex_impl.h.
Referenced by llvm_regcomp(), llvm_regexec(), and llvm_regfree().
Definition at line 49 of file regex_impl.h.
Referenced by llvm_regcomp(), llvm_regexec(), and llvm_regfree().
size_t llvm_regex::re_nsub |
Definition at line 50 of file regex_impl.h.
Referenced by llvm::Regex::getNumMatches(), llvm_regcomp(), and llvm::Regex::match().