HomeSort by relevance Sort by last modified time
    Searched defs:SwitchType (Results 1 - 5 of 5) sorted by null

  /external/lzma/CS/7zip/Common/
CommandLineParser.cs 8 public enum SwitchType
20 public SwitchType Type;
26 public SwitchForm(string idString, SwitchType type, bool multi,
36 public SwitchForm(string idString, SwitchType type, bool multi, int minLen):
40 public SwitchForm(string idString, SwitchType type, bool multi):
106 SwitchType type = switchForm.Type;
109 case SwitchType.PostMinus:
121 case SwitchType.PostChar:
142 case SwitchType.LimitedPostString:
143 case SwitchType.UnLimitedPostString:
    [all...]
  /external/v8/src/
type-info.cc 430 TypeInfo TypeFeedbackOracle::SwitchType(CaseClause* clause) {
hydrogen.h 751 enum SwitchType { UNKNOWN_SWITCH, SMI_SWITCH, STRING_SWITCH };
    [all...]
  /external/llvm/utils/TableGen/
DAGISelMatcher.h 63 SwitchType, // Dispatch based on type.
531 : Matcher(SwitchType), Cases(cases, cases+numcases) {}
534 return N->getKind() == SwitchType;
    [all...]
  /external/chromium_org/v8/src/
ast.h 1153 enum SwitchType { UNKNOWN_SWITCH, SMI_SWITCH, STRING_SWITCH, GENERIC_SWITCH };
1154 SwitchType switch_type() const { return switch_type_; }
1155 void set_switch_type(SwitchType switch_type) { switch_type_ = switch_type; }
1166 SwitchType switch_type_;
    [all...]

Completed in 681 milliseconds