Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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) { in p_bracket()
687 /* allocset did set error status in p */ in p_bracket()
1063 - allocset - allocate a set of characters for []
1066 allocset(struct parse *p) in allocset() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A Dregcomp.c224 static cset *allocset(struct parse *);
793 * Note a significant property of this code: if the allocset() did SETERROR,
814 if ((cs = allocset(p)) == NULL) { in p_bracket()
815 /* allocset did set error status in p */ in p_bracket()
1191 - allocset - allocate a set of characters for []
1194 allocset(struct parse *p) in allocset() function

Completed in 5 milliseconds