/external/llvm/lib/Support/ |
regcomp.c | 100 static void doemit(struct parse *, sop, size_t); 131 #define EMIT(op, sopnd) doemit(p, (sop)(op), (size_t)(sopnd)) 1330 - doemit - emit a strip operator 1337 doemit(struct parse *p, sop op, size_t opnd) function [all...] |
/ndk/sources/host-tools/ndk-stack/regex/ |
regcomp.c | 99 static void doemit(struct parse *, sop, size_t); 130 #define EMIT(op, sopnd) doemit(p, (sop)(op), (size_t)(sopnd)) 1294 - doemit - emit a strip operator 1301 doemit(struct parse *p, sop op, size_t opnd) function [all...] |
/bionic/libc/upstream-netbsd/libc/regex/ |
regcomp.c | 163 static void doemit(struct parse *p, sop op, sopno opnd); 199 #define EMIT(op, sopnd) doemit(p, (sop)(op), sopnd) 1676 doemit( function [all...] |