Home
last modified time | relevance | path

Searched refs:O_PLUS (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Support/
Dregex2.h81 #define O_PLUS (10LU<<OPSHIFT) /* + suffix back to prefix */ macro
Dregcomp.c397 ASTERN(O_PLUS, pos); in p_ere_exp()
403 ASTERN(O_PLUS, pos); in p_ere_exp()
582 ASTERN(O_PLUS, pos); in p_simp_re()
997 ASTERN(O_PLUS, start); in repeat()
1515 case O_PLUS: in pluscount()
Dregengine.inc452 case O_PLUS:
614 case O_PLUS:
907 case O_PLUS: /* both forward and back */
/external/llvm/lib/Support/
Dregex2.h84 #define O_PLUS (10LU<<OPSHIFT) /* + suffix back to prefix */ macro
Dregcomp.c433 ASTERN(O_PLUS, pos); in p_ere_exp()
439 ASTERN(O_PLUS, pos); in p_ere_exp()
618 ASTERN(O_PLUS, pos); in p_simp_re()
1033 ASTERN(O_PLUS, start); in repeat()
1564 case O_PLUS: in pluscount()
Dregengine.inc452 case O_PLUS:
614 case O_PLUS:
907 case O_PLUS: /* both forward and back */
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
Dregex2.h87 #define O_PLUS (10LU<<OPSHIFT) /* + suffix back to prefix */ macro
Dregcomp.c560 ASTERN(O_PLUS, pos); in p_ere_exp()
566 ASTERN(O_PLUS, pos); in p_ere_exp()
745 ASTERN(O_PLUS, pos); in p_simp_re()
1160 ASTERN(O_PLUS, start); in repeat()
1691 case O_PLUS: in pluscount()
Dregengine.inc452 case O_PLUS:
614 case O_PLUS:
907 case O_PLUS: /* both forward and back */
/external/swiftshader/third_party/llvm-subzero/lib/Support/
Dregex2.h84 #define O_PLUS (10LU<<OPSHIFT) /* + suffix back to prefix */ macro
Dregcomp.c433 ASTERN(O_PLUS, pos); in p_ere_exp()
439 ASTERN(O_PLUS, pos); in p_ere_exp()
618 ASTERN(O_PLUS, pos); in p_simp_re()
1033 ASTERN(O_PLUS, start); in repeat()
1564 case O_PLUS: in pluscount()
Dregengine.inc452 case O_PLUS:
614 case O_PLUS:
907 case O_PLUS: /* both forward and back */
/external/mksh/src/
Dexprtok.h93 FN("+", 1, P_ADD, O_PLUS)
Dexpr.c272 case O_PLUS: in evalexpr()
285 case O_PLUS: in evalexpr()
453 case O_PLUS: in evalexpr()