LLVM 22.0.0git
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(), and regatoi().

◆ 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_regcomp().


The documentation for this struct was generated from the following file: