Searched refs:llvm_regmatch_t (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregex_impl.h46 } llvm_regmatch_t; typedef in typeref:struct:__anon3827
100 llvm_regmatch_t [], int);
H A Dregexec.c142 llvm_regmatch_t pmatch[], int eflags)
H A DRegex.cpp99 SmallVector<llvm_regmatch_t, 8> pm;
H A Dregengine.inc74 llvm_regmatch_t *pmatch; /* [nsub+1] (0 element unused) */
88 llvm_regmatch_t[], int);
132 llvm_regmatch_t pmatch[],
210 m->pmatch = (llvm_regmatch_t *)malloc((m->g->nsub + 1) *
211 sizeof(llvm_regmatch_t));

Completed in 61 milliseconds