Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Option/
H A DArgList.cpp102 bool Excluded = false; in AddAllArgsExcept() local
105 Excluded = true; in AddAllArgsExcept()
109 if (!Excluded) { in AddAllArgsExcept()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h298 Optional<std::vector<SectionHeader>> Excluded; member
309 bool isDefault() const { return !Sections && !Excluded && !NoHeaders; } in isDefault()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1542 DenseSet<GlobalVariable *> Excluded(Globals->getNumOperands()); in getExcludedGlobals() local
1556 Excluded.insert(GV); in getExcludedGlobals()
1558 return Excluded; in getExcludedGlobals()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1805 if (SectionHeaders.Excluded) in buildSectionHeaderReorderMap()
1806 for (const ELFYAML::SectionHeader &Hdr : *SectionHeaders.Excluded) in buildSectionHeaderReorderMap()
1837 if (SectionHeaders.Excluded) in buildSectionIndex()
1838 for (const ELFYAML::SectionHeader &Hdr : *SectionHeaders.Excluded) in buildSectionIndex()
H A DELFYAML.cpp1381 IO.mapOptional("Excluded", SHT.Excluded); in sectionHeaderTableMapping()
1612 if (SHT->NoHeaders && (SHT->Sections || SHT->Excluded || SHT->Offset)) in validate()
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp488 bool Excluded = false; in diagnoseHeaderInclusion() local
513 Excluded = true; in diagnoseHeaderInclusion()
530 if (Excluded || isHeaderInUmbrellaDirs(File)) in diagnoseHeaderInclusion()
/freebsd-13.1/contrib/wpa/wpa_supplicant/
H A DREADME-HS20225 # excluded_ssid: Excluded SSID
/freebsd-13.1/crypto/openssl/doc/man1/
H A Dverify.pod635 Excluded subtree violation.
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp14796 SmallVector<unsigned, 2> Excluded; in checkScheduleModifiers() local
14798 Excluded.push_back(M2); in checkScheduleModifiers()
14800 Excluded.push_back(OMPC_SCHEDULE_MODIFIER_monotonic); in checkScheduleModifiers()
14802 Excluded.push_back(OMPC_SCHEDULE_MODIFIER_nonmonotonic); in checkScheduleModifiers()
14807 Excluded) in checkScheduleModifiers()