HomeSort by relevance Sort by last modified time
    Searched refs:allocset (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Support/
regcomp.c 88 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
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
regcomp.c 87 static cset *allocset(struct parse *);
621 * Note a significant property of this code: if the allocset() did SETERROR,
642 if ((cs = allocset(p)) == NULL) {
643 /* allocset did set error status in p */
1019 - allocset - allocate a set of characters for []
1022 allocset(struct parse *p) function
    [all...]
  /bionic/libc/upstream-netbsd/libc/regex/
regcomp.c 146 static cset *allocset(struct parse *p);
755 * Note a significant property of this code: if the allocset() did SETERROR,
766 cs = allocset(p);
1226 - allocset - allocate a set of characters for []
1227 == static cset *allocset(struct parse *p);
1230 allocset( function
    [all...]

Completed in 4504 milliseconds