Home
last modified time | relevance | path

Searched refs:Excluded (Results 1 – 13 of 13) 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.cpp114 bool Excluded = false; in AddAllArgsExcept() local
117 Excluded = true; in AddAllArgsExcept()
121 if (!Excluded) { in AddAllArgsExcept()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleMapFile.h62 unsigned Excluded : 1;
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DExecutionUtils.cpp314 DenseSet<uint64_t> Excluded; in Create() local
323 Excluded.insert(Child.getDataOffset()); in Create()
343 if (!Excluded.count(Child.getDataOffset())) in Create()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMapFile.cpp681 HD.Excluded = false; in parseHeaderDecl()
695 HD.Excluded = true; in parseHeaderDecl()
1172 if (HD.Excluded) in dumpDecls()
H A DModuleMap.cpp498 bool Excluded = false; in diagnoseHeaderInclusion() local
507 Excluded = true; in diagnoseHeaderInclusion()
529 Excluded = true; in diagnoseHeaderInclusion()
547 if (Excluded || isHeaderInUmbrellaDirs(File)) in diagnoseHeaderInclusion()
1920 } else if (HD.Excluded) { in handleHeaderDecl()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp234 bool Excluded = CheckExclude(); in isSystemEntry() local
235 if (Excluded) in isSystemEntry()
238 return Excluded; in isSystemEntry()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h342 std::optional<std::vector<SectionHeader>> Excluded; member
353 bool isDefault() const { return !Sections && !Excluded && !NoHeaders; } in isDefault()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1956 if (SectionHeaders.Excluded) in buildSectionHeaderReorderMap()
1957 for (const ELFYAML::SectionHeader &Hdr : *SectionHeaders.Excluded) in buildSectionHeaderReorderMap()
1988 if (SectionHeaders.Excluded) in buildSectionIndex()
1989 for (const ELFYAML::SectionHeader &Hdr : *SectionHeaders.Excluded) in buildSectionIndex()
H A DELFYAML.cpp1535 IO.mapOptional("Excluded", SHT.Excluded); in sectionHeaderTableMapping()
1769 if (SHT->NoHeaders && (SHT->Sections || SHT->Excluded || SHT->Offset)) in validate()
/freebsd/contrib/wpa/wpa_supplicant/
H A DREADME-HS20256 # excluded_ssid: Excluded SSID
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp2618 const bool Excluded = in parseParens() local
2624 if (!Excluded) in parseParens()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp16799 SmallVector<unsigned, 2> Excluded; in checkScheduleModifiers() local
16801 Excluded.push_back(M2); in checkScheduleModifiers()
16803 Excluded.push_back(OMPC_SCHEDULE_MODIFIER_monotonic); in checkScheduleModifiers()
16805 Excluded.push_back(OMPC_SCHEDULE_MODIFIER_nonmonotonic); in checkScheduleModifiers()
16810 Excluded) in checkScheduleModifiers()