Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Option/
H A DArgList.cpp108 bool Excluded = false; in AddAllArgsExcept() local
111 Excluded = true; in AddAllArgsExcept()
115 if (!Excluded) { in AddAllArgsExcept()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DExecutionUtils.cpp393 DenseSet<uint64_t> Excluded; in buildObjectFilesMap() local
407 Excluded.insert(DataOffset); in buildObjectFilesMap()
412 if (!Excluded.count(DataOffset)) in buildObjectFilesMap()
/openbsd-src/regress/lib/libc/sys/
H A DREADME43 Excluded tests:
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h302 std::optional<std::vector<SectionHeader>> Excluded; member
313 bool isDefault() const { return !Sections && !Excluded && !NoHeaders; } in isDefault()
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1809 if (SectionHeaders.Excluded) in buildSectionHeaderReorderMap()
1810 for (const ELFYAML::SectionHeader &Hdr : *SectionHeaders.Excluded) in buildSectionHeaderReorderMap()
1841 if (SectionHeaders.Excluded) in buildSectionIndex()
1842 for (const ELFYAML::SectionHeader &Hdr : *SectionHeaders.Excluded) in buildSectionIndex()
H A DELFYAML.cpp1468 IO.mapOptional("Excluded", SHT.Excluded); in sectionHeaderTableMapping()
1700 if (SHT->NoHeaders && (SHT->Sections || SHT->Excluded || SHT->Offset)) in validate()
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DModuleMap.cpp488 bool Excluded = false; in diagnoseHeaderInclusion() local
497 Excluded = true; in diagnoseHeaderInclusion()
519 Excluded = true; in diagnoseHeaderInclusion()
536 if (Excluded || isHeaderInUmbrellaDirs(File)) in diagnoseHeaderInclusion()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp17136 SmallVector<unsigned, 2> Excluded; in checkScheduleModifiers() local
17138 Excluded.push_back(M2); in checkScheduleModifiers()
17140 Excluded.push_back(OMPC_SCHEDULE_MODIFIER_monotonic); in checkScheduleModifiers()
17142 Excluded.push_back(OMPC_SCHEDULE_MODIFIER_nonmonotonic); in checkScheduleModifiers()
17147 Excluded) in checkScheduleModifiers()