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

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScopedNoAliasAA.cpp200 Result.reset(new ScopedNoAliasAAResult());
205 Result.reset();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.cpp32 FixedAttributeSize.reset();
107 FixedAttributeSize.reset();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h106 BFI.reset();
107 BPI.reset();
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointName.cpp118 m_impl_up.reset(new SBBreakpointNameImpl(sb_target, name));
119 // Call FindBreakpointName here to make sure the name is valid, reset if not:
122 m_impl_up.reset();
130 m_impl_up.reset();
136 m_impl_up.reset(new SBBreakpointNameImpl(target.shared_from_this(), name));
138 // Call FindBreakpointName here to make sure the name is valid, reset if not:
141 m_impl_up.reset();
157 m_impl_up.reset(new SBBreakpointNameImpl(rhs.m_impl_up->GetTarget(),
170 m_impl_up.reset();
174 m_impl_up.reset(ne
[all...]
H A DSBStream.cpp171 m_opaque_up.reset(new StreamString());
182 m_opaque_up.reset();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h163 m_old_value_sp.reset(nullptr);
164 m_new_value_sp.reset(nullptr);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h48 stream_sp.reset(new StreamString());
58 stream_sp.reset(new StreamString());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DImmutableGraph.h127 V.reset(Idx);
133 void clear() { V.reset(); }
162 void reset(size_type Idx) { V.reset(Idx); } function in class:llvm::ImmutableGraph::NodeSet
215 V.reset(Idx);
221 void clear() { V.reset(); }
250 void reset(size_type Idx) { V.reset(Idx); } function in class:llvm::ImmutableGraph::EdgeSet
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-eoi-defs.h252 uint64_t ena : 1; /**< When reset, all the inbound DMA accesses will be
256 uint64_t reset : 1; /**< EOI block Software Reset. */ member in struct:cvmx_eoi_ctl_sta::cvmx_eoi_ctl_sta_s
258 uint64_t reset : 1;
481 uint64_t dsp_div_reset : 1; /**< DSP postscalar divider reset */
493 uint64_t hab_div_reset : 1; /**< HAB postscalar divider reset */
508 uint64_t reset_n : 1; /**< PLL reset */
536 * This register controls Endor phy reset and access.
560 uint64_t reset : 1; /**< Endor block software reset. After hardware reset, member in struct:cvmx_eoi_endor_ctl::cvmx_eoi_endor_ctl_s
[all...]
/freebsd-11-stable/sbin/reboot/
H A Dnextboot.sh113 nextboot.conf will NOT be reset in case of kernel boot failure
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DAppendingTypeTableBuilder.cpp75 void AppendingTypeTableBuilder::reset() { SeenRecords.clear(); } function in class:AppendingTypeTableBuilder
H A DGlobalTypeTableBuilder.cpp82 void GlobalTypeTableBuilder::reset() { function in class:GlobalTypeTableBuilder
/freebsd-11-stable/contrib/llvm-project/clang/lib/Rewrite/
H A DTokenRewriter.cpp28 ScratchBuf.reset(new ScratchBuffer(SM));
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DInMemoryModuleCache.cpp69 PCM.Buffer.reset();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.h75 void ClearBackingThread() override { m_backing_thread_sp.reset(); }
H A DUnwindLLDB.h69 m_candidate_frame.reset();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dedit_distance.h66 Allocated.reset(Row);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallUserExpression.cpp65 m_user_expression_sp.reset();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUtilityFunction.cpp162 m_expr_decl_map_up.reset(new ClangExpressionDeclMap(
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGISelKnownBits.h111 void releaseMemory() override { Info.reset(); }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DItaniumManglingCanonicalizer.cpp94 void reset() {} function in class:__anon1984::FoldingNodeAllocator
178 void reset() { MostRecentlyCreated = nullptr; } function in class:__anon1984::CanonicalizerAllocator
231 P->Demangler.reset(Str.begin(), Str.end());
303 Demangler.reset(Mangling.begin(), Mangling.end());
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMmapWriteExecChecker.cpp64 BT.reset(new BugType(this, "W^X check fails, Write Exec prot flags set", "Security"));
H A DUndefBranchChecker.cpp68 BT.reset(new BuiltinBug(
H A DUndefinedAssignmentChecker.cpp56 BT.reset(new BuiltinBug(this, DefaultMsg));
H A DUndefCapturedBlockVarChecker.cpp76 BT.reset(

Completed in 307 milliseconds

1234567891011>>