| /freebsd-14.2/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | SetTheory.cpp | 87 RecSet Set; in apply() local 104 if (unsigned(N) < Set.size()) in apply2() 105 Elts.insert(Set.begin() + N, Set.end()); in apply2() 117 N = Set.size(); in apply2() 118 Elts.insert(Set.begin(), Set.begin() + N); in apply2() 133 if (Set.empty()) in apply2() 136 N = Set.size() - (-N % Set.size()); in apply2() 138 N %= Set.size(); in apply2() 139 Elts.insert(Set.begin() + N, Set.end()); in apply2() 140 Elts.insert(Set.begin(), Set.begin() + N); in apply2() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Basic/ |
| H A D | XRayInstr.cpp | 34 void serializeXRayInstrValue(XRayInstrSet Set, in serializeXRayInstrValue() argument 36 if (Set.Mask == XRayInstrKind::All) { in serializeXRayInstrValue() 41 if (Set.Mask == XRayInstrKind::None) { in serializeXRayInstrValue() 46 if (Set.has(XRayInstrKind::Custom)) in serializeXRayInstrValue() 49 if (Set.has(XRayInstrKind::Typed)) in serializeXRayInstrValue() 52 if (Set.has(XRayInstrKind::FunctionEntry) && in serializeXRayInstrValue() 53 Set.has(XRayInstrKind::FunctionExit)) in serializeXRayInstrValue() 55 else if (Set.has(XRayInstrKind::FunctionEntry)) in serializeXRayInstrValue() 57 else if (Set.has(XRayInstrKind::FunctionExit)) in serializeXRayInstrValue()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 61 CODEGENOPT(XCOFFReadOnlyPointers, 1, 0) ///< Set for -mxcoff-roptr. 101 CODEGENOPT(InstrumentFunctionsAfterInlining , 1, 0) ///< Set when 103 CODEGENOPT(InstrumentFunctionEntryBare , 1, 0) ///< Set when 117 ///< Set when -femit-compact-unwind-non-canonical is enabled. 120 ///< Set when -fxray-always-emit-customevents is enabled. 123 ///< Set when -fxray-always-emit-typedevents is enabled. 126 ///< Set when -fxray-ignore-loops is enabled. 149 CODEGENOPT(JMCInstrument, 1, 0) ///< Set when -fjmc is enabled. 151 CODEGENOPT(CallFEntry , 1, 0) ///< Set when -mfentry is enabled. 152 CODEGENOPT(MNopMCount , 1, 0) ///< Set when -mnop-mcount is enabled. [all …]
|
| /freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/ |
| H A D | tst.lib_base.lua | 233 assert(Set{1,2,3} < Set{1,2,3,4}) 234 assert(not(Set{1,2,3,4} < Set{1,2,3,4})) 235 assert((Set{1,2,3,4} <= Set{1,2,3,4})) 236 assert((Set{1,2,3,4} >= Set{1,2,3,4})) 246 assert(not (Set{1,3} <= Set{3,5})) -- now its OK! 247 assert(not(Set{1,3} <= Set{3,5})) 248 assert(not(Set{1,3} >= Set{3,5})) 258 local s = Set{1,3,5} 262 assert(Set{1,3,5,1} == Set{3,5,1}) 263 assert(Set{1,3,5} ~= Set{3,5,1,6}) [all …]
|
| /freebsd-14.2/contrib/sendmail/libsm/ |
| H A D | README | 62 Set to 1 if the header file <stdbool.h> exists, 66 Set to 1 if the header file <sys/cdefs.h> exists, 71 Set to 0 if the header file <stddef.h> does not exist. 74 Set to 0 if the setitimer function is not available. 84 Set to 0 if <sys/types.h> does not define ssize_t. 87 Set to 1 if size_t is not unsigned. 99 Set to 1 if System V shared memory APIs are available. 102 Set to 1 if System V message queues are available. 105 Set to 1 if semaphores are available. 108 Set to 1 if your strtod() does not work properly. [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | SmallSet.h | 140 std::set<T, C> Set; variable 162 return isSmall() ? Vector.size() : Set.size(); in size() 171 return Set.count(V); in count() 181 auto [I, Inserted] = Set.insert(V); in insert() 195 Set.insert(Vector.back()); in insert() 209 return Set.erase(V); in erase() 220 Set.clear(); in clear() 226 return {Set.begin()}; in begin() 232 return {Set.end()}; in end() 239 return Set.find(V) != Set.end(); in contains() [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | FormatCache.cpp | 39 void FormatCache::Entry::Set(lldb::TypeFormatImplSP format_sp) { in Set() function in FormatCache::Entry 44 void FormatCache::Entry::Set(lldb::TypeSummaryImplSP summary_sp) { in Set() function in FormatCache::Entry 49 void FormatCache::Entry::Set(lldb::SyntheticChildrenSP synthetic_sp) { in Set() function in FormatCache::Entry 102 void FormatCache::Set(ConstString type, lldb::TypeFormatImplSP &format_sp) { in Set() function in FormatCache 104 GetEntry(type).Set(format_sp); in Set() 107 void FormatCache::Set(ConstString type, lldb::TypeSummaryImplSP &summary_sp) { in Set() function in FormatCache 109 GetEntry(type).Set(summary_sp); in Set() 112 void FormatCache::Set(ConstString type, in Set() function in FormatCache 115 GetEntry(type).Set(synthetic_sp); in Set()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPContext.h | 75 TraitProperty getOpenMPContextTraitPropertyKind(TraitSet Set, 96 std::string listOpenMPContextTraitSelectors(TraitSet Set); 99 std::string listOpenMPContextTraitProperties(TraitSet Set, 107 bool isValidTraitSelectorForTraitSet(TraitSelector Selector, TraitSet Set, 114 TraitSet Set); 133 void addTrait(TraitSet Set, TraitProperty Property, StringRef RawString, 144 if (Set == TraitSet::construct) 164 void addTrait(TraitSet Set, TraitProperty Property) { in addTrait() 166 if (Set == TraitSet::construct) in addTrait()
|
| /freebsd-14.2/stand/i386/btx/btx/ |
| H A D | btx.S | 132 mov %ax,%ss # Set up 213 pushl %ecx # Set SS 218 pushl %ecx # Set GS 219 pushl %ecx # Set FS 220 pushl %ecx # Set DS 221 pushl %ecx # Set ES 353 pushl %gs # Set GS 354 pushl %fs # Set FS 355 pushl %ds # Set DS 356 pushl %es # Set ES [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
| H A D | FormatCache.h | 44 void Set(lldb::TypeFormatImplSP); 45 void Set(lldb::TypeSummaryImplSP); 46 void Set(lldb::SyntheticChildrenSP); 61 void Set(ConstString type, lldb::TypeFormatImplSP &format_sp); 62 void Set(ConstString type, lldb::TypeSummaryImplSP &summary_sp); 63 void Set(ConstString type, lldb::SyntheticChildrenSP &synthetic_sp);
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm64/exynos/ |
| H A D | exynos5433-tmu.dtsi | 56 /* Set maximum frequency as 1800MHz */ 62 /* Set maximum frequency as 1700MHz */ 68 /* Set maximum frequency as 1600MHz */ 74 /* Set maximum frequency as 1500MHz */ 80 /* Set maximum frequency as 1400MHz */ 86 /* Set maximum frequencyas 1200MHz */ 92 /* Set maximum frequency as 1000MHz */ 230 /* Set maximum frequency as 1200MHz */ 236 /* Set maximum frequency as 1100MHz */ 248 /* Set maximum frequency as 900MHz */ [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointOptions.cpp | 175 m_set_flags.Set(eEnabled); in CopyOverSetOptions() 180 m_set_flags.Set(eOneShot); in CopyOverSetOptions() 188 m_set_flags.Set(eCallback); in CopyOverSetOptions() 244 set_options.Set(eEnabled); in CreateFromStructuredData() 254 set_options.Set(eOneShot); in CreateFromStructuredData() 284 set_options.Set(eCondition); in CreateFromStructuredData() 408 m_set_flags.Set(eCallback); in SetCallback() 419 m_set_flags.Set(eCallback); in SetCallback() 508 m_set_flags.Set(eThreadSpec); in SetThreadID() 514 m_set_flags.Set(eThreadSpec); in SetThreadSpec() [all …]
|
| /freebsd-14.2/contrib/googletest/googletest/samples/ |
| H A D | sample2_unittest.cc | 92 TEST(MyString, Set) { in TEST() argument 95 s.Set(kHelloString); in TEST() 100 s.Set(s.c_string()); in TEST() 104 s.Set(nullptr); in TEST()
|
| H A D | sample2.h | 56 Set(a_c_string); in MyString() 61 Set(string.c_string_); in MyString() 76 void Set(const char* c_string);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopDistribute.cpp | 128 Set.insert(I); in InstPartition() 135 void add(Instruction *I) { Set.insert(I); } in add() 139 InstructionSet::iterator end() { return Set.end(); } in end() 142 bool empty() const { return Set.empty(); } in empty() 147 Other.Set.insert(Set.begin(), Set.end()); in moveTo() 148 Set.clear(); in moveTo() 159 Set.insert(B->getTerminator()); in populateUsedSet() 163 SmallVector<Instruction *, 8> Worklist(Set.begin(), Set.end()); in populateUsedSet() 215 if (!Set.count(&Inst)) { in removeUnusedInsts() 237 for (auto *I : Set) in print() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | ImmutableGraph.h | 164 const NodeSet &Set; variable 169 Current = Set.V.find_next(Current); in advance() 173 iterator(const NodeSet &Set, size_type Begin) in iterator() argument 174 : Set{Set}, Current{Begin} {} in iterator() 186 return Set.G.nodes_begin() + Current; 189 assert(&this->Set == &other.Set); 252 const EdgeSet &Set; variable 257 Current = Set.V.find_next(Current); in advance() 262 : Set{Set}, Current{Begin} {} in iterator() 274 return Set.G.edges_begin() + Current; [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/ |
| H A D | SPIRVBaseInfo.cpp | 195 std::string getExtInstSetName(SPIRV::InstructionSet::InstructionSet Set) { in getExtInstSetName() argument 196 switch (Set) { in getExtInstSetName() 209 for (auto Set : {SPIRV::InstructionSet::GLSL_std_450, in getExtInstSetFromString() 211 if (SetName == getExtInstSetName(Set)) in getExtInstSetFromString() 212 return Set; in getExtInstSetFromString() 217 std::string getExtInstName(SPIRV::InstructionSet::InstructionSet Set, in getExtInstName() argument 220 SPIRV::lookupExtendedBuiltinBySetAndNumber(Set, InstructionNumber); in getExtInstName()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPContext.cpp | 441 TraitSet Set, TraitSelector Selector, StringRef S) { in getOpenMPContextTraitPropertyKind() argument 444 if (Set == TraitSet::device && Selector == TraitSelector::device_isa) in getOpenMPContextTraitPropertyKind() 447 if (Set == TraitSet::TraitSetEnum && Str == S) \ in getOpenMPContextTraitPropertyKind() 486 TraitSet Set, in isValidTraitSelectorForTraitSet() argument 489 AllowsTraitScore = Set != TraitSet::construct && Set != TraitSet::device; in isValidTraitSelectorForTraitSet() 494 return Set == TraitSet::TraitSetEnum; in isValidTraitSelectorForTraitSet() 501 TraitProperty Property, TraitSelector Selector, TraitSet Set) { in isValidTraitPropertyForTraitSetAndSelector() argument 505 return Set == TraitSet::TraitSetEnum && \ in isValidTraitPropertyForTraitSetAndSelector() 522 std::string llvm::omp::listOpenMPContextTraitSelectors(TraitSet Set) { in listOpenMPContextTraitSelectors() argument 525 if (TraitSet::TraitSetEnum == Set && StringRef(Str) != "Invalid") \ in listOpenMPContextTraitSelectors() [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Commands/ |
| H A D | OptionsBase.td | 7 // Set by: 18 // Set by: 24 // Set by: 32 // Set by: 40 // Set by: 49 // Set by: 55 // Set by: 66 // Set by: 80 // Set by: 100 // Set by:
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | WasmEHFuncInfo.h | 45 const auto &Set = UnwindDestToSrcs.lookup(BB); in getUnwindSrcs() local 47 for (const auto P : Set) in getUnwindSrcs() 69 const auto &Set = UnwindDestToSrcs.lookup(MBB); in getUnwindSrcs() local 71 for (const auto P : Set) in getUnwindSrcs()
|
| /freebsd-14.2/sys/contrib/openzfs/.github/ |
| H A D | stale.yml | 12 # Set to true to ignore issues in a project (defaults to false) 14 # Set to true to ignore issues in a milestone (defaults to false) 16 # Set to true to ignore issues with an assignee (defaults to false) 20 # Comment to post when marking an issue as stale. Set to `false` to disable
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDebugPubTable.h | 44 struct Set { struct 68 std::vector<Set> Sets; argument 82 ArrayRef<Set> getData() { return Sets; } in getData()
|
| /freebsd-14.2/contrib/sendmail/contrib/ |
| H A D | rmail.oldsys.patch | 53 if (from_sys != NULL) { /* Set sender's host name. */ 62 /* Set protocol used. */ 67 /* Set name of ``from'' person. */ 75 if (from_sys != NULL) { /* Set sender's host name. */ 91 /* Set protocol used. */ 98 /* Set name of ``from'' person. */
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | CompileUnit.cpp | 40 m_flags.Set(flagsParsedLanguage); in CompileUnit() 158 m_flags.Set(flagsParsedLanguage); in GetLanguage() 169 m_flags.Set(flagsParsedLineTable); in GetLineTable() 181 m_flags.Set(flagsParsedLineTable); in SetLineTable() 188 m_flags.Set(flagsParsedDebugMacros); in GetDebugMacros() 201 m_flags.Set(flagsParsedDebugMacros); in SetDebugMacros() 396 m_flags.Set(flagsParsedImportedModules); in GetImportedModules() 417 m_flags.Set(flagsParsedSupportFiles); in GetSupportFiles()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/usb/ |
| H A D | generic-ehci.yaml | 110 Set this flag for HCDs with big endian descriptors and big 116 Set this flag for HCDs with big endian descriptors. 121 Set this flag for HCDs with big endian registers. 126 Set this flag if EHCI has a Transaction Translator built into 132 Set this flag to force EHCI reset after resume. 137 Set this flag to indicate that the hardware sometimes turns on
|