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

  /external/llvm/lib/Support/
regcomp.c 109 static void doinsert(struct parse *, sop, size_t, sopno);
140 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos)
1369 doinsert(struct parse *p, sop op, size_t opnd, sopno pos) function
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
regcomp.c 101 static void doinsert(struct parse *, sop, size_t, sopno);
132 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos)
1328 - doinsert - insert a sop into the strip
1331 doinsert(struct parse *p, sop op, size_t opnd, sopno pos) function
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
regcomp.c 109 static void doinsert(struct parse *, sop, size_t, sopno);
140 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos)
1369 doinsert(struct parse *p, sop op, size_t opnd, sopno pos) function
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regcomp.c 164 static void doinsert(struct parse *p, sop op, sopno opnd, sopno pos);
200 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos)
1699 doinsert( function
    [all...]

Completed in 261 milliseconds