Home
last modified time | relevance | path

Searched refs:setbits (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Support/
H A Dregfree.c67 if (g->setbits != NULL) in llvm_regfree()
68 free((char *)g->setbits); in llvm_regfree()
H A Dregcomp.c342 g->setbits = NULL; in llvm_regcomp()
1220 ptr = (uch *)realloc((char *)p->g->setbits, nbytes); in allocset()
1223 p->g->setbits = ptr; in allocset()
1226 p->g->sets[i].ptr = p->g->setbits + css*(i/CHAR_BIT); in allocset()
1228 (void) memset((char *)p->g->setbits + (nbytes - css), 0, css); in allocset()
1231 if (p->g->sets == NULL || p->g->setbits == NULL) in allocset()
1235 cs->ptr = p->g->setbits + css*((no)/CHAR_BIT); in allocset()
1245 free(p->g->setbits); in allocset()
1246 p->g->setbits = NULL; in allocset()
1398 for (i = 0, col = g->setbits; i < ncols; i++, col += g->csetsize) in isinsets()
[all …]
H A Dregex2.h139 uch *setbits; /* -> uch[csetsize][ncsets/CHAR_BIT] */ member