Searched refs:O_PLUS (Results 1 – 14 of 14) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | regex2.h | 81 #define O_PLUS (10LU<<OPSHIFT) /* + suffix back to prefix */ macro
|
D | regcomp.c | 397 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()
|
D | regengine.inc | 452 case O_PLUS: 614 case O_PLUS: 907 case O_PLUS: /* both forward and back */
|
/external/llvm/lib/Support/ |
D | regex2.h | 84 #define O_PLUS (10LU<<OPSHIFT) /* + suffix back to prefix */ macro
|
D | regcomp.c | 433 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()
|
D | regengine.inc | 452 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/ |
D | regex2.h | 87 #define O_PLUS (10LU<<OPSHIFT) /* + suffix back to prefix */ macro
|
D | regcomp.c | 560 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()
|
D | regengine.inc | 452 case O_PLUS: 614 case O_PLUS: 907 case O_PLUS: /* both forward and back */
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regex2.h | 84 #define O_PLUS (10LU<<OPSHIFT) /* + suffix back to prefix */ macro
|
D | regcomp.c | 433 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()
|
D | regengine.inc | 452 case O_PLUS: 614 case O_PLUS: 907 case O_PLUS: /* both forward and back */
|
/external/mksh/src/ |
D | exprtok.h | 93 FN("+", 1, P_ADD, O_PLUS)
|
D | expr.c | 272 case O_PLUS: in evalexpr() 285 case O_PLUS: in evalexpr() 453 case O_PLUS: in evalexpr()
|