/bionic/libc/upstream-netbsd/lib/libc/regex/ |
regcomp.c | 142 static void ordinary(struct parse *p, int ch); 471 ordinary(p, c); 473 case '{': /* okay as ordinary except if digit follows */ 479 ordinary(p, c); 556 ordinary(p, GETNEXT()); 566 * taken as an ordinary character and then revised to be an anchor. The 617 int starordinary, /* is a leading * an ordinary character? */ 699 ordinary(p, c &~ BACKSL); 832 ordinary(p, firstch(p, cs)); 888 default: /* symbol, ordinary character, or range * 1076 ordinary( function [all...] |
/external/llvm/lib/Support/ |
regcomp.c | 92 static void ordinary(struct parse *, int); 408 ordinary(p, c); 411 case '{': /* okay as ordinary except if digit follows */ 415 ordinary(p, c); 487 ordinary(p, GETNEXT()); 495 * taken as an ordinary character and then revised to be an anchor. The 533 int starordinary) /* is a leading * an ordinary character? */ 611 ordinary(p, (char)c); 738 ordinary(p, firstch(p, cs)); 787 default: /* symbol, ordinary character, or range * 942 ordinary(struct parse *p, int ch) function [all...] |
/external/swiftshader/third_party/LLVM/lib/Support/ |
regcomp.c | 84 static void ordinary(struct parse *, int); 373 ordinary(p, c); 375 case '{': /* okay as ordinary except if digit follows */ 379 ordinary(p, c); 451 ordinary(p, GETNEXT()); 459 * taken as an ordinary character and then revised to be an anchor. The 497 int starordinary) /* is a leading * an ordinary character? */ 575 ordinary(p, (char)c); 702 ordinary(p, firstch(p, cs)); 751 default: /* symbol, ordinary character, or range * 906 ordinary(struct parse *p, int ch) function [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
regcomp.c | 219 static void ordinary(struct parse *, int); 535 ordinary(p, c); 538 case '{': /* okay as ordinary except if digit follows */ 542 ordinary(p, c); 614 ordinary(p, GETNEXT()); 622 * taken as an ordinary character and then revised to be an anchor. The 660 int starordinary) /* is a leading * an ordinary character? */ 738 ordinary(p, (char)c); 865 ordinary(p, firstch(p, cs)); 914 default: /* symbol, ordinary character, or range * 1069 ordinary(struct parse *p, int ch) function [all...] |
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
regcomp.c | 92 static void ordinary(struct parse *, int); 408 ordinary(p, c); 411 case '{': /* okay as ordinary except if digit follows */ 415 ordinary(p, c); 487 ordinary(p, GETNEXT()); 495 * taken as an ordinary character and then revised to be an anchor. The 533 int starordinary) /* is a leading * an ordinary character? */ 611 ordinary(p, (char)c); 738 ordinary(p, firstch(p, cs)); 787 default: /* symbol, ordinary character, or range * 942 ordinary(struct parse *p, int ch) function [all...] |
/external/v8/src/interpreter/ |
interpreter-generator.cc | 460 Label hoisting(this), ordinary(this); 463 &hoisting, &ordinary); local 472 BIND(&ordinary); [all...] |
/external/jarjar/lib/ |
apache-ant-1.9.4.jar | |
/external/owasp/sanitizer/tools/findbugs/lib/ |
ant.jar | |