Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Option/
H A DArgList.cpp115 bool Excluded = false; in AddAllArgsExcept() local
118 Excluded = true; in AddAllArgsExcept()
122 if (!Excluded) { in AddAllArgsExcept()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DExecutionUtils.cpp424 DenseSet<uint64_t> Excluded; in buildObjectFilesMap() local
438 Excluded.insert(DataOffset); in buildObjectFilesMap()
443 if (!Excluded.count(DataOffset)) in buildObjectFilesMap()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp239 bool Excluded = CheckExclude(); in isSystemEntry() local
240 if (Excluded) in isSystemEntry()
243 return Excluded; in isSystemEntry()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h315 std::optional<std::vector<SectionHeader>> Excluded; member
326 bool isDefault() const { return !Sections && !Excluded && !NoHeaders; } in isDefault()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1861 if (SectionHeaders.Excluded) in buildSectionHeaderReorderMap()
1862 for (const ELFYAML::SectionHeader &Hdr : *SectionHeaders.Excluded) in buildSectionHeaderReorderMap()
1893 if (SectionHeaders.Excluded) in buildSectionIndex()
1894 for (const ELFYAML::SectionHeader &Hdr : *SectionHeaders.Excluded) in buildSectionIndex()
H A DELFYAML.cpp1485 IO.mapOptional("Excluded", SHT.Excluded); in sectionHeaderTableMapping()
1717 if (SHT->NoHeaders && (SHT->Sections || SHT->Excluded || SHT->Offset)) in validate()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp510 bool Excluded = false; in diagnoseHeaderInclusion() local
519 Excluded = true; in diagnoseHeaderInclusion()
541 Excluded = true; in diagnoseHeaderInclusion()
559 if (Excluded || isHeaderInUmbrellaDirs(File)) in diagnoseHeaderInclusion()
/freebsd/contrib/wpa/wpa_supplicant/
H A DREADME-HS20225 # excluded_ssid: Excluded SSID
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp17439 SmallVector<unsigned, 2> Excluded; in checkScheduleModifiers() local
17441 Excluded.push_back(M2); in checkScheduleModifiers()
17443 Excluded.push_back(OMPC_SCHEDULE_MODIFIER_monotonic); in checkScheduleModifiers()
17445 Excluded.push_back(OMPC_SCHEDULE_MODIFIER_nonmonotonic); in checkScheduleModifiers()
17450 Excluded) in checkScheduleModifiers()