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

/external/llvm/lib/Support/
H A Dregcomp.c96 static cset *allocset(struct parse *);
665 * Note a significant property of this code: if the allocset() did SETERROR,
686 if ((cs = allocset(p)) == NULL) {
687 /* allocset did set error status in p */
1063 - allocset - allocate a set of characters for []
1066 allocset(struct parse *p) function
/external/swiftshader/third_party/LLVM/lib/Support/
H A Dregcomp.c88 static cset *allocset(struct parse *);
629 * Note a significant property of this code: if the allocset() did SETERROR,
650 if ((cs = allocset(p)) == NULL) {
651 /* allocset did set error status in p */
1027 - allocset - allocate a set of characters for []
1030 allocset(struct parse *p) function
/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A Dregcomp.c96 static cset *allocset(struct parse *);
665 * Note a significant property of this code: if the allocset() did SETERROR,
686 if ((cs = allocset(p)) == NULL) {
687 /* allocset did set error status in p */
1063 - allocset - allocate a set of characters for []
1066 allocset(struct parse *p) function

Completed in 177 milliseconds