Home
last modified time | relevance | path

Searched refs:OVERRIDE (Results 251 – 275 of 3424) sorted by relevance

1...<<11121314151617181920>>...137

/dports/games/simutrans/simutrans-121.0/network/
H A Dnetwork_cmd_scenario.h17 bool execute(karte_t *) OVERRIDE;
18 void rdwr() OVERRIDE;
19 const char* get_name() OVERRIDE { return "nwc_scenario_t";} in get_name()
61 void do_command(karte_t *) OVERRIDE;
62 void rdwr() OVERRIDE;
63 network_broadcast_world_command_t* clone(karte_t *) OVERRIDE;
64 const char* get_name() OVERRIDE { return "nwc_scenario_rules_t";} in get_name()
/dports/games/simutrans/simutrans-121.0/boden/
H A Dtunnelboden.h10 void calc_image_internal(const bool calc_only_snowline_change) OVERRIDE;
16 void rdwr(loadsave_t *file) OVERRIDE;
18 …slope_t::type get_weg_hang() const OVERRIDE { return ist_karten_boden() ? (slope_t::type)slope_t::… in get_weg_hang()
20 const char *get_name() const OVERRIDE {return "Tunnelboden";} in get_name()
21 typ get_typ() const OVERRIDE { return tunnelboden; } in get_typ()
23 void info(cbuffer_t & buf) const OVERRIDE;
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dgimple-ssa-evrp.c68 tree value_of_expr (tree name, gimple *stmt) OVERRIDE in value_of_expr()
73 void pre_fold_bb (basic_block bb) OVERRIDE in pre_fold_bb()
80 void pre_fold_stmt (gimple *stmt) OVERRIDE in pre_fold_stmt()
90 bool fold_stmt (gimple_stmt_iterator *gsi) OVERRIDE in fold_stmt()
95 void post_fold_bb (basic_block bb) OVERRIDE in post_fold_bb()
100 void post_new_stmt (gimple *stmt) OVERRIDE in post_new_stmt()
140 tree value_on_edge (edge e, tree name) OVERRIDE in value_on_edge()
150 bool fold_stmt (gimple_stmt_iterator *gsi) OVERRIDE in fold_stmt()
218 tree value_of_expr (tree name, gimple *) OVERRIDE;
219 tree value_on_edge (edge, tree name) OVERRIDE;
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dgimple-ssa-evrp.c68 tree value_of_expr (tree name, gimple *stmt) OVERRIDE in value_of_expr()
73 void pre_fold_bb (basic_block bb) OVERRIDE in pre_fold_bb()
80 void pre_fold_stmt (gimple *stmt) OVERRIDE in pre_fold_stmt()
90 bool fold_stmt (gimple_stmt_iterator *gsi) OVERRIDE in fold_stmt()
95 void post_fold_bb (basic_block bb) OVERRIDE in post_fold_bb()
100 void post_new_stmt (gimple *stmt) OVERRIDE in post_new_stmt()
140 tree value_on_edge (edge e, tree name) OVERRIDE in value_on_edge()
150 bool fold_stmt (gimple_stmt_iterator *gsi) OVERRIDE in fold_stmt()
218 tree value_of_expr (tree name, gimple *) OVERRIDE;
219 tree value_on_edge (edge, tree name) OVERRIDE;
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dgimple-ssa-evrp.c68 tree value_of_expr (tree name, gimple *stmt) OVERRIDE in value_of_expr()
73 void pre_fold_bb (basic_block bb) OVERRIDE in pre_fold_bb()
80 void pre_fold_stmt (gimple *stmt) OVERRIDE in pre_fold_stmt()
90 bool fold_stmt (gimple_stmt_iterator *gsi) OVERRIDE in fold_stmt()
95 void post_fold_bb (basic_block bb) OVERRIDE in post_fold_bb()
100 void post_new_stmt (gimple *stmt) OVERRIDE in post_new_stmt()
140 tree value_on_edge (edge e, tree name) OVERRIDE in value_on_edge()
150 bool fold_stmt (gimple_stmt_iterator *gsi) OVERRIDE in fold_stmt()
218 tree value_of_expr (tree name, gimple *) OVERRIDE;
219 tree value_on_edge (edge, tree name) OVERRIDE;
[all …]
/dports/audio/libaudiofile/audiofile-0.3.6/libaudiofile/modules/
H A DBlockCodec.h32 virtual void runPull() OVERRIDE;
33 virtual void reset1() OVERRIDE;
34 virtual void reset2() OVERRIDE;
35 virtual void runPush() OVERRIDE;
36 virtual void sync1() OVERRIDE;
37 virtual void sync2() OVERRIDE;
/dports/devel/msp430-debug-stack/msp430-debug-stack-3.15.0.1/DLL430_v3/src/TI/DLL430/
H A DArmSpecialFlashMemoryAccess.h63 virtual bool doWrite(uint32_t address, const uint8_t* buffer, size_t count) OVERRIDE;
64 virtual bool erase(uint32_t start, uint32_t end, bool forceUnlock = false) OVERRIDE;
65 virtual bool erase() OVERRIDE;
89 virtual bool erase() OVERRIDE;
115 virtual bool wakeup() OVERRIDE;
137 virtual bool doWrite(uint32_t address, const uint8_t* buffer, size_t count) OVERRIDE;
138 virtual bool erase(uint32_t start, uint32_t end, bool forceUnlock = false) OVERRIDE;
139 virtual bool erase() OVERRIDE;
162 virtual bool erase() OVERRIDE;
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/states_screens/
H A Dkart_selection.hpp140 virtual void loadedFromFile() OVERRIDE;
161 virtual void init() OVERRIDE;
163 virtual void beforeAddingWidget() OVERRIDE;
166 virtual void tearDown() OVERRIDE;
170 const int playerID) OVERRIDE;
173 virtual void onUpdate(float dt) OVERRIDE;
177 virtual void unloaded() OVERRIDE;
181 virtual bool onEscapePressed() OVERRIDE;
H A Dfeature_unlocked.hpp126 virtual void onCutsceneEnd() OVERRIDE;
129 void onUpdate(float dt) OVERRIDE;
132 virtual void loadedFromFile() OVERRIDE;
135 void init() OVERRIDE;
138 void tearDown() OVERRIDE;
141 const int playerID) OVERRIDE;
176 virtual bool onEscapePressed() OVERRIDE;
178 virtual MusicInformation* getInGameMenuMusic() const OVERRIDE;
/dports/audio/linuxsampler/linuxsampler-2.2.0/src/scriptvm/
H A Dcommon.h1194 vmint evalInt() OVERRIDE { in evalInt()
1197 void assign(vmint i) OVERRIDE { in assign()
1236 vmint evalInt() OVERRIDE { in evalInt()
1239 void assign(vmint i) OVERRIDE { in assign()
1278 vmint evalInt() OVERRIDE { in evalInt()
1281 void assign(vmint i) OVERRIDE { in assign()
1320 vmint evalInt() OVERRIDE { in evalInt()
1323 void assign(vmint i) OVERRIDE { in assign()
1515 bool isConstExpr() const OVERRIDE { return false; } in isConstExpr()
1527 void assignExpr(VMExpr* expr) OVERRIDE {} in assignExpr()
[all …]
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/states_screens/online/
H A Donline_profile_friends.hpp65 virtual void loadedFromFile() OVERRIDE;
70 const int playerID) OVERRIDE;
73 virtual void init() OVERRIDE;
75 virtual void onUpdate(float delta) OVERRIDE;
76 virtual void beforeAddingWidget() OVERRIDE;
77 virtual void onColumnClicked(int column_id, bool sort_desc, bool sort_default) OVERRIDE;
H A Donline_screen.hpp61 virtual void onUpdate(float delta) OVERRIDE;
64 virtual void loadedFromFile() OVERRIDE;
67 virtual void beforeAddingWidget() OVERRIDE;
71 const int playerID) OVERRIDE;
74 virtual void init() OVERRIDE;
77 virtual bool onEscapePressed() OVERRIDE;
/dports/sysutils/atf-sun50i_h6/arm-trusted-firmware-2.5/plat/nvidia/tegra/soc/t186/
H A Dplat_memctrl.c39 mc_make_sec_cfg(AFIR, NON_SECURE, OVERRIDE, DISABLE),
40 mc_make_sec_cfg(AFIW, NON_SECURE, OVERRIDE, DISABLE),
50 mc_make_sec_cfg(SATAW, NON_SECURE, OVERRIDE, DISABLE),
58 mc_make_sec_cfg(PTCR, NON_SECURE, OVERRIDE, DISABLE),
60 mc_make_sec_cfg(ETRW, NON_SECURE, OVERRIDE, DISABLE),
64 mc_make_sec_cfg(HDAW, NON_SECURE, OVERRIDE, DISABLE),
65 mc_make_sec_cfg(ISPWA, NON_SECURE, OVERRIDE, ENABLE),
66 mc_make_sec_cfg(EQOSW, NON_SECURE, OVERRIDE, DISABLE),
70 mc_make_sec_cfg(VIW, NON_SECURE, OVERRIDE, ENABLE),
74 mc_make_sec_cfg(ISPRA, NON_SECURE, OVERRIDE, ENABLE),
[all …]
/dports/sysutils/atf-sun50i_a64/arm-trusted-firmware-2.5/plat/nvidia/tegra/soc/t186/
H A Dplat_memctrl.c39 mc_make_sec_cfg(AFIR, NON_SECURE, OVERRIDE, DISABLE),
40 mc_make_sec_cfg(AFIW, NON_SECURE, OVERRIDE, DISABLE),
50 mc_make_sec_cfg(SATAW, NON_SECURE, OVERRIDE, DISABLE),
58 mc_make_sec_cfg(PTCR, NON_SECURE, OVERRIDE, DISABLE),
60 mc_make_sec_cfg(ETRW, NON_SECURE, OVERRIDE, DISABLE),
64 mc_make_sec_cfg(HDAW, NON_SECURE, OVERRIDE, DISABLE),
65 mc_make_sec_cfg(ISPWA, NON_SECURE, OVERRIDE, ENABLE),
66 mc_make_sec_cfg(EQOSW, NON_SECURE, OVERRIDE, DISABLE),
70 mc_make_sec_cfg(VIW, NON_SECURE, OVERRIDE, ENABLE),
74 mc_make_sec_cfg(ISPRA, NON_SECURE, OVERRIDE, ENABLE),
[all …]
/dports/sysutils/atf-rk3399/arm-trusted-firmware-2.5/plat/nvidia/tegra/soc/t186/
H A Dplat_memctrl.c39 mc_make_sec_cfg(AFIR, NON_SECURE, OVERRIDE, DISABLE),
40 mc_make_sec_cfg(AFIW, NON_SECURE, OVERRIDE, DISABLE),
50 mc_make_sec_cfg(SATAW, NON_SECURE, OVERRIDE, DISABLE),
58 mc_make_sec_cfg(PTCR, NON_SECURE, OVERRIDE, DISABLE),
60 mc_make_sec_cfg(ETRW, NON_SECURE, OVERRIDE, DISABLE),
64 mc_make_sec_cfg(HDAW, NON_SECURE, OVERRIDE, DISABLE),
65 mc_make_sec_cfg(ISPWA, NON_SECURE, OVERRIDE, ENABLE),
66 mc_make_sec_cfg(EQOSW, NON_SECURE, OVERRIDE, DISABLE),
70 mc_make_sec_cfg(VIW, NON_SECURE, OVERRIDE, ENABLE),
74 mc_make_sec_cfg(ISPRA, NON_SECURE, OVERRIDE, ENABLE),
[all …]
/dports/sysutils/atf-rk3328/arm-trusted-firmware-2.5/plat/nvidia/tegra/soc/t186/
H A Dplat_memctrl.c39 mc_make_sec_cfg(AFIR, NON_SECURE, OVERRIDE, DISABLE),
40 mc_make_sec_cfg(AFIW, NON_SECURE, OVERRIDE, DISABLE),
50 mc_make_sec_cfg(SATAW, NON_SECURE, OVERRIDE, DISABLE),
58 mc_make_sec_cfg(PTCR, NON_SECURE, OVERRIDE, DISABLE),
60 mc_make_sec_cfg(ETRW, NON_SECURE, OVERRIDE, DISABLE),
64 mc_make_sec_cfg(HDAW, NON_SECURE, OVERRIDE, DISABLE),
65 mc_make_sec_cfg(ISPWA, NON_SECURE, OVERRIDE, ENABLE),
66 mc_make_sec_cfg(EQOSW, NON_SECURE, OVERRIDE, DISABLE),
70 mc_make_sec_cfg(VIW, NON_SECURE, OVERRIDE, ENABLE),
74 mc_make_sec_cfg(ISPRA, NON_SECURE, OVERRIDE, ENABLE),
[all …]
/dports/sysutils/atf-fvp/arm-trusted-firmware-2.5/plat/nvidia/tegra/soc/t186/
H A Dplat_memctrl.c39 mc_make_sec_cfg(AFIR, NON_SECURE, OVERRIDE, DISABLE),
40 mc_make_sec_cfg(AFIW, NON_SECURE, OVERRIDE, DISABLE),
50 mc_make_sec_cfg(SATAW, NON_SECURE, OVERRIDE, DISABLE),
58 mc_make_sec_cfg(PTCR, NON_SECURE, OVERRIDE, DISABLE),
60 mc_make_sec_cfg(ETRW, NON_SECURE, OVERRIDE, DISABLE),
64 mc_make_sec_cfg(HDAW, NON_SECURE, OVERRIDE, DISABLE),
65 mc_make_sec_cfg(ISPWA, NON_SECURE, OVERRIDE, ENABLE),
66 mc_make_sec_cfg(EQOSW, NON_SECURE, OVERRIDE, DISABLE),
70 mc_make_sec_cfg(VIW, NON_SECURE, OVERRIDE, ENABLE),
74 mc_make_sec_cfg(ISPRA, NON_SECURE, OVERRIDE, ENABLE),
[all …]
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/items/
H A Dflyable.hpp195 void updateGraphics(float dt) OVERRIDE;
231 void reset() OVERRIDE { Moveable::reset(); } in reset()
250 virtual void undoEvent(BareNetworkString *buffer) OVERRIDE {} in undoEvent()
252 virtual void rewindToEvent(BareNetworkString *buffer) OVERRIDE {} in rewindToEvent()
254 virtual void undoState(BareNetworkString *buffer) OVERRIDE {} in undoState()
256 virtual void saveTransform() OVERRIDE;
258 virtual void computeError() OVERRIDE;
261 OVERRIDE;
263 virtual void restoreState(BareNetworkString *buffer, int count) OVERRIDE;
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/states_screens/options/
H A Doptions_screen_ui.hpp66 virtual void loadedFromFile() OVERRIDE;
70 const int playerID) OVERRIDE;
73 virtual void init() OVERRIDE;
76 virtual void tearDown() OVERRIDE;
79 virtual void unloaded() OVERRIDE;
83 virtual void onUpdate(float delta) OVERRIDE;
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/analyzer/
H A Dsm-malloc.cc687 OVERRIDE in describe_state_change()
772 FINAL OVERRIDE in describe_state_change()
836 FINAL OVERRIDE in describe_state_change()
847 FINAL OVERRIDE in describe_call_with_state()
881 FINAL OVERRIDE in describe_state_change()
893 FINAL OVERRIDE in describe_return_of_state()
1061 FINAL OVERRIDE in describe_return_of_state()
1162 FINAL OVERRIDE in describe_state_change()
1253 FINAL OVERRIDE in describe_state_change()
1300 FINAL OVERRIDE in subclass_equal_p()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/analyzer/
H A Dsm-signal.cc76 bool inherited_state_p () const FINAL OVERRIDE { return false; } in inherited_state_p()
80 const gimple *stmt) const FINAL OVERRIDE;
87 tree rhs) const FINAL OVERRIDE;
89 bool can_purge_p (state_t s) const FINAL OVERRIDE;
117 const char *get_kind () const FINAL OVERRIDE { return "signal_unsafe_call"; } in get_kind()
124 bool emit (rich_location *rich_loc) FINAL OVERRIDE in emit()
136 FINAL OVERRIDE in describe_state_change()
188 void print (pretty_printer *pp) FINAL OVERRIDE in print()
194 const exploded_edge &eedge) FINAL OVERRIDE in update_model()
201 FINAL OVERRIDE in add_events_to_path()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/analyzer/
H A Dsm-signal.cc76 bool inherited_state_p () const FINAL OVERRIDE { return false; } in inherited_state_p()
80 const gimple *stmt) const FINAL OVERRIDE;
87 tree rhs) const FINAL OVERRIDE;
89 bool can_purge_p (state_t s) const FINAL OVERRIDE;
117 const char *get_kind () const FINAL OVERRIDE { return "signal_unsafe_call"; } in get_kind()
124 bool emit (rich_location *rich_loc) FINAL OVERRIDE in emit()
136 FINAL OVERRIDE in describe_state_change()
188 void print (pretty_printer *pp) FINAL OVERRIDE in print()
194 const exploded_edge &eedge) FINAL OVERRIDE in update_model()
201 FINAL OVERRIDE in add_events_to_path()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/analyzer/
H A Dsm-signal.cc76 bool inherited_state_p () const FINAL OVERRIDE { return false; } in inherited_state_p()
80 const gimple *stmt) const FINAL OVERRIDE;
87 tree rhs) const FINAL OVERRIDE;
89 bool can_purge_p (state_t s) const FINAL OVERRIDE;
117 const char *get_kind () const FINAL OVERRIDE { return "signal_unsafe_call"; } in get_kind()
124 bool emit (rich_location *rich_loc) FINAL OVERRIDE in emit()
136 FINAL OVERRIDE in describe_state_change()
188 void print (pretty_printer *pp) FINAL OVERRIDE in print()
194 const exploded_edge &eedge) FINAL OVERRIDE in update_model()
201 FINAL OVERRIDE in add_events_to_path()
[all …]
/dports/games/simutrans/simutrans-121.0/player/
H A Dai_passenger.h84 uint8 get_ai_id() const OVERRIDE { return AI_PASSENGER; } in get_ai_id()
87 void set_rail_transport( bool ) OVERRIDE { rail_transport = false; } in set_rail_transport()
89 void report_vehicle_problem(convoihandle_t cnv,const koord3d ziel) OVERRIDE;
91 void rdwr(loadsave_t *file) OVERRIDE;
93 void finish_rd() OVERRIDE;
95 bool set_active( bool b ) OVERRIDE;
97 void step() OVERRIDE;
/dports/games/simutrans/simutrans-121.0/gui/components/
H A Dgui_numberinput.h71 void set_size(scr_size size) OVERRIDE;
105 bool infowin_event(event_t const*) OVERRIDE;
111 void draw(scr_coord offset) OVERRIDE;
113 bool action_triggered(gui_action_creator_t*, value_t) OVERRIDE;
118 bool is_focusable() OVERRIDE { return b_enabled && gui_component_t::is_focusable(); } in is_focusable()
120 scr_size get_max_size() const OVERRIDE;
122 scr_size get_min_size() const OVERRIDE;

1...<<11121314151617181920>>...137