Searched refs:reset (Results 276 - 300 of 1202) sorted by relevance

<<11121314151617181920>>

/openbsd-current/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.cpp26 objc_class.reset();
201 class_ro.reset();
202 class_rw.reset();
214 class_rw.reset();
221 class_rw.reset();
222 class_ro.reset();
229 class_ro.reset();
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h595 SchedRemainder() { reset(); }
597 void reset() { function in struct:llvm::SchedRemainder
720 reset();
725 void reset();
908 SchedCandidate() { reset(CandPolicy()); }
909 SchedCandidate(const CandPolicy &Policy) { reset(Policy); }
911 void reset(const CandPolicy &NewPolicy) { function in struct:llvm::GenericSchedulerBase::SchedCandidate
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp126 BT.reset(new BuiltinBug(OriginalName, desc));
382 BT_call_undef.reset(new BuiltinBug(
398 BT_call_null.reset(new BuiltinBug(
453 BT_cxx_call_undef.reset(new BuiltinBug(
468 BT_cxx_call_null.reset(
497 BT_cxx_delete_undef.reset(
588 BT_msg_undef.reset(new BuiltinBug(OriginalName,
595 BT_objc_prop_undef.reset(new BuiltinBug(
602 BT_objc_subscript_undef.reset(new BuiltinBug(
637 BT_msg_ret.reset(ne
[all...]
H A DDeleteWithNonVirtualDtorChecker.cpp89 BT.reset(new BugType(this,
H A DCastSizeChecker.cpp135 BT.reset(new BuiltinBug(this, "Cast region with wrong size.",
H A DDebugContainerModeling.cpp59 DebugMsgBugType.reset(
H A DChrootChecker.cpp128 BT_BreakJail.reset(new BuiltinBug(
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.cpp249 void GCNRPTracker::reset(const MachineInstr &MI,
265 void GCNUpwardRPTracker::reset(const MachineInstr &MI,
267 GCNRPTracker::reset(MI, LiveRegsCopy, true);
271 assert(MRI && "call reset first");
313 bool GCNDownwardRPTracker::reset(const MachineInstr &MI,
322 GCNRPTracker::reset(*NextMI, LiveRegsCopy, false);
327 assert(MRI && "call reset first");
402 reset(*Begin, LiveRegsCopy);
H A DGCNIterativeScheduler.cpp167 Sch.SchedImpl.reset(&OverrideStrategy);
241 UPTracker.reset(*BottomMI);
266 RPTracker.reset(*R.End);
270 RPTracker.reset(*std::prev(BBEnd));
338 R.BestSchedule.reset(
345 R.BestSchedule.reset();
H A DGCNRegPressure.h121 void reset(const MachineInstr &MI, const LiveRegSet *LiveRegsCopy,
147 // reset tracker to the point just below MI
149 void reset(const MachineInstr &MI, const LiveRegSet *LiveRegs = nullptr);
160 // Last position of reset or advanceBeforeNext
173 bool reset(const MachineInstr &MI, const LiveRegSet *LiveRegs = nullptr);
/openbsd-current/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp244 m_user_expression_sp.reset();
261 m_user_expression_sp.reset(GetTarget().GetUserExpressionForLanguage(
267 m_user_expression_sp.reset();
277 m_user_expression_sp.reset();
480 m_bp_site_sp.reset();
668 m_user_expression_sp.reset();
H A DWatchpoint.cpp233 // Leaving ephemeral mode, reset the m_disabled_count!
289 m_condition_up.reset();
293 m_condition_up.reset(m_target.GetUserExpressionForLanguage(
299 m_condition_up.reset();
/openbsd-current/gnu/llvm/lldb/source/Symbol/
H A DObjectFile.cpp174 object_file_sp.reset(
183 object_file_sp.reset();
455 data_sp.reset(data_up.release());
583 m_symtab_once_up.reset(new llvm::once_flag());
584 m_symtab_up.reset();
745 m_symtab_up.reset(symtab);
/openbsd-current/usr.sbin/vmd/
H A Dconfig.c104 config_purge(struct vmd *env, unsigned int reset) argument
119 what = ps->ps_what[privsep_process] & reset;
170 config_setreset(struct vmd *env, unsigned int reset) argument
178 if ((reset & ps->ps_what[id]) == 0 ||
181 proc_compose(ps, id, IMSG_CTL_RESET, &reset, sizeof(reset));
H A Dvioblk.c287 * device into a "needs reset" state.
334 goto reset;
338 goto reset;
344 goto reset;
384 * not much we can do but say we need a reset.
388 goto reset;
395 goto reset;
416 reset:
418 * When setting the "needs reset" flag, the driver is notified
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DModuleBuilder.cpp139 M.reset(new llvm::Module(ExpandModuleName(ModuleName, CodeGenOpts), C));
164 Builder.reset(new CodeGen::CodeGenModule(Context, FS, HeaderSearchOpts,
289 // If there are errors before or when releasing the Builder, reset
294 M.reset();
/openbsd-current/gnu/llvm/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp172 m_listener_sp.reset();
173 m_hijack_listener_sp.reset();
175 m_scripted_process_dictionary_sp.reset();
/openbsd-current/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolDeserializer.h71 Mapping.reset();
/openbsd-current/gnu/llvm/lldb/source/DataFormatters/
H A DFormatCache.cpp86 format_impl_sp.reset();
/openbsd-current/gnu/llvm/clang/include/clang/Lex/
H A DVariadicMacroSupport.h141 "Must only be called if the state has not been reset");
159 void reset() { function in class:clang::VAOptExpansionContext
188 "Must only be called if the state has not been reset");
193 "Must only be called if the state has not been reset");
199 "Must only be called if the state has not been reset");
208 "Must only be called if the state has not been reset");
221 assert(isReset() && "Must only be called if the state has been reset");
231 "Must only be called if the state has not been reset");
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DRegisterContextPOSIX_mips64.cpp45 m_register_info_up.reset(register_info);
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DGISelKnownBits.h128 void releaseMemory() override { Info.reset(); }
/openbsd-current/gnu/llvm/lldb/include/lldb/API/
H A DSBListener.h100 void reset(lldb::ListenerSP listener_sp);
/openbsd-current/sys/arch/hppa/dev/
H A Dcom_dino.c50 u_int8_t reset; member in struct:com_dino_regs
/openbsd-current/sys/dev/pci/drm/include/drm/
H A Ddrm_encoder.h42 * @reset:
48 void (*reset)(struct drm_encoder *encoder); member in struct:drm_encoder_funcs

Completed in 308 milliseconds

<<11121314151617181920>>