LLVM 19.0.0git
Public Attributes | List of all members
llvm_regex Struct Reference

#include "Support/regex_impl.h"

Public Attributes

int re_magic
 
size_t re_nsub
 
const charre_endp
 
struct re_gutsre_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: