Searched refs:reset (Results 326 - 350 of 1202) sorted by relevance

<<11121314151617181920>>

/openbsd-current/gnu/llvm/clang/lib/Driver/
H A DToolChain.cpp182 XRayArguments.reset(new XRayArgs(*this, Args));
332 Clang.reset(new tools::Clang(*this, useIntegratedBackend()));
338 Flang.reset(new tools::Flang(*this));
356 Assemble.reset(buildAssembler());
362 Assemble.reset(new tools::ClangAs(*this));
368 Link.reset(buildLinker());
374 StaticLibTool.reset(buildStaticLibTool());
380 IfsMerge.reset(new tools::ifstool::Merger(*this));
386 OffloadBundler.reset(new tools::OffloadBundler(*this));
392 OffloadPackager.reset(ne
[all...]
/openbsd-current/gnu/llvm/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1552 Section.reset(new ELFYAML::Fill());
1561 Section.reset(new ELFYAML::SectionHeaderTable(/*IsImplicit=*/false));
1571 Section.reset(new ELFYAML::MipsABIFlags());
1578 Section.reset(new ELFYAML::ARMIndexTableSection());
1586 Section.reset(new ELFYAML::DynamicSection());
1592 Section.reset(new ELFYAML::RelocationSection());
1597 Section.reset(new ELFYAML::RelrSection());
1602 Section.reset(new ELFYAML::GroupSection());
1607 Section.reset(new ELFYAML::NoBitsSection());
1612 Section.reset(ne
[all...]
/openbsd-current/sbin/restore/
H A Dinteractive.c59 static jmp_buf reset; variable
111 if (setjmp(reset) != 0) {
767 longjmp(reset, 1); /* XXX signal/longjmp reentrancy */
/openbsd-current/gnu/llvm/compiler-rt/lib/xray/tests/unit/
H A Dprofile_collector_test.cpp132 profileCollectorService::reset();
212 profileCollectorService::reset();
/openbsd-current/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DFixItRewriter.cpp103 OS.reset(new llvm::raw_fd_ostream(fd, /*shouldClose=*/true));
105 OS.reset(new llvm::raw_fd_ostream(Filename, EC, llvm::sys::fs::OF_None));
/openbsd-current/usr.bin/patch/
H A Dutil.c285 set_signals(int reset) argument
289 if (!reset) {
/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFStreamer.cpp196 void reset() override {
198 MCELFStreamer::reset();
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp512 Leads[0].reset();
513 Leads[1].reset();
585 res.reset();
1025 Impl.reset(new AMDGPUMangledLibFunc(*MF));
1027 Impl.reset(new AMDGPUUnmangledLibFunc(*UMF));
1042 Impl.reset(new AMDGPUMangledLibFunc(
1047 Impl.reset(new AMDGPUUnmangledLibFunc(Name, FT));
1050 void AMDGPULibFunc::initMangled() { Impl.reset(new AMDGPUMangledLibFunc()); }
H A DSIPostRABundler.cpp211 KillUsedRegUnits.reset();
214 BundleUsedRegUnits.reset();
/openbsd-current/gnu/llvm/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h164 void reset();
328 void reset();
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DSimpleStreamChecker.cpp95 DoubleCloseBugType.reset(
99 LeakBugType.reset(
H A DNonNullParamChecker.cpp285 BTAttrNonNull.reset(new BugType(
306 BTNullRefArg.reset(new BuiltinBug(this, "Dereference of null pointer"));
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DMicrosoftCXXABI.cpp128 DeviceMangler.reset(
132 DeviceMangler.reset(
/openbsd-current/gnu/llvm/lldb/include/lldb/Utility/
H A DEvent.h206 void SetData(EventData *new_data) { m_data_sp.reset(new_data); }
230 void Clear() { m_data_sp.reset(); }
/openbsd-current/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinKernel.cpp724 module_sp.reset();
760 module_sp.reset();
798 module_sp.reset();
805 module_sp.reset(new Module(kern_spec));
822 module_sp.reset();
838 module_sp.reset(new Module(kern_spec));
855 module_sp.reset();
915 exe_module_sp.reset();
/openbsd-current/gnu/llvm/lldb/include/lldb/API/
H A DSBType.h50 void reset(lldb_private::TypeMemberImpl *);
95 void reset(lldb_private::TypeMemberFunctionImpl *);
/openbsd-current/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp127 m_func_sp.reset();
390 m_objc_step_through_sp.reset();
/openbsd-current/gnu/llvm/clang/tools/clang-check/
H A DClangCheck.cpp142 FixItOpts.reset(new FixItOptions);
143 Rewriter.reset(new FixItRewriter(CI.getDiagnostics(), CI.getSourceManager(),
/openbsd-current/gnu/llvm/lldb/source/Core/
H A DDynamicLoader.cpp91 executable.reset();
93 executable.reset();
/openbsd-current/gnu/llvm/lldb/source/Interpreter/
H A DProperty.cpp85 m_value_sp.reset(enum_value);
225 m_value_sp.reset(string_value);
/openbsd-current/gnu/llvm/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.h133 m_module_sp.reset();
134 m_memory_module_sp.reset();
/openbsd-current/gnu/llvm/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h56 virtual void reset() {} function in class:llvm::MCMachObjectTargetWriter
143 void reset() override;
H A DMCELFStreamer.h40 void reset() override {
43 MCObjectStreamer::reset();
/openbsd-current/gnu/llvm/llvm/include/llvm/ADT/
H A DAny.h107 void reset() { Storage.reset(); } function in class:llvm::Any
H A Dilist_node.h241 reset();
244 void reset() { function in class:llvm::ilist_sentinel

Completed in 777 milliseconds

<<11121314151617181920>>