Home
last modified time | relevance | path

Searched refs:Set (Results 1 – 25 of 716) sorted by relevance

12345678910>>...29

/freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/
HDSetTheory.cpp80 virtual void apply2(SetTheory &ST, DagInit *Expr, RecSet &Set, int64_t N,
88 RecSet Set; in apply() local
89 ST.evaluate(Expr->arg_begin()[0], Set, Loc); in apply()
94 apply2(ST, Expr, Set, II->getValue(), Elts, Loc); in apply()
100 void apply2(SetTheory &ST, DagInit *Expr, RecSet &Set, int64_t N, in apply2()
105 if (unsigned(N) < Set.size()) in apply2()
106 Elts.insert(Set.begin() + N, Set.end()); in apply2()
112 void apply2(SetTheory &ST, DagInit *Expr, RecSet &Set, int64_t N, in apply2()
117 if (unsigned(N) > Set.size()) in apply2()
118 N = Set.size(); in apply2()
[all …]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
HDFuzzerMerge.h66 size_t Merge(const Set<uint32_t> &InitialFeatures, Set<uint32_t> *NewFeatures,
67 const Set<uint32_t> &InitialCov, Set<uint32_t> *NewCov,
70 Set<uint32_t> AllFeatures() const;
77 const Set<uint32_t> &InitialFeatures,
78 Set<uint32_t> *NewFeatures,
79 const Set<uint32_t> &InitialCov,
80 Set<uint32_t> *NewCov,
HDFuzzerMerge.cpp81 Set<uint32_t> PCs; in Parse()
135 size_t Merger::Merge(const Set<uint32_t> &InitialFeatures, in Merge()
136 Set<uint32_t> *NewFeatures, in Merge()
137 const Set<uint32_t> &InitialCov, Set<uint32_t> *NewCov, in Merge()
141 Set<uint32_t> AllFeatures = InitialFeatures; in Merge()
189 Set<uint32_t> Merger::AllFeatures() const { in AllFeatures()
190 Set<uint32_t> S; in AllFeatures()
213 Set<size_t> AllFeatures; in CrashResistantMergeInternalStep()
217 Set<const TracePC::PCTableEntry *> AllPCs; in CrashResistantMergeInternalStep()
237 Set<size_t> UniqFeatures; in CrashResistantMergeInternalStep()
[all …]
/freebsd-11-stable/contrib/sendmail/libsm/
HDREADME61 Set to 1 if the header file <stdbool.h> exists,
65 Set to 1 if the header file <sys/cdefs.h> exists,
70 Set to 0 if the header file <stddef.h> does not exist.
73 Set to 0 if the setitimer function is not available.
76 Set to 1 if <sysexits.h> exists, and sets the EX_* macros
80 Set to 0 if <sys/types.h> does not define uid_t and gid_t.
83 Set to 0 if <sys/types.h> does not define ssize_t.
86 Set to 1 if size_t is not unsigned.
89 Set to 1 if your C compiler supports the 'long long' type.
94 Set to 1 if your C compiler does not support 'long long',
[all …]
/freebsd-11-stable/stand/i386/btx/btx/
HDbtx.S134 mov %ax,%ss # Set up
176 mov %ax,(%di) # Set handler offset
178 mov %dl,0x5(%di) # Set P:DPL:type
186 init.4: movb $_ESP0H,TSS_ESP0+1(%di) # Set ESP0
187 movb $SEL_SDATA,TSS_SS0(%di) # Set SS0
188 movb $_TSSIO,TSS_MAP(%di) # Set I/O bit map base
192 mov $0x2820,%bx # Set protected mode
194 lidt idtdesc # Set IDT
195 lgdt gdtdesc # Set GDT
207 movb $SEL_TSS,%cl # Set task
[all …]
/freebsd-11-stable/stand/pc98/btx/btx/
HDbtx.S130 mov %ax,%ss # Set up
172 mov %ax,(%di) # Set handler offset
174 mov %dl,0x5(%di) # Set P:DPL:type
182 init.4: movb $_ESP0H,TSS_ESP0+1(%di) # Set ESP0
183 movb $SEL_SDATA,TSS_SS0(%di) # Set SS0
184 movb $_TSSIO,TSS_MAP(%di) # Set I/O bit map base
188 mov $0x2820,%bx # Set protected mode
190 lidt idtdesc # Set IDT
191 lgdt gdtdesc # Set GDT
203 movb $SEL_TSS,%cl # Set task
[all …]
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
HDFormatCache.cpp40 void FormatCache::Entry::Set(lldb::TypeFormatImplSP format_sp) { in Set() function in FormatCache::Entry
45 void FormatCache::Entry::Set(lldb::TypeSummaryImplSP summary_sp) { in Set() function in FormatCache::Entry
50 void FormatCache::Entry::Set(lldb::SyntheticChildrenSP synthetic_sp) { in Set() function in FormatCache::Entry
116 void FormatCache::Set(ConstString type, lldb::TypeFormatImplSP &format_sp) { in Set() function in FormatCache
118 GetEntry(type).Set(format_sp); in Set()
121 void FormatCache::Set(ConstString type, lldb::TypeSummaryImplSP &summary_sp) { in Set() function in FormatCache
123 GetEntry(type).Set(summary_sp); in Set()
126 void FormatCache::Set(ConstString type, in Set() function in FormatCache
129 GetEntry(type).Set(synthetic_sp); in Set()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDCodeGenOptions.def49 CODEGENOPT(DataSections , 1, 0) ///< Set when -fdata-sections is enabled.
50 CODEGENOPT(UniqueSectionNames, 1, 1) ///< Set for -funique-section-names.
65 CODEGENOPT(DisableRedZone , 1, 0) ///< Set when -mno-red-zone is enabled.
67 CODEGENOPT(IndirectTlsSegRefs, 1, 0) ///< Set when -mno-tls-direct-seg-refs
80 CODEGENOPT(EmulatedTLS , 1, 0) ///< Set by default or -f[no-]emulated-tls.
81 CODEGENOPT(ExplicitEmulatedTLS , 1, 0) ///< Set if -f[no-]emulated-tls is used.
86 CODEGENOPT(FunctionSections , 1, 0) ///< Set when -ffunction-sections is enabled.
87 CODEGENOPT(InstrumentFunctions , 1, 0) ///< Set when -finstrument-functions is
89 CODEGENOPT(InstrumentFunctionsAfterInlining , 1, 0) ///< Set when
91 CODEGENOPT(InstrumentFunctionEntryBare , 1, 0) ///< Set when
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDSmallSet.h139 std::set<T, C> Set; variable
156 return Vector.empty() && Set.empty(); in empty()
160 return isSmall() ? Vector.size() : Set.size(); in size()
169 return Set.count(V); in count()
182 return std::make_pair(None, Set.insert(V).second); in insert()
194 Set.insert(Vector.back()); in insert()
197 Set.insert(V); in insert()
209 return Set.erase(V); in erase()
220 Set.clear(); in clear()
226 return {Set.begin()}; in begin()
[all …]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
HDFormatCache.h44 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-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
HDBreakpointOptions.cpp130 m_set_flags.Set(~((Flags::ValueType)0)); in BreakpointOptions()
141 m_set_flags.Set(eEnabled | eIgnoreCount | eOneShot in BreakpointOptions()
186 m_set_flags.Set(eEnabled); in CopyOverSetOptions()
191 m_set_flags.Set(eOneShot); in CopyOverSetOptions()
199 m_set_flags.Set(eCallback); in CopyOverSetOptions()
204 m_set_flags.Set(eIgnoreCount); in CopyOverSetOptions()
216 m_set_flags.Set(eCondition); in CopyOverSetOptions()
222 m_set_flags.Set(eAutoContinue); in CopyOverSetOptions()
229 m_set_flags.Set(eThreadSpec); in CopyOverSetOptions()
254 set_options.Set(eEnabled); in CreateFromStructuredData()
[all …]
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDDynamicType.cpp112 CastSet Set = TempSet ? *TempSet : F.getEmptySet(); in setDynamicTypeAndCastInfo() local
114 Set = F.add(Set, {CastFromTy, CastToTy, ResultKind}); in setDynamicTypeAndCastInfo()
115 State = State->set<DynamicCastMap>(MR, Set); in setDynamicTypeAndCastInfo()
190 const CastSet &Set = I->second; in printDynamicCastsJson() local
193 if (Set.isEmpty()) { in printDynamicCastsJson()
198 for (CastSet::iterator SI = Set.begin(); SI != Set.end(); ++SI) { in printDynamicCastsJson()
204 if (std::next(SI) != Set.end()) in printDynamicCastsJson()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDImmutableGraph.h165 const NodeSet &Set; variable
170 Current = Set.V.find_next(Current); in advance()
174 iterator(const NodeSet &Set, size_type Begin) in iterator() argument
175 : Set{Set}, Current{Begin} {} in iterator()
187 return Set.G.nodes_begin() + Current;
190 assert(&this->Set == &other.Set);
253 const EdgeSet &Set; variable
258 Current = Set.V.find_next(Current); in advance()
262 iterator(const EdgeSet &Set, size_type Begin) in iterator() argument
263 : Set{Set}, Current{Begin} {} in iterator()
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDLoopDistribute.cpp134 Set.insert(I); in InstPartition()
141 void add(Instruction *I) { Set.insert(I); } in add()
144 InstructionSet::iterator begin() { return Set.begin(); } in begin()
145 InstructionSet::iterator end() { return Set.end(); } in end()
146 InstructionSet::const_iterator begin() const { return Set.begin(); } in begin()
147 InstructionSet::const_iterator end() const { return Set.end(); } in end()
148 bool empty() const { return Set.empty(); } in empty()
153 Other.Set.insert(Set.begin(), Set.end()); in moveTo()
154 Set.clear(); in moveTo()
165 Set.insert(B->getTerminator()); in populateUsedSet()
[all …]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
HDOptionsBase.td7 // 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-11-stable/contrib/llvm-project/llvm/lib/Support/
HDThreading.cpp97 cpu_set_t Set; in hardware_concurrency() local
98 if (sched_getaffinity(0, sizeof(Set), &Set)) in hardware_concurrency()
99 return CPU_COUNT(&Set); in hardware_concurrency()
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
Dsynth_e_access_traits.hpp58 template<typename Type_Traits, bool Set, class E_Access_Traits>
63 Set, \
66 template<typename Type_Traits, bool Set, class E_Access_Traits>
112 static integral_constant<int,Set> s_set_ind;
116 integral_constant<int,Set>
/freebsd-11-stable/contrib/sendmail/contrib/
HDrmail.oldsys.patch53 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-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDCompileUnit.cpp35 m_flags.Set(flagsParsedLanguage); in CompileUnit()
148 m_flags.Set(flagsParsedLanguage); in GetLanguage()
159 m_flags.Set(flagsParsedLineTable); in GetLineTable()
171 m_flags.Set(flagsParsedLineTable); in SetLineTable()
182 m_flags.Set(flagsParsedDebugMacros); in GetDebugMacros()
195 m_flags.Set(flagsParsedDebugMacros); in SetDebugMacros()
342 m_flags.Set(flagsParsedImportedModules); in GetImportedModules()
363 m_flags.Set(flagsParsedSupportFiles); in GetSupportFiles()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Driver/
HDCLCompatOptions.td98 HelpText<"Set stack probe size (default 4096)">, Alias<mstack_probe_size>;
121 HelpText<"Set multiple /O flags at once; e.g. '/O2y-' for '/O2 /Oy-'">,
166 HelpText<"Set source encoding, supports only UTF-8">,
169 HelpText<"Set runtime encoding, supports only UTF-8">,
172 HelpText<"Set C++ version (c++14,c++17,c++latest)">;
250 HelpText<"Set default maximum struct packing alignment">,
253 HelpText<"Set default maximum struct packing alignment to 1">,
268 HelpText<"Set architecture for code generation">;
274 def _SLASH_EH : CLJoined<"EH">, HelpText<"Set exception handling model">;
280 HelpText<"Set assembly output file name (with /FA)">,
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
HDDWARFDebugPubTable.h42 struct Set { struct
63 std::vector<Set> Sets; argument
75 ArrayRef<Set> getData() { return Sets; } in getData()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDGCNMinRegStrategy.cpp184 SmallPtrSet<const SUnit*, 32> Set; in bumpPredsPriority() local
193 Set.insert(PSU); in bumpPredsPriority()
197 SmallVector<const SUnit*, 32> Worklist(Set.begin(), Set.end()); in bumpPredsPriority()
203 Set.insert(P.getSUnit()).second) in bumpPredsPriority()
210 const auto SetEnd = Set.end(); in bumpPredsPriority()
212 if (Set.find(C.SU) != SetEnd) { in bumpPredsPriority()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFDebugAranges.cpp27 DWARFDebugArangeSet Set; in extract() local
29 while (Set.extract(DebugArangesData, &Offset)) { in extract()
30 uint64_t CUOffset = Set.getCompileUnitDIEOffset(); in extract()
31 for (const auto &Desc : Set.descriptors()) { in extract()
/freebsd-11-stable/sys/boot/fdt/dts/arm/
HDrpi.dts36 memreserve = <0x08000000 0x08000000>; /* Set by VideoCore */
51 reg = <0 0x8000000>; /* 128MB, Set by VideoCore */
56 revision = <0>; /* Set by VideoCore */
57 serial = <0 0>; /* Set by VideoCore */
320 broadcom,width = <0>; /* Set by VideoCore */
321 broadcom,height = <0>; /* Set by VideoCore */
322 broadcom,depth = <0>; /* Set by VideoCore */
393 bootargs = ""; /* Set by VideoCore */
HDrpi2.dts35 memreserve = <0x08000000 0x08000000>; /* Set by VideoCore */
68 reg = <0 0x8000000>; /* 128MB, Set by VideoCore */
73 revision = <0>; /* Set by VideoCore */
74 serial = <0 0>; /* Set by VideoCore */
335 broadcom,width = <0>; /* Set by VideoCore */
336 broadcom,height = <0>; /* Set by VideoCore */
337 broadcom,depth = <0>; /* Set by VideoCore */
404 bootargs = ""; /* Set by VideoCore */

12345678910>>...29