Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/
H A DHeaderFile.h62 bool Excluded{false};
83 void setExcluded(bool V = true) { Excluded = V; }
86 bool isExcluded() const { return Excluded; } in isExcluded()
94 return std::tie(Type, FullPath, IncludeName, Language, Excluded, Extra,
97 Other.Excluded, Other.Extra,
/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.cpp425 DenseSet<uint64_t> Excluded; in buildObjectFilesMap() local
440 Excluded.insert(DataOffset); in buildObjectFilesMap()
455 if (!Excluded.count(DataOffset)) in buildObjectFilesMap()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp239 bool Excluded = CheckExclude(); in isSystemEntry()
240 if (Excluded) in isSystemEntry()
243 return Excluded; in isSystemEntry()
241 bool Excluded = CheckExclude(); isSystemEntry() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h327 std::optional<std::vector<SectionHeader>> Excluded; member
338 bool isDefault() const { return !Sections && !Excluded && !NoHeaders; } in isDefault()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1929 if (SectionHeaders.Excluded) in buildSectionHeaderReorderMap()
1930 for (const ELFYAML::SectionHeader &Hdr : *SectionHeaders.Excluded) in buildSectionHeaderReorderMap()
1961 if (SectionHeaders.Excluded) in buildSectionIndex()
1962 for (const ELFYAML::SectionHeader &Hdr : *SectionHeaders.Excluded) in buildSectionIndex()
H A DELFYAML.cpp1503 IO.mapOptional("Excluded", SHT.Excluded); in sectionHeaderTableMapping()
1735 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-HS20256 # excluded_ssid: Excluded SSID
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp16216 SmallVector<unsigned, 2> Excluded; in checkScheduleModifiers() local
16218 Excluded.push_back(M2); in checkScheduleModifiers()
16220 Excluded.push_back(OMPC_SCHEDULE_MODIFIER_monotonic); in checkScheduleModifiers()
16222 Excluded.push_back(OMPC_SCHEDULE_MODIFIER_nonmonotonic); in checkScheduleModifiers()
16227 Excluded) in checkScheduleModifiers()