Searched refs:reset (Results 301 - 325 of 1041) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/usr.bin/patch/
H A Dutil.c298 set_signals(int reset) argument
302 if (!reset) {
/freebsd-11-stable/contrib/xz/src/liblzma/lzma/
H A Dlzma2_decoder.c48 /// True if dictionary reset is needed. This is false before the
77 // Dictionary reset implies that next LZMA chunk has
92 // reset the state.
94 // When there are new properties, state reset
105 // If only state reset is wanted with old
109 coder->lzma.reset(coder->lzma.coder,
123 // Finish the dictionary reset and let the caller
159 coder->lzma.reset(coder->lzma.coder, &coder->options);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocBasic.cpp197 SpillerInstance.reset();
318 SpillerInstance.reset(createInlineSpiller(*this, *MF, *VRM));
H A DMachineBlockFrequencyInfo.cpp196 MBFI.reset(new ImplType);
218 void MachineBlockFrequencyInfo::releaseMemory() { MBFI.reset(); }
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h50 void reset(lldb_private::TypeMemberImpl *);
95 void reset(lldb_private::TypeMemberFunctionImpl *);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DEvent.h200 void SetData(EventData *new_data) { m_data_sp.reset(new_data); }
224 void Clear() { m_data_sp.reset(); }
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBVariablesOptions.cpp101 m_opaque_up.reset(new VariablesOptionsImpl(options.ref()));
235 m_opaque_up.reset(std::move(lldb_object_ptr));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DDynamicLoader.cpp91 executable.reset();
93 executable.reset();
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h155 void reset();
319 void reset();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dilist_node.h240 reset();
243 void reset() { function in class:llvm::ilist_sentinel
H A DAny.h98 void reset() { Storage.reset(); } function in class:llvm::Any
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.h194 support_files.reset();
195 line_table_up.reset();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.cpp121 m_symtab_up.reset(new Symtab(this));
140 m_sections_up.reset(new SectionList());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DCallGraph.cpp273 G.reset(new CallGraph(M));
282 void CallGraphWrapperPass::releaseMemory() { G.reset(); }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp508 Leads[0].reset();
509 Leads[1].reset();
581 res.reset();
1020 Impl.reset(new AMDGPUMangledLibFunc(*MF));
1022 Impl.reset(new AMDGPUUnmangledLibFunc(*UMF));
1037 Impl.reset(new AMDGPUMangledLibFunc(
1042 Impl.reset(new AMDGPUUnmangledLibFunc(Name, FT));
1045 void AMDGPULibFunc::initMangled() { Impl.reset(new AMDGPUMangledLibFunc()); }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DFileOutputBuffer.cpp50 Buffer.reset();
59 Buffer.reset();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DChainedIncludesSource.cpp86 Reader.reset(new ASTReader(PP, CI.getModuleCache(), &CI.getASTContext(),
128 CInvok.reset(new CompilerInvocation(CI.getInvocation()));
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSimpleStreamChecker.cpp108 DoubleCloseBugType.reset(
112 LeakBugType.reset(
H A DNSErrorChecker.cpp268 NSBT.reset(new NSErrorDerefBug(this));
273 CFBT.reset(new CFErrorDerefBug(this));
H A DNonNullParamChecker.cpp190 BTAttrNonNull.reset(new BugType(
211 BTNullRefArg.reset(new BuiltinBug(this, "Dereference of null pointer"));
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFixItRewriter.cpp102 OS.reset(new llvm::raw_fd_ostream(fd, /*shouldClose=*/true));
104 OS.reset(new llvm::raw_fd_ostream(Filename, EC, llvm::sys::fs::OF_None));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeFunctionSig.cpp62 void reset() override { TypeEnumerator->reset(); }
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h55 virtual void reset() {} function in class:llvm::MCMachObjectTargetWriter
140 void reset() override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnitIndex.cpp41 ColumnKinds.reset();
42 Rows.reset();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DProperty.cpp85 m_value_sp.reset(enum_value);
215 m_value_sp.reset(string_value);

Completed in 323 milliseconds

<<11121314151617181920>>