Searched refs:IsExtended (Results 1 – 8 of 8) sorted by relevance
83 unsigned getCompoundCandidateGroup(MCInst const &MI, bool IsExtended) { in getCompoundCandidateGroup() argument98 if (IsExtended) in getCompoundCandidateGroup()111 if (IsExtended) in getCompoundCandidateGroup()123 if (IsExtended) in getCompoundCandidateGroup()133 if (IsExtended) in getCompoundCandidateGroup()143 if (IsExtended) in getCompoundCandidateGroup()
81 static unsigned getCompoundCandidateGroup(MCInst const &MI, bool IsExtended) { in getCompoundCandidateGroup() argument96 if (IsExtended) in getCompoundCandidateGroup()109 if (IsExtended) in getCompoundCandidateGroup()121 if (IsExtended) in getCompoundCandidateGroup()131 if (IsExtended) in getCompoundCandidateGroup()141 if (IsExtended) in getCompoundCandidateGroup()
437 RCParser::ParseType RCParser::parseDialogResource(bool IsExtended) { in parseDialogResource() argument447 if (IsExtended && consumeOptionalType(Kind::Comma)) { in parseDialogResource()453 IsExtended ? OptStmtType::DialogExStmt in parseDialogResource()462 HelpID, std::move(*OptStatements), IsExtended, MemoryFlags); in parseDialogResource()
980 bool IsExtended) { in writeSingleDialogControl() argument989 if (!IsExtended) { in writeSingleDialogControl()1024 if (!IsExtended) { in writeSingleDialogControl()1070 if (!Res->IsExtended) { in writeDialogBody()1139 if (Res->IsExtended) { in writeDialogBody()1157 handleCtlError(writeSingleDialogControl(Ctl, Res->IsExtended), Ctl)); in writeDialogBody()
146 ParseType parseDialogResource(bool IsExtended);
601 bool IsExtended; variable608 IsExtended(IsDialogEx) {} in DialogResource()619 return "DIALOG" + Twine(IsExtended ? "EX" : ""); in getResourceTypeName()
143 Error writeSingleDialogControl(const Control &, bool IsExtended);
163 OS << "Dialog" << (IsExtended ? "Ex" : "") << " (" << ResName << "): loc: (" in log()