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

#include "Support/regex_impl.h"

Public Attributes

llvm_regoff_t rm_so
 
llvm_regoff_t rm_eo
 

Detailed Description

Definition at line 43 of file regex_impl.h.

Member Data Documentation

◆ rm_eo

llvm_regoff_t llvm_regmatch_t::rm_eo

Definition at line 45 of file regex_impl.h.

◆ rm_so

llvm_regoff_t llvm_regmatch_t::rm_so

Definition at line 44 of file regex_impl.h.


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