Searched refs:IsSupported (Results 1 – 3 of 3) sorted by relevance
72 bool IsSupported = false; in checkBuffer() local75 IsSupported = true; in checkBuffer()77 if (!IsSupported) { in checkBuffer()
1837 llvm::BitVector IsSupported(attr::SubjectMatchRule_Last + 1); in createExpectedAttributeSubjectRulesTokenDiagnostic() local1843 IsSupported[Rule.first] = true; in createExpectedAttributeSubjectRulesTokenDiagnostic()1845 IsMatchRuleAvailable &= IsSupported; in createExpectedAttributeSubjectRulesTokenDiagnostic()
3353 bool &IsSupported) { in readMipsOptions() argument3371 IsSupported = O->kind == ODK_REGINFO; in readMipsOptions()3375 if (IsSupported) in readMipsOptions()3400 bool IsSupported; in printMipsOptions() local3402 readMipsOptions<ELFT>(SecBegin, Data, IsSupported); in printMipsOptions()3410 if (!IsSupported) { in printMipsOptions()