Home
last modified time | relevance | path

Searched refs:removeMacro (Results 1 – 18 of 18) sorted by relevance

/dports/devel/msp430-debug-stack/msp430-debug-stack-3.15.0.1/DLL430_v3/src/TI/DLL430/
H A DPollingManager.cpp85 if (!removeMacro(macro)) in startBreakpointPolling()
142 return removeMacro(macro); in stopPolling()
172 return removeMacro(macroId); in stopEnergyTracePolling()
192 bool PollingManager::removeMacro(hal_id macroId) in removeMacro() function in PollingManager
H A DPollingManager.h145 bool removeMacro(hal_id macroId);
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/macros/
H A Dmacromanager.cpp110 void removeMacro(const QString &name);
168 void MacroManagerPrivate::removeMacro(const QString &name) in removeMacro() function in Macros::Internal::MacroManagerPrivate
260 d->removeMacro(name); in ~MacroManager()
350 d->removeMacro(name); in deleteMacro()
/dports/audio/rezound/rezound-0.13.1beta/src/backend/
H A DCMacroRecorder.cpp45 removeMacro(file,macroName); in startRecording()
169 void CMacroRecorder::removeMacro(CNestedDataFile *file,const string macroName) in removeMacro() function in CMacroRecorder
H A DCMacroRecorder.h23 static void removeMacro(CNestedDataFile *file,const string macroName);
/dports/games/magiccube4d/magiccube4d-src-2_2/
H A DWidgets.h53 virtual void removeMacro(void* ui_data) = 0;
H A DWidgetsX.h44 virtual void removeMacro(void* ui_data);
H A DEventHandler.cpp708 widgets->removeMacro(ui_data); in applyMacroCommon()
740 widgets->removeMacro(cur_ui_data); in cancelAdd_cb()
H A DWidgetsX.cpp588 WidgetsX::removeMacro(void* ui_data_v) in removeMacro() function in WidgetsX
/dports/misc/tellico/tellico-3.4.2/src/collections/
H A Dbibtexcollection.h67 void removeMacro(const QString& key) { m_macros.remove(key); } in removeMacro() function
/dports/misc/tellico/tellico-3.4.2/src/commands/
H A Dcollectioncommand.cpp198 origColl->removeMacro(i.key()); in unCopyMacros()
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-exactprint-0.6.4/tests/examples/ghc710/
H A DCommands.hs27 \(MacroName m) -> removeMacro m
/dports/devel/umbrello/umbrello-21.12.3/lib/cppparser/
H A Ddriver.h343 virtual void removeMacro(const HashedString& macroName);
H A Ddriver.cpp243 void Driver::removeMacro(const HashedString& macroName) in removeMacro() function in Driver
H A Dlexer.cpp944 m_driver->removeMacro(ide); in nextToken()
/dports/audio/rezound/rezound-0.13.1beta/src/frontend_fox/
H A DFileActionDialogs.cpp248 CMacroRecorder::removeMacro(gUserMacroStore,macroName); in onRemoveButton()
/dports/cad/openroad/OpenROAD-2.0/src/par/src/
H A Dautocluster.h87 void removeMacro() { macro_vec_.clear(); } in removeMacro() function
H A Dautocluster.cpp1468 cluster_old->removeMacro(); in partitionDesign()