Searched refs:Excluded (Results 1 – 6 of 6) sorted by relevance
118 bool Excluded = false; in AddAllArgsExcept() local121 Excluded = true; in AddAllArgsExcept()125 if (!Excluded) { in AddAllArgsExcept()
120 std::array<const Value *, MaxDepth> Excluded; member135 Excluded = Q.Excluded; in Query()136 Excluded[NumExcluded++] = NewExcl; in Query()137 assert(NumExcluded <= Excluded.size()); in Query()143 auto End = Excluded.begin() + NumExcluded; in isExcluded()144 return std::find(Excluded.begin(), End, Value) != End; in isExcluded()
481 bool Excluded = false; in diagnoseHeaderInclusion() local506 Excluded = true; in diagnoseHeaderInclusion()523 if (Excluded || isHeaderInUmbrellaDirs(File)) in diagnoseHeaderInclusion()
225 # excluded_ssid: Excluded SSID
628 Excluded subtree violation.
9334 SmallVector<unsigned, 2> Excluded; in checkScheduleModifiers() local9336 Excluded.push_back(M2); in checkScheduleModifiers()9338 Excluded.push_back(OMPC_SCHEDULE_MODIFIER_monotonic); in checkScheduleModifiers()9340 Excluded.push_back(OMPC_SCHEDULE_MODIFIER_nonmonotonic); in checkScheduleModifiers()9345 Excluded) in checkScheduleModifiers()