Searched defs:allocset (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Support/
H A Dregcomp.c88 static cset *allocset(struct parse *);
657 * Note a significant property of this code: if the allocset() did SETERROR,
678 if ((cs = allocset(p)) == NULL) {
679 /* allocset did set error status in p */
1055 - allocset - allocate a set of characters for []
1058 allocset(struct parse *p) function

Completed in 53 milliseconds