Searched refs:reset (Results 601 - 625 of 1202) sorted by relevance

<<21222324252627282930>>

/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/PDB/
H A DPDBSymbol.cpp194 Result->reset();
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DMachineFrameInfo.cpp132 BV.reset(*S);
H A DStackColoring.cpp700 BetweenStartEnd.reset(Slot);
776 BlockInfo.Begin.reset(Slot);
792 BlockInfo.End.reset(Slot);
838 LocalLiveOut.reset(BlockInfo.End);
H A DSplitKit.h304 /// The current spill mode, selected by reset().
441 /// reset - Prepare for a new split.
442 void reset(LiveRangeEdit&, ComplementSpillMode = SM_Partition);
H A DLiveIntervalCalc.cpp48 assert(MRI && Indexes && "call reset() first");
96 SubLIC.reset(MF, Indexes, DomTree, Alloc);
128 assert(MRI && Indexes && "call reset() first");
/openbsd-current/gnu/llvm/llvm/tools/llvm-opt-fuzzer/
H A Dllvm-opt-fuzzer.cpp227 TM.reset(TheTarget->createTargetMachine(
/openbsd-current/gnu/llvm/llvm/tools/lli/
H A Dlli.cpp537 CacheManager.reset(new LLIObjectCache(ObjectCacheDir));
748 EE.reset();
1153 ChildPath.reset(new char[ChildExecPath.size() + 1]);
1157 ChildIn.reset(new char[ChildInStr.size() + 1]);
1161 ChildOut.reset(new char[ChildOutStr.size() + 1]);
/openbsd-current/gnu/llvm/llvm/tools/llvm-diff/lib/
H A DDiffConsumer.cpp137 void DiffConsumer::reset() { function in class:DiffConsumer
/openbsd-current/gnu/llvm/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp248 Annotator.reset(new CommentWriter());
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DContinuationRecordBuilder.cpp239 Kind.reset();
/openbsd-current/gnu/llvm/llvm/lib/IR/
H A DPassTimingInfo.cpp143 T.reset(newPassTimer(PassArgument.empty() ? PassName : PassArgument, PassName));
159 /// If timing is enabled, report the times collected up to now and then reset
/openbsd-current/gnu/llvm/clang/lib/Format/
H A DUnwrappedLineParser.h105 void reset();
/openbsd-current/sys/dev/pci/drm/i915/selftests/
H A Dmock_gem_device.c239 __clear_bit(I915_WEDGED, &to_gt(i915)->reset.flags);
/openbsd-current/sys/dev/pci/drm/include/drm/
H A Ddrm_crtc.h119 * require a full modeset. They can also reset it to false if e.g. a
179 * __drm_atomic_helper_crtc_duplicate_state() will not reset the value
404 * @reset:
410 * Atomic drivers can use drm_atomic_helper_crtc_reset() to reset
413 void (*reset)(struct drm_crtc *crtc); member in struct:drm_crtc_funcs
H A Ddrm_plane.h342 * @reset:
348 * Atomic drivers can use drm_atomic_helper_plane_reset() to reset
351 void (*reset)(struct drm_plane *plane); member in struct:drm_plane_funcs
/openbsd-current/sys/dev/pci/drm/i915/
H A Di915_debugfs_params.c122 if (!ret && MATCH_DEBUGFS_NODE_NAME(file, "reset")) {
123 GET_I915(i915, reset, value);
/openbsd-current/gnu/llvm/libcxx/include/__random/
H A Dbinomial_distribution.h66 // constructors and reset functions
81 void reset() {} function in class:binomial_distribution
H A Dcauchy_distribution.h63 // constructor and reset functions
79 void reset() {} function in class:cauchy_distribution
H A Dextreme_value_distribution.h63 // constructor and reset functions
80 void reset() {} function in class:extreme_value_distribution
H A Dfisher_f_distribution.h62 // constructor and reset functions
78 void reset() {} function in class:fisher_f_distribution
H A Dgamma_distribution.h64 // constructors and reset functions
81 void reset() {} function in class:gamma_distribution
H A Dnegative_binomial_distribution.h65 // constructor and reset functions
81 void reset() {} function in class:negative_binomial_distribution
H A Dnormal_distribution.h65 // constructors and reset functions
82 void reset() {__v_hot_ = false;} function in class:normal_distribution
H A Duniform_real_distribution.h64 // constructors and reset functions
78 void reset() {} function in class:uniform_real_distribution
/openbsd-current/usr.sbin/httpd/
H A Dhttpd.c330 parent_reload(struct httpd *env, unsigned int reset, const char *filename) argument
342 log_debug("%s: level %d config file %s", __func__, reset, filename);
346 if (reset == CONFIG_RELOAD) {
359 config_setreset(env, reset);

Completed in 286 milliseconds

<<21222324252627282930>>