Home
last modified time | relevance | path

Searched refs:alternatives (Results 1 – 25 of 72) sorted by relevance

123

/external/v8/src/
Dast.cc693 return ListCaptureRegisters(alternatives()); in CaptureRegisters()
746 ZoneList<RegExpTree*>* alternatives = this->alternatives(); in IsAnchoredAtStart() local
747 for (int i = 0; i < alternatives->length(); i++) { in IsAnchoredAtStart()
748 if (!alternatives->at(i)->IsAnchoredAtStart()) in IsAnchoredAtStart()
756 ZoneList<RegExpTree*>* alternatives = this->alternatives(); in IsAnchoredAtEnd() local
757 for (int i = 0; i < alternatives->length(); i++) { in IsAnchoredAtEnd()
758 if (!alternatives->at(i)->IsAnchoredAtEnd()) in IsAnchoredAtEnd()
806 for (int i = 0; i < that->alternatives()->length(); i++) { in VisitDisjunction()
808 that->alternatives()->at(i)->Accept(this, data); in VisitDisjunction()
951 RegExpDisjunction::RegExpDisjunction(ZoneList<RegExpTree*>* alternatives) in RegExpDisjunction() argument
[all …]
Djsregexp.cc3313 choice()->alternatives()->at(i).node()); in Call()
3412 for (int i = 0; i < that->alternatives()->length(); i++) { in VisitChoice()
3413 GuardedAlternative alt = that->alternatives()->at(i); in VisitChoice()
3417 for (int i = 0; i < that->alternatives()->length(); i++) { in VisitChoice()
3418 GuardedAlternative alt = that->alternatives()->at(i); in VisitChoice()
3724 ZoneList<RegExpTree*>* alternatives = this->alternatives(); in ToNode() local
3725 int length = alternatives->length(); in ToNode()
3728 GuardedAlternative alternative(alternatives->at(i)->ToNode(compiler, in ToNode()
4894 for (int i = 0; i < that->alternatives()->length(); i++) { in VisitChoice()
4895 RegExpNode* node = that->alternatives()->at(i).node(); in VisitChoice()
[all …]
Djsregexp.h1059 void AddAlternative(GuardedAlternative node) { alternatives()->Add(node); } in AddAlternative()
1060 ZoneList<GuardedAlternative>* alternatives() { return alternatives_; } in alternatives() function
/external/webkit/Source/JavaScriptCore/yarr/
DYarrPattern.cpp524 Vector<PatternAlternative*> alternatives; in atomParenthesesEnd() local
525 alternatives.append(parenthesesDisjunction->m_alternatives); in atomParenthesesEnd()
534 newDisjunction->m_alternatives.append(alternatives); in atomParenthesesEnd()
776 Vector<PatternAlternative*>& alternatives = m_pattern.m_body->m_alternatives; in checkForTerminalParentheses() local
777 for (size_t i = 0; i < alternatives.size(); ++i) { in checkForTerminalParentheses()
778 Vector<PatternTerm>& terms = alternatives[i]->m_terms; in checkForTerminalParentheses()
/external/wpa_supplicant_8/
DCOPYING11 terms that allowed either of those license alternatives to be
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/
Den.stg237 Decision can match input such as "<input>" using multiple alternatives:
240 Decision can match input such as "<input>" using multiple alternatives: <conflictingAlts; separator…
250 The following alternatives can never be matched: <alts; separator=","><\n>
261 …is because of recursive rule references visible from the left edge of alternatives. ANTLR will re…
279 Decision can match input such as "<input>" using multiple alternatives:
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
Dsimplec.g12 * alternatives is not LL(k) for a fixed k. However, it is
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Dt018llstar.g19 * alternatives is not LL(k) for a fixed k. However, it is
/external/antlr/antlr-3.4/runtime/Python/tests/
Dt018llstar.g20 * alternatives is not LL(k) for a fixed k. However, it is
/external/openssl/crypto/des/
Doptions.txt3 RISC1 and RISC2 are 2 alternatives for the inner loop and
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
DPython.stg625 /** A (...) subrule with multiple alternatives */
642 /** A rule block with multiple alternatives */
670 /** A (..)+ block with 1 or more alternatives */
703 /** A (..)* block with 1 or more alternatives */
747 pass <! so empty alternatives are a valid block !>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/
DCPP.stg560 /** A (...) subrule with multiple alternatives */
576 /** A rule block with multiple alternatives */
606 /** A (..)+ block with 0 or more alternatives */
634 /** A (..)* block with 1 or more alternatives */
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/
DJavaScript.stg499 /** A (...) subrule with multiple alternatives */
514 /** A rule block with multiple alternatives */
544 /** A (..)+ block with 1 or more alternatives */
574 /** A (..)* block with 1 or more alternatives */
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
DPerl5.stg520 /** A (...) subrule with multiple alternatives */
535 /** A rule block with multiple alternatives */
565 /** A (..)+ block with 1 or more alternatives */
595 /** A (..)* block with 1 or more alternatives */
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
DActionScript.stg490 /** A (...) subrule with multiple alternatives */
505 /** A rule block with multiple alternatives */
535 /** A (..)+ block with 1 or more alternatives */
562 /** A (..)* block with 1 or more alternatives */
/external/chromium/sdch/open-vcdiff/
DChangeLog53 Use a wild-card character to accept either of these two alternatives.
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
DRuby.stg572 /** A (...) subrule with multiple alternatives */
580 /** A rule block with multiple alternatives */
605 /** A (..)+ block with 0 or more alternatives */
616 /** A (..)* block with 0 or more alternatives */
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Scala/
DScala.stg524 /** A (...) subrule with multiple alternatives */
540 /** A rule block with multiple alternatives */
571 /** A (..)+ block with 1 or more alternatives */
601 /** A (..)* block with 1 or more alternatives */
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
DJava.stg545 /** A (...) subrule with multiple alternatives */
560 /** A rule block with multiple alternatives */
590 /** A (..)+ block with 1 or more alternatives */
619 /** A (..)* block with 1 or more alternatives */
/external/doclava/src/com/google/doclava/parser/
DJava.g142 * using multiple alternatives: 3, 4
148 * using multiple alternatives: 1, 2
186 * Added optional trailing ';' to the alternatives in annotationTypeElementRest.
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
DCSharp2.stg739 /** A (...) subrule with multiple alternatives */
759 /** A rule block with multiple alternatives */
794 /** A (..)+ block with 1 or more alternatives */
833 /** A (..)* block with 1 or more alternatives */
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
DDelphi.stg899 /** A (...) subrule with multiple alternatives */
914 /** A rule block with multiple alternatives */
944 /** A (..)+ block with 1 or more alternatives */
974 /** A (..)* block with 1 or more alternatives */
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
DCSharp3.stg715 /** A (...) subrule with multiple alternatives */
735 /** A rule block with multiple alternatives */
770 /** A (..)+ block with 1 or more alternatives */
809 /** A (..)* block with 1 or more alternatives */
/external/zlib/src/win32/
DDLL_FAQ.txt284 - We considered and abandoned the following alternatives:
340 couple of alternatives, such as linking zlib in statically.
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
DObjC.stg1030 /** A (...) subrule with multiple alternatives */
1045 /** A rule block with multiple alternatives */
1075 /** A (..)+ block with 1 or more alternatives */
1105 /** A (..)* block with 0 or more alternatives */

123