LLVM: llvm_regex Struct Reference (original) (raw)
#include "[Support/regex_impl.h](regex%5F%5Fimpl%5F8h%5Fsource.html)"
Public Attributes | |
---|---|
int | re_magic |
size_t | re_nsub |
const char * | re_endp |
struct re_guts * | re_g |
Detailed Description
Definition at line 48 of file regex_impl.h.
Member Data Documentation
◆ re_endp
const char* llvm_regex::re_endp
Definition at line 51 of file regex_impl.h.
Referenced by llvm_regcomp(), regatoi(), and llvm::Regex::Regex().
◆ re_g
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().
◆ re_magic
int llvm_regex::re_magic
Definition at line 49 of file regex_impl.h.
Referenced by llvm_regcomp(), llvm_regexec(), and llvm_regfree().
◆ re_nsub
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().
The documentation for this struct was generated from the following file:
- lib/Support/regex_impl.h