Searched refs:reset (Results 201 - 225 of 1202) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/lldb/include/lldb/Core/
H A DStructuredDataImpl.h48 m_plugin_wp.reset();
49 m_data_sp.reset();
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DScopedNoAliasAA.cpp169 Result.reset(new ScopedNoAliasAAResult());
174 Result.reset();
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h197 m_old_value_sp.reset();
198 m_new_value_sp.reset();
/freebsd-current/contrib/llvm-project/libcxx/include/__random/
H A Dlognormal_distribution.h59 // constructor and reset functions
67 _LIBCPP_HIDE_FROM_ABI void reset() { __nd_.reset(); } function in class:lognormal_distribution
H A Dstudent_t_distribution.h59 // constructor and reset functions
67 _LIBCPP_HIDE_FROM_ABI void reset() { __nd_.reset(); } function in class:student_t_distribution
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp323 sb_func_type.reset(new TypeMemberFunctionImpl(
419 sb_type_member.reset(new TypeMemberImpl(
435 sb_type_member.reset(new TypeMemberImpl(
480 sb_type_member.reset(
769 void SBTypeMember::reset(TypeMemberImpl *type_member_impl) { function in class:SBTypeMember
770 m_opaque_up.reset(type_member_impl);
898 void SBTypeMemberFunction::reset(TypeMemberFunctionImpl *type_member_impl) { function in class:SBTypeMemberFunction
899 m_opaque_sp.reset(type_member_impl);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
H A DDynamicLoaderFreeBSDKernel.h68 m_module_sp.reset();
69 m_memory_module_sp.reset();
/freebsd-current/sys/dev/ata/chipsets/
H A Data-jmicron.c103 ctlr->reset = ata_generic_reset;
121 ctlr->reset = ata_generic_reset;
/freebsd-current/contrib/xz/src/liblzma/lz/
H A Dlz_decoder.h65 /// True when dictionary should be reset before decoding more data.
87 void (*reset)(void *coder, const void *options); member in struct:__anon88
104 .reset = NULL, \
/freebsd-current/contrib/llvm-project/clang/lib/Rewrite/
H A DTokenRewriter.cpp28 ScratchBuf.reset(new ScratchBuffer(SM));
/freebsd-current/contrib/llvm-project/clang/lib/Serialization/
H A DInMemoryModuleCache.cpp69 PCM.Buffer.reset();
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.h75 void ClearBackingThread() override { m_backing_thread_sp.reset(); }
/freebsd-current/contrib/opencsd/decoder/source/
H A Docsd_gen_elem_list.cpp60 void OcsdGenElemList::reset() function in class:OcsdGenElemList
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DUnwindLLDB.h69 m_candidate_frame.reset();
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallUserExpression.cpp65 m_user_expression_sp.reset();
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DStringsAndChecksums.h38 void reset();
/freebsd-current/usr.sbin/bluetooth/iwmbtfw/
H A Dmain.c419 goto reset;
466 goto reset;
478 goto reset;
551 reset:
/freebsd-current/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueFileSpec.cpp66 m_data_sp.reset();
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFormMemoryClauses.cpp294 RPT.reset(MI);
303 RPT.reset(MI, &LiveRegsCopy);
327 RPT.reset(MI, &LiveRegsCopy);
395 RPT.reset(MI, &LiveRegsCopy);
/freebsd-current/contrib/llvm-project/llvm/lib/ProfileData/
H A DItaniumManglingCanonicalizer.cpp90 void reset() {} function in class:__anon2143::FoldingNodeAllocator
174 void reset() { MostRecentlyCreated = nullptr; } function in class:__anon2143::CanonicalizerAllocator
213 P->Demangler.reset(Str.begin(), Str.end());
285 Demangler.reset(Mangling.begin(), Mangling.end());
/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DMCSubtargetInfo.cpp53 Bits.reset(FE.Value);
76 Bits.reset(FeatureEntry->Value);
261 FeatureBits.reset(I);
275 FeatureBits.reset(FeatureEntry->Value);
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DCodeGenCoverage.cpp112 void CodeGenCoverage::reset() { RuleCoverage.resize(0); } function in class:CodeGenCoverage
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp109 CallLoweringInfo.reset(new ARMCallLowering(*getTargetLowering()));
110 Legalizer.reset(new ARMLegalizerInfo(*this));
117 InstSelector.reset(createARMInstructionSelector(
120 RegBankInfo.reset(RBI);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectWriter.h47 virtual void reset() {} function in class:llvm::MCObjectWriter
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DPostDominators.h93 void releaseMemory() override { DT.reset(); }

Completed in 214 milliseconds

1234567891011>>