Home
last modified time | relevance | path

Searched refs:Excluded (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Option/
H A DArgList.cpp118 bool Excluded = false; in AddAllArgsExcept() local
121 Excluded = true; in AddAllArgsExcept()
125 if (!Excluded) { in AddAllArgsExcept()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DValueTracking.cpp120 std::array<const Value *, MaxDepth> Excluded; member
135 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()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DModuleMap.cpp481 bool Excluded = false; in diagnoseHeaderInclusion() local
506 Excluded = true; in diagnoseHeaderInclusion()
523 if (Excluded || isHeaderInUmbrellaDirs(File)) in diagnoseHeaderInclusion()
/freebsd-12.1/contrib/wpa/wpa_supplicant/
H A DREADME-HS20225 # excluded_ssid: Excluded SSID
/freebsd-12.1/crypto/openssl/doc/man1/
H A Dverify.pod628 Excluded subtree violation.
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp9334 SmallVector<unsigned, 2> Excluded; in checkScheduleModifiers() local
9336 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()