Searched refs:Set (Results 1 - 25 of 228) sorted by relevance

12345678910

/freebsd-current/contrib/llvm-project/clang/lib/Basic/
H A DXRayInstr.cpp34 void serializeXRayInstrValue(XRayInstrSet Set, argument
36 if (Set.Mask == XRayInstrKind::All) {
41 if (Set.Mask == XRayInstrKind::None) {
46 if (Set.has(XRayInstrKind::Custom))
49 if (Set.has(XRayInstrKind::Typed))
52 if (Set.has(XRayInstrKind::FunctionEntry) &&
53 Set.has(XRayInstrKind::FunctionExit))
55 else if (Set.has(XRayInstrKind::FunctionEntry))
57 else if (Set.has(XRayInstrKind::FunctionExit))
/freebsd-current/contrib/googletest/googletest/samples/
H A Dsample2.h56 Set(a_c_string);
61 Set(string.c_string_);
76 void Set(const char* c_string);
H A Dsample2_unittest.cc91 // Tests the Set method.
92 TEST(MyString, Set) {
95 s.Set(kHelloString);
98 // Set should work when the input pointer is the same as the one
100 s.Set(s.c_string());
104 s.Set(nullptr);
H A Dsample2.cc49 void MyString::Set(const char* a_c_string) { function in class:MyString
/freebsd-current/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatCache.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-current/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatCache.cpp39 void FormatCache::Entry::Set(lldb::TypeFormatImplSP format_sp) { function in class:FormatCache::Entry
44 void FormatCache::Entry::Set(lldb::TypeSummaryImplSP summary_sp) { function in class:FormatCache::Entry
49 void FormatCache::Entry::Set(lldb::SyntheticChildrenSP synthetic_sp) { function in class:FormatCache::Entry
102 void FormatCache::Set(ConstString type, lldb::TypeFormatImplSP &format_sp) { function in class:FormatCache
104 GetEntry(type).Set(format_sp);
107 void FormatCache::Set(ConstString type, lldb::TypeSummaryImplSP &summary_sp) { function in class:FormatCache
109 GetEntry(type).Set(summary_sp);
112 void FormatCache::Set(ConstString type, function in class:FormatCache
115 GetEntry(type).Set(synthetic_sp);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugPubTable.h44 struct Set { struct in class:llvm::DWARFDebugPubTable
68 std::vector<Set> Sets;
82 ArrayRef<Set> getData() { return Sets; }
/freebsd-current/contrib/llvm-project/llvm/lib/TableGen/
H A DSetTheory.cpp45 // (sub Add, Sub, ...) Set difference.
50 PrintFatalError(Loc, "Set difference needs at least two arguments: " +
61 // (and S1, S2) Set intersection.
66 PrintFatalError(Loc, "Set intersection requires two arguments: " +
79 virtual void apply2(SetTheory &ST, DagInit *Expr, RecSet &Set, int64_t N,
85 PrintFatalError(Loc, "Operator requires (Op Set, Int) arguments: " +
87 RecSet Set; variable
88 ST.evaluate(Expr->arg_begin()[0], Set, Loc);
93 apply2(ST, Expr, Set, II->getValue(), Elts, Loc);
99 void apply2(SetTheory &ST, DagInit *Expr, RecSet &Set, int64_
307 expand(Record *Set) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPContext.h73 /// Parse \p Str and return the trait property it matches in the set \p Set and
75 TraitProperty getOpenMPContextTraitPropertyKind(TraitSet Set,
95 /// Return a string listing all trait selectors for \p Set.
96 std::string listOpenMPContextTraitSelectors(TraitSet Set);
98 /// Return a string listing all trait properties for \p Set and \p Selector.
99 std::string listOpenMPContextTraitProperties(TraitSet Set,
103 /// Return true if \p Selector can be nested in \p Set. Also sets
107 bool isValidTraitSelectorForTraitSet(TraitSelector Selector, TraitSet Set,
111 /// Return true if \p Property can be nested in \p Selector and \p Set.
114 TraitSet Set);
133 addTrait(TraitSet Set, TraitProperty Property, StringRef RawString, APInt *Score = nullptr) argument
164 addTrait(TraitSet Set, TraitProperty Property) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallSet.h32 /// delegating to the underlying SmallVector or Set iterators.
140 std::set<T, C> Set; member in class:llvm::SmallSet
159 [[nodiscard]] bool empty() const { return Vector.empty() && Set.empty(); }
162 return isSmall() ? Vector.size() : Set.size();
171 return Set.count(V);
181 auto [I, Inserted] = Set.insert(V);
195 Set.insert(Vector.back());
198 return std::make_pair(const_iterator(Set.insert(V).first), true);
209 return Set.erase(V);
220 Set
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_vector_clock.h25 void Set(Sid sid, Epoch v);
44 ALWAYS_INLINE void VectorClock::Set(Sid sid, Epoch v) { function in class:__tsan::VectorClock
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DWasmEHFuncInfo.h45 const auto &Set = UnwindDestToSrcs.lookup(BB); local
47 for (const auto P : Set)
69 const auto &Set = UnwindDestToSrcs.lookup(MBB); local
71 for (const auto P : Set)
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_base.lua217 local function Set(x) function
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}))
237 assert((Set{
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAranges.cpp30 DWARFDebugArangeSet Set; local
33 if (Error E = Set.extract(DebugArangesData, &Offset, WarningHandler)) {
37 uint64_t CUOffset = Set.getCompileUnitDIEOffset();
38 for (const auto &Desc : Set.descriptors()) {
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.h23 /// and external instruction \p Set.
29 /// \p Set is the external instruction set containing the given builtin.
35 InstructionSet::InstructionSet Set,
/freebsd-current/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp120 m_set_flags.Set(~((Flags::ValueType)0));
130 m_set_flags.Set(eEnabled | eIgnoreCount | eOneShot | eAutoContinue);
175 m_set_flags.Set(eEnabled);
180 m_set_flags.Set(eOneShot);
188 m_set_flags.Set(eCallback);
193 m_set_flags.Set(eIgnoreCount);
205 m_set_flags.Set(eCondition);
211 m_set_flags.Set(eAutoContinue);
219 m_set_flags.Set(eThreadSpec);
244 set_options.Set(eEnable
[all...]
/freebsd-current/contrib/hyperv/tools/scripts/
H A Dhv_set_ifconfig73 echo "Set IP-Injection Success"
/freebsd-current/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-filepath.h61 // Except for Set methods, all methods are const or static, which provides an
79 Set(rhs);
83 void Set(const FilePath& rhs) { pathname_ = rhs.pathname_; } function in class:testing::internal::FilePath
/freebsd-current/stand/i386/btx/btx/
H A Dbtx.S132 mov %ax,%ss # Set up
174 mov %ax,(%di) # Set handler offset
176 mov %dl,0x5(%di) # Set P:DPL:type
184 init.4: movb $_ESP0H,TSS_ESP0+1(%di) # Set ESP0
185 movb $SEL_SDATA,TSS_SS0(%di) # Set SS0
186 movb $_TSSIO,TSS_MAP(%di) # Set I/O bit map base
190 mov $0x2820,%bx # Set protected mode
192 lidt idtdesc # Set IDT
193 lgdt gdtdesc # Set GDT
205 movb $SEL_TSS,%cl # Set tas
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp441 TraitSet Set, TraitSelector Selector, StringRef S) {
444 if (Set == TraitSet::device && Selector == TraitSelector::device_isa)
447 if (Set == TraitSet::TraitSetEnum && Str == S) \
486 TraitSet Set,
489 AllowsTraitScore = Set != TraitSet::construct && Set != TraitSet::device;
494 return Set == TraitSet::TraitSetEnum;
501 TraitProperty Property, TraitSelector Selector, TraitSet Set) {
505 return Set == TraitSet::TraitSetEnum && \
522 std::string llvm::omp::listOpenMPContextTraitSelectors(TraitSet Set) { argument
440 getOpenMPContextTraitPropertyKind( TraitSet Set, TraitSelector Selector, StringRef S) argument
485 isValidTraitSelectorForTraitSet(TraitSelector Selector, TraitSet Set, bool &AllowsTraitScore, bool &RequiresProperty) argument
500 isValidTraitPropertyForTraitSetAndSelector( TraitProperty Property, TraitSelector Selector, TraitSet Set) argument
533 listOpenMPContextTraitProperties(TraitSet Set, TraitSelector Selector) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp128 Set.insert(I);
135 void add(Instruction *I) { Set.insert(I); }
138 InstructionSet::iterator begin() { return Set.begin(); }
139 InstructionSet::iterator end() { return Set.end(); }
140 InstructionSet::const_iterator begin() const { return Set.begin(); }
141 InstructionSet::const_iterator end() const { return Set.end(); }
142 bool empty() const { return Set.empty(); }
147 Other.Set.insert(Set.begin(), Set
249 InstructionSet Set; member in class:__anon2921::InstPartition
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVBaseInfo.cpp195 std::string getExtInstSetName(SPIRV::InstructionSet::InstructionSet Set) { argument
196 switch (Set) {
209 for (auto Set : {SPIRV::InstructionSet::GLSL_std_450,
211 if (SetName == getExtInstSetName(Set))
212 return Set;
217 std::string getExtInstName(SPIRV::InstructionSet::InstructionSet Set, argument
220 SPIRV::lookupExtendedBuiltinBySetAndNumber(Set, InstructionNumber);
/freebsd-current/contrib/llvm-project/lldb/include/lldb/API/
H A DSBEnvironment.h93 /// Set the value of a given environment variable.
108 bool Set(const char *name, const char *value, bool overwrite);
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFlags.h48 /// Set accessor for all flags.
66 /// Set one or more flags by logical OR'ing \a mask with the current flags.
73 ValueType Set(ValueType mask) { function in class:lldb_private::Flags
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanStepOverRange.h37 GetFlags().Set(ThreadPlanStepOverRange::s_default_flag_values);

Completed in 219 milliseconds

12345678910