|
LLVM 22.0.0git
|
#include "Support/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.
Definition at line 51 of file regex_impl.h.
Referenced by llvm_regcomp(), and regatoi().
| 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().
| int llvm_regex::re_magic |
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_regcomp().