Searched refs:reset (Results 551 - 575 of 1202) sorted by relevance

<<21222324252627282930>>

/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DPhiValues.cpp211 Result.reset(new PhiValues(F));
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h150 void reset();
H A DReachingDefAnalysis.h132 void reset();
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DSpillPlacement.cpp370 ActiveNodes->reset(n);
/openbsd-current/gnu/llvm/clang/lib/Basic/Targets/
H A DNVPTX.cpp76 HostTarget.reset(AllocateTarget(llvm::Triple(Opts.HostTriple), Opts));
/openbsd-current/gnu/llvm/clang/lib/Driver/
H A DCompilation.cpp176 OwnedStream.reset(new llvm::raw_fd_ostream(
/openbsd-current/gnu/llvm/clang/include/clang/Basic/
H A DSarif.h400 void reset();
H A DDirectoryEntry.h137 void reset() { MaybeRef = optional_none_tag(); } function in class:clang::FileMgr::MapEntryOptionalStorage
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DConversionChecker.cpp130 BT.reset(
H A DMismatchedIteratorChecker.cpp57 MismatchedBugType.reset(
H A DBasicObjCFoundationChecks.cpp214 BT.reset(new APIMisuse(this, "nil argument"));
520 BT.reset(new APIMisuse(this, "Bad use of CFNumber APIs"));
609 BT.reset(new APIMisuse(
717 BT.reset(new APIMisuse(this,
H A DVforkChecker.cpp127 BT.reset(new BuiltinBug(this,
/openbsd-current/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DDominators.h170 virtual void releaseMemory() { DT.reset(); }
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DScopeInfo.cpp53 ErrorTrap.reset();
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DIntelPTCollector.cpp263 m_process_trace_up.reset();
H A DNativeRegisterContextLinux_loongarch64.cpp184 data_sp.reset(new DataBufferHeap(REG_CONTEXT_SIZE, 0));
H A DNativeRegisterContextLinux_riscv64.cpp196 data_sp.reset(new DataBufferHeap(REG_CONTEXT_SIZE, 0));
/openbsd-current/gnu/llvm/lldb/source/API/
H A DSBQueue.cpp49 m_queue_wp.reset();
H A DSBCompileUnit.cpp220 void SBCompileUnit::reset(lldb_private::CompileUnit *lldb_object_ptr) { function in class:SBCompileUnit
/openbsd-current/gnu/llvm/clang/tools/driver/
H A Dcc1as_main.cpp506 CE.reset(TheTarget->createMCCodeEmitter(*MCII, Ctx));
511 Str.reset(TheTarget->createAsmStreamer(
516 Str.reset(createNullStreamer(Ctx));
536 Str.reset(TheTarget->createMCObjectStreamer(
H A Dcc1_main.cpp273 profilerOutput.reset();
/openbsd-current/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DFormattersContainer.h197 entry.reset();
/openbsd-current/gnu/llvm/lldb/source/Expression/
H A DLLVMUserExpression.cpp287 m_dematerializer_sp.reset();
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/
H A DNativeRegisterContextFreeBSD_powerpc.cpp242 data_sp.reset(new DataBufferHeap(m_reg_data.size(), 0));
H A DNativeRegisterContextFreeBSD_arm64.cpp163 data_sp.reset(new DataBufferHeap(m_reg_data.size(), 0));

Completed in 262 milliseconds

<<21222324252627282930>>