| /freebsd-12-stable/contrib/llvm-project/llvm/lib/TableGen/ |
| D | SetTheory.cpp | 80 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-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| D | FuzzerMerge.h | 67 size_t Merge(const Set<uint32_t> &InitialFeatures, Set<uint32_t> *NewFeatures, 68 const Set<uint32_t> &InitialCov, Set<uint32_t> *NewCov, 71 Set<uint32_t> AllFeatures() const; 78 const Set<uint32_t> &InitialFeatures, 79 Set<uint32_t> *NewFeatures, 80 const Set<uint32_t> &InitialCov, 81 Set<uint32_t> *NewCov,
|
| D | FuzzerMerge.cpp | 81 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() 143 Set<uint32_t> AllFeatures = InitialFeatures; in Merge() 191 Set<uint32_t> Merger::AllFeatures() const { in AllFeatures() 192 Set<uint32_t> S; in AllFeatures() 215 Set<size_t> AllFeatures; in CrashResistantMergeInternalStep() 219 Set<const TracePC::PCTableEntry *> AllPCs; in CrashResistantMergeInternalStep() 239 Set<size_t> UniqFeatures; in CrashResistantMergeInternalStep() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/ |
| 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-12-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| D | CodeGenOptions.def | 49 CODEGENOPT(DataSections , 1, 0) ///< Set when -fdata-sections is enabled. 50 CODEGENOPT(UniqueSectionNames, 1, 1) ///< Set for -funique-section-names. 51 CODEGENOPT(UniqueBasicBlockSectionNames, 1, 1) ///< Set for -funique-basic-block-section-names, 54 CODEGENOPT(EnableAIXExtendedAltivecABI, 1, 0) ///< Set for -mabi=vec-extabi. Enables the extended A… 70 CODEGENOPT(DisableRedZone , 1, 0) ///< Set when -mno-red-zone is enabled. 77 CODEGENOPT(IndirectTlsSegRefs, 1, 0) ///< Set when -mno-tls-direct-seg-refs 90 CODEGENOPT(EmulatedTLS , 1, 0) ///< Set by default or -f[no-]emulated-tls. 91 CODEGENOPT(ExplicitEmulatedTLS , 1, 0) ///< Set if -f[no-]emulated-tls is used. 96 CODEGENOPT(FunctionSections , 1, 0) ///< Set when -ffunction-sections is enabled. 97 CODEGENOPT(InstrumentFunctions , 1, 0) ///< Set when -finstrument-functions is [all …]
|
| /freebsd-12-stable/contrib/sendmail/libsm/ |
| D | README | 61 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-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/ |
| D | SmallSet.h | 139 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-12-stable/stand/i386/btx/btx/ |
| D | btx.S | 134 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-12-stable/contrib/llvm-project/lldb/source/DataFormatters/ |
| 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-12-stable/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| 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-12-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
| 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-12-stable/sys/gnu/dts/arm64/exynos/ |
| 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 */ 242 /* Set maximum frequency as 1000MHz */ [all …]
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Breakpoint/ |
| D | BreakpointOptions.cpp | 130 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() 230 m_set_flags.Set(eThreadSpec); in CopyOverSetOptions() 255 set_options.Set(eEnabled); in CreateFromStructuredData() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| 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() 261 iterator(const EdgeSet &Set, size_type Begin) in iterator() argument 262 : Set{Set}, Current{Begin} {} in iterator() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| D | OMPContext.cpp | 444 TraitSet Set, TraitSelector Selector, StringRef S) { in getOpenMPContextTraitPropertyKind() argument 447 if (Set == TraitSet::device && Selector == TraitSelector::device_isa) in getOpenMPContextTraitPropertyKind() 450 if (Set == TraitSet::TraitSetEnum && Str == S) \ in getOpenMPContextTraitPropertyKind() 489 TraitSet Set, in isValidTraitSelectorForTraitSet() argument 492 AllowsTraitScore = Set != TraitSet::construct && Set != TraitSet::device; in isValidTraitSelectorForTraitSet() 497 return Set == TraitSet::TraitSetEnum; in isValidTraitSelectorForTraitSet() 504 TraitProperty Property, TraitSelector Selector, TraitSet Set) { in isValidTraitPropertyForTraitSetAndSelector() argument 508 return Set == TraitSet::TraitSetEnum && \ in isValidTraitPropertyForTraitSetAndSelector() 525 std::string llvm::omp::listOpenMPContextTraitSelectors(TraitSet Set) { in listOpenMPContextTraitSelectors() argument 528 if (TraitSet::TraitSetEnum == Set && StringRef(Str) != "Invalid") \ in listOpenMPContextTraitSelectors() [all …]
|
| /freebsd-12-stable/contrib/googletest/googletest/samples/ |
| 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(NULL); in TEST()
|
| D | sample2.h | 57 Set(a_c_string); in MyString() 62 Set(string.c_string_); in MyString() 79 void Set(const char* c_string);
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| D | LoopDistribute.cpp | 133 Set.insert(I); in InstPartition() 140 void add(Instruction *I) { Set.insert(I); } in add() 143 InstructionSet::iterator begin() { return Set.begin(); } in begin() 144 InstructionSet::iterator end() { return Set.end(); } in end() 145 InstructionSet::const_iterator begin() const { return Set.begin(); } in begin() 146 InstructionSet::const_iterator end() const { return Set.end(); } in end() 147 bool empty() const { return Set.empty(); } in empty() 152 Other.Set.insert(Set.begin(), Set.end()); in moveTo() 153 Set.clear(); in moveTo() 164 Set.insert(B->getTerminator()); in populateUsedSet() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/ |
| 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-12-stable/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/ |
| D | synth_e_access_traits.hpp | 58 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-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| D | WasmEHFuncInfo.h | 45 const auto &Set = UnwindDestToSrcs.lookup(BB); in getUnwindSrcs() local 47 for (const auto P : Set) in getUnwindSrcs() 71 const auto &Set = UnwindDestToSrcs.lookup(MBB); in getUnwindSrcs() local 73 for (const auto P : Set) in getUnwindSrcs()
|
| /freebsd-12-stable/contrib/sendmail/contrib/ |
| 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-12-stable/contrib/llvm-project/lldb/source/Symbol/ |
| D | CompileUnit.cpp | 35 m_flags.Set(flagsParsedLanguage); in CompileUnit() 147 m_flags.Set(flagsParsedLanguage); in GetLanguage() 158 m_flags.Set(flagsParsedLineTable); in GetLineTable() 170 m_flags.Set(flagsParsedLineTable); in SetLineTable() 181 m_flags.Set(flagsParsedDebugMacros); in GetDebugMacros() 194 m_flags.Set(flagsParsedDebugMacros); in SetDebugMacros() 354 m_flags.Set(flagsParsedImportedModules); in GetImportedModules() 375 m_flags.Set(flagsParsedSupportFiles); in GetSupportFiles()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| D | DWARFDebugPubTable.h | 43 struct Set { struct 67 std::vector<Set> Sets; argument 81 ArrayRef<Set> getData() { return Sets; } in getData()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| D | DWARFDebugAranges.cpp | 27 DWARFDebugArangeSet Set; in extract() local 31 Set.extract(DebugArangesData, &Offset, RecoverableErrorHandler)) { in extract() 35 uint64_t CUOffset = Set.getCompileUnitDIEOffset(); in extract() 36 for (const auto &Desc : Set.descriptors()) { in extract()
|