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

  /external/v8/src/compiler/
simplified-operator-reducer.cc 21 Decision DecideObjectIsSmi(Node* const input) {
24 return IsSmiDouble(m.Value()) ? Decision::kTrue : Decision::kFalse;
26 if (m.IsAllocate()) return Decision::kFalse;
27 if (m.IsChangeBitToTagged()) return Decision::kFalse;
28 if (m.IsChangeInt31ToTaggedSigned()) return Decision::kTrue;
29 if (m.IsHeapConstant()) return Decision::kFalse;
30 return Decision::kUnknown;
168 if (DecideObjectIsSmi(input) == Decision::kFalse) {
181 if (DecideObjectIsSmi(input) == Decision::kTrue)
    [all...]
common-operator-reducer.cc 22 Decision DecideCondition(Node* const cond) {
26 return mcond.Value() ? Decision::kTrue : Decision::kFalse;
30 return mcond.Value()->BooleanValue() ? Decision::kTrue : Decision::kFalse;
33 return Decision::kUnknown;
84 DecideCondition(cond->InputAt(1)) == Decision::kFalse &&
85 DecideCondition(cond->InputAt(2)) == Decision::kTrue)) {
107 Decision const decision = DecideCondition(cond) local
146 Decision const decision = DecideCondition(condition); local
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarReport2.java 58 for (int decision=1; decision<=numDec; decision++) {
59 Grammar.Decision d = g.getDecision(decision);
61 //System.err.println("no decision "+decision+" dfa for "+d.blockAST.toStringTree());
74 buf.append(" decision "+decision+":");
Grammar.java 154 public static class Decision {
156 public int decision; field in class:Grammar.Decision
302 * a global list of rules, token types, decision numbers, etc...
319 * decision DFA so it can display DFA.
335 /** Be able to assign a number to every decision in grammar;
376 /** At least one backtrack=true in rule or decision or grammar. */
415 /** Each subrule/rule is a decision point and we must track them so we
419 protected Vector<Decision> indexToDecision =
420 new Vector<Decision>(INITIAL_DECISION_LIST_SIZE);
    [all...]
GrammarReport.java 142 Grammar.Decision d = g.getDecision(i);
144 //System.out.println("dec "+d.decision+" has no AST");
151 //System.out.println("dec "+d.decision+" is a synpred");
160 // NFAState decisionStartState = grammar.getDecisionNFAStartState(d.decision);
175 //System.out.println("decision "+d.dfa.decisionNumber+" k="+maxk);
185 //System.out.println("CYCLIC decision "+d.dfa.decisionNumber);
303 buf.append(" decision ");
433 buf.append("Decision DFAs using syntactic predicates (ignoring synpred rules): ");
443 buf.append("Decision DFAs using semantic predicates: ");
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/
en.stg 237 Decision can match input such as "<input>" using multiple alternatives:
240 Decision can match input such as "<input>" using multiple alternatives: <conflictingAlts; separator=", ">
246 the decision cannot distinguish between alternative(s) <danglingAlts; separator=","> for input such as "<input>"
261 ANTLR could not analyze this decision in rule <enclosingRule>; often this is because of recursive rule references visible from the left edge of alternatives. ANTLR will re-analyze the decision with a fixed lookahead of k=1. Consider using "options {k=1;}" for that decision and possibly adding a syntactic predicate.
265 Alternative <alt>: after matching input such as <input> decision cannot predict what comes next due to recursion overflow <targetRules,callSiteStates:{t,c|to <t> from <c:{s|<s.enclosingRule.name>};separator=", ">}; separator=" and ">
279 Decision can match input such as "<input>" using multiple alternatives:
292 [fatal] rule <ruleName> has non-LL(*) decision due to recursive rule invocations reachable from alts <alts; separator=",">. Resolve by left-factoring or using syntactic predicates or using backtrack=true option.
  /external/v8/src/
globals.h 518 enum class Decision : uint8_t { kUnknown, kTrue, kFalse };
520 inline size_t hash_value(Decision decision) {
521 return static_cast<uint8_t>(decision);
524 inline std::ostream& operator<<(std::ostream& os, Decision decision) {
525 switch (decision) {
526 case Decision::kUnknown:
528 case Decision::kTrue:
530 case Decision::kFalse
    [all...]
  /external/clang/lib/Format/
FormatToken.h 274 /// \brief Stores the formatting decision for the token once it was made.
275 FormatDecision Decision = FD_Unformatted;
WhitespaceManager.cpp 56 Tok.Decision = (Newlines > 0) ? FD_Break : FD_Continue;
UnwrappedLineFormatter.cpp 719 FormatDecision LastFormat = Node->State.NextToken->Decision;
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp 500 /// successor block when inserting the decision point).
515 /// (2.a has executed), we insert a decision block that uses the
538 /// Remember the successor S of a temporary destructor decision branch for
    [all...]
  /external/libavc/common/arm/
ih264_deblk_luma_a9.s 243 @ Filter Decision
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-simpleworkflow/1.11.18/
aws-java-sdk-simpleworkflow-1.11.18.jar 
  /prebuilts/tools/common/m2/repository/org/antlr/antlr/3.5.2/
antlr-3.5.2.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/antlr/3.5.2/
antlr-3.5.2.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.10.100.v20150529-1857.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 388 milliseconds