Searched refs:IsSupported (Results 1 – 3 of 3) sorted by relevance
75 bool IsSupported = false; in checkBuffer() local78 IsSupported = true; in checkBuffer()80 if (!IsSupported) { in checkBuffer()
3416 bool &IsSupported) { in readMipsOptions() argument3434 IsSupported = O->kind == ODK_REGINFO; in readMipsOptions()3438 if (IsSupported) in readMipsOptions()3463 bool IsSupported; in printMipsOptions() local3465 readMipsOptions<ELFT>(SecBegin, Data, IsSupported); in printMipsOptions()3473 if (!IsSupported) { in printMipsOptions()
1821 llvm::BitVector IsSupported(attr::SubjectMatchRule_Last + 1); in createExpectedAttributeSubjectRulesTokenDiagnostic() local1827 IsSupported[Rule.first] = true; in createExpectedAttributeSubjectRulesTokenDiagnostic()1829 IsMatchRuleAvailable &= IsSupported; in createExpectedAttributeSubjectRulesTokenDiagnostic()