Searched refs:Excluded (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/ |
| H A D | HeaderFile.h | 62 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 D | ArgList.cpp | 114 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 D | ModuleMapFile.h | 62 unsigned Excluded : 1;
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | ExecutionUtils.cpp | 314 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 D | ModuleMapFile.cpp | 681 HD.Excluded = false; in parseHeaderDecl() 695 HD.Excluded = true; in parseHeaderDecl() 1172 if (HD.Excluded) in dumpDecls()
|
| H A D | ModuleMap.cpp | 498 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 D | LVCodeViewReader.cpp | 234 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 D | ELFYAML.h | 342 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 D | ELFEmitter.cpp | 1956 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 D | ELFYAML.cpp | 1535 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 D | README-HS20 | 256 # excluded_ssid: Excluded SSID
|
| /freebsd/contrib/llvm-project/clang/lib/Format/ |
| H A D | UnwrappedLineParser.cpp | 2618 const bool Excluded = in parseParens() local 2624 if (!Excluded) in parseParens()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 16799 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()
|