Home
last modified time | relevance | path

Searched refs:OVERRIDE (Results 101 – 125 of 3040) sorted by relevance

12345678910>>...122

/dports/audio/linuxsampler/linuxsampler-2.2.0/src/drivers/audio/
H A DAudioChannel.h61 … virtual String Description() OVERRIDE { return "Arbitrary name"; } in Description()
62 … virtual bool Fix() OVERRIDE { return false; } in Fix()
63 … virtual std::vector<String> PossibilitiesAsString() OVERRIDE { return std::vector<String>(); } in PossibilitiesAsString()
64 … virtual void OnSetValue(String s) OVERRIDE { /* nothing to do */ } in OnSetValue()
70 …virtual String Description() OVERRIDE { return "Whether real channel or mix… in Description()
71 …virtual bool Fix() OVERRIDE { return true; … in Fix()
72 …virtual void OnSetValue(bool b) throw (Exception) OVERRIDE { /* cannot happen, as parameter is f… in OnSetValue()
78 …virtual String Description() OVERRIDE { return "Destination channe… in Description()
79 …virtual bool Fix() OVERRIDE { return true; … in Fix()
80 …virtual optional<int> RangeMinAsInt() OVERRIDE { return optional<int>::noth… in RangeMinAsInt()
[all …]
/dports/games/simutrans/simutrans-121.0/obj/
H A Droadsign.h64 typ get_typ() const OVERRIDE { return roadsign; } in get_typ()
65 const char* get_name() const OVERRIDE { return "Roadsign"; } in get_name()
87 void show_info() OVERRIDE;
94 void info(cbuffer_t & buf) const OVERRIDE;
99 void calc_image() OVERRIDE;
105 sync_result sync_step(uint32) OVERRIDE;
128 image_id get_image() const OVERRIDE { return image; } in get_image()
148 void rdwr(loadsave_t *file) OVERRIDE;
150 void rotate90() OVERRIDE;
153 void cleanup(player_t *player) OVERRIDE;
[all …]
H A Dbaum.h68 void rdwr(loadsave_t *file) OVERRIDE;
70 void finish_rd() OVERRIDE;
72 image_id get_image() const OVERRIDE;
78 image_id get_outline_image() const OVERRIDE;
86 void calc_image() OVERRIDE;
92 bool check_season(const bool) OVERRIDE;
94 void rotate90() OVERRIDE;
102 typ get_typ() const OVERRIDE { return baum; } in get_typ()
104 void show_info() OVERRIDE;
106 void info(cbuffer_t & buf) const OVERRIDE;
[all …]
H A Dwolke.h31 sync_result sync_step(uint32 delta_t) OVERRIDE;
33 const char* get_name() const OVERRIDE { return "Wolke"; } in get_name()
34 typ get_typ() const OVERRIDE { return sync_wolke; } in get_typ()
36 image_id get_image() const OVERRIDE;
38 void rdwr(loadsave_t *file) OVERRIDE;
40 void rotate90() OVERRIDE;
51 typ get_typ() const OVERRIDE { return async_wolke; } in get_typ()
52 image_id get_image() const OVERRIDE { return IMG_EMPTY; } in get_image()
59 typ get_typ() const OVERRIDE { return raucher; } in get_typ()
60 image_id get_image() const OVERRIDE { return IMG_EMPTY; } in get_image()
/dports/audio/linuxsampler/linuxsampler-2.2.0/src/engines/gig/
H A DInstrumentScriptVMFunctions.h27 vmint minRequiredArgs() const OVERRIDE { return 3; } in minRequiredArgs()
28 vmint maxAllowedArgs() const OVERRIDE { return 3; } in maxAllowedArgs()
29 bool acceptsArgType(vmint iArg, ExprType_t type) const OVERRIDE;
30 VMFnResult* exec(VMFnArgs* args) OVERRIDE;
43 StdUnit_t returnUnitType(VMFnArgs* args) OVERRIDE { return VM_NO_UNIT; } in returnUnitType()
44 bool returnsFinal(VMFnArgs* args) OVERRIDE { return false; } in returnsFinal()
45 vmint minRequiredArgs() const OVERRIDE { return 2; } in minRequiredArgs()
46 vmint maxAllowedArgs() const OVERRIDE { return 2; } in maxAllowedArgs()
47 bool acceptsArgType(vmint iArg, ExprType_t type) const OVERRIDE { return INT_EXPR; } in acceptsArgType()
48 VMFnResult* exec(VMFnArgs* args) OVERRIDE;
/dports/audio/linuxsampler/linuxsampler-2.2.0/src/engines/sf2/
H A DEngine.h45 virtual bool DiskStreamSupported() OVERRIDE;
46 virtual String Description() OVERRIDE;
47 virtual String Version() OVERRIDE;
49 virtual Format GetEngineFormat() OVERRIDE;
54 ) OVERRIDE;
55 …nuxSampler::EngineChannel* pEngineChannel, Pool<Event>::Iterator& itChannelPressureEvent) OVERRIDE;
56 …(LinuxSampler::EngineChannel* pEngineChannel, Pool<Event>::Iterator& itNotePressureEvent) OVERRIDE;
61 virtual DiskThread* CreateDiskThread() OVERRIDE;
70 ) OVERRIDE;
76 ) OVERRIDE;
[all …]
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/tracks/
H A Dtrack_object_presentation.hpp163 virtual void setEnable(bool enabled) OVERRIDE;
164 virtual void reset() OVERRIDE;
203 virtual void update(float dt) OVERRIDE;
204 virtual void reset() OVERRIDE in reset()
226 virtual void reset() OVERRIDE;
266 virtual void reset() OVERRIDE;
298 virtual void updateGraphics(float dt) OVERRIDE;
304 virtual void setEnable(bool enabled) OVERRIDE;
375 virtual void setEnable(bool enabled) OVERRIDE;
414 virtual void reset() OVERRIDE in reset()
[all …]
/dports/games/simutrans/simutrans-121.0/gui/
H A Dcity_info.h65 const char *get_help_filename() const OVERRIDE { return "citywindow.txt"; } in get_help_filename()
67 koord3d get_weltpos(bool) OVERRIDE;
69 bool is_weltpos() OVERRIDE;
71 void draw(scr_coord pos, scr_size size) OVERRIDE;
73 bool action_triggered(gui_action_creator_t*, value_t) OVERRIDE;
75 void map_rotate90( sint16 ) OVERRIDE;
78 bool infowin_event(event_t const*) OVERRIDE;
87 bool has_min_sizer() const OVERRIDE {return true;} in has_min_sizer()
89 void rdwr(loadsave_t *file) OVERRIDE;
91 uint32 get_rdwr_id() OVERRIDE { return magic_city_info_t; } in get_rdwr_id()
/dports/audio/libaudiofile/audiofile-0.3.6/libaudiofile/modules/
H A DRebufferModule.h40 virtual const char *name() const OVERRIDE { return "rebuffer"; } in name()
42 virtual void maxPull() OVERRIDE;
43 virtual void maxPush() OVERRIDE;
45 virtual void runPull() OVERRIDE;
46 virtual void reset1() OVERRIDE;
47 virtual void reset2() OVERRIDE;
48 virtual void runPush() OVERRIDE;
49 virtual void sync1() OVERRIDE;
50 virtual void sync2() OVERRIDE;
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/analyzer/
H A Dregion.h256 void accept (visitor *v) const FINAL OVERRIDE;
374 dyn_cast_function_region () const FINAL OVERRIDE{ return this; }
556 void accept (visitor *v) const FINAL OVERRIDE;
595 dyn_cast_decl_region () const FINAL OVERRIDE { return this; }
669 dyn_cast_field_region () const FINAL OVERRIDE { return this; }
748 void accept (visitor *v) const FINAL OVERRIDE;
828 dyn_cast_offset_region () const FINAL OVERRIDE { return this; }
830 void accept (visitor *v) const FINAL OVERRIDE;
903 dyn_cast_cast_region () const FINAL OVERRIDE { return this; }
904 void accept (visitor *v) const FINAL OVERRIDE;
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/analyzer/
H A Dregion.h256 void accept (visitor *v) const FINAL OVERRIDE;
374 dyn_cast_function_region () const FINAL OVERRIDE{ return this; }
556 void accept (visitor *v) const FINAL OVERRIDE;
595 dyn_cast_decl_region () const FINAL OVERRIDE { return this; }
669 dyn_cast_field_region () const FINAL OVERRIDE { return this; }
748 void accept (visitor *v) const FINAL OVERRIDE;
828 dyn_cast_offset_region () const FINAL OVERRIDE { return this; }
830 void accept (visitor *v) const FINAL OVERRIDE;
903 dyn_cast_cast_region () const FINAL OVERRIDE { return this; }
904 void accept (visitor *v) const FINAL OVERRIDE;
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/analyzer/
H A Dregion.h256 void accept (visitor *v) const FINAL OVERRIDE;
374 dyn_cast_function_region () const FINAL OVERRIDE{ return this; }
556 void accept (visitor *v) const FINAL OVERRIDE;
595 dyn_cast_decl_region () const FINAL OVERRIDE { return this; }
669 dyn_cast_field_region () const FINAL OVERRIDE { return this; }
748 void accept (visitor *v) const FINAL OVERRIDE;
828 dyn_cast_offset_region () const FINAL OVERRIDE { return this; }
830 void accept (visitor *v) const FINAL OVERRIDE;
903 dyn_cast_cast_region () const FINAL OVERRIDE { return this; }
904 void accept (visitor *v) const FINAL OVERRIDE;
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/analyzer/
H A Dregion-model.h550 FINAL OVERRIDE;
576 FINAL OVERRIDE;
637 FINAL OVERRIDE;
680 FINAL OVERRIDE;
722 FINAL OVERRIDE;
791 FINAL OVERRIDE;
991 FINAL OVERRIDE;
1036 OVERRIDE;
1420 OVERRIDE;
2029 OVERRIDE in on_inherited_svalue()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/analyzer/
H A Dregion-model.h550 FINAL OVERRIDE;
576 FINAL OVERRIDE;
637 FINAL OVERRIDE;
680 FINAL OVERRIDE;
722 FINAL OVERRIDE;
791 FINAL OVERRIDE;
991 FINAL OVERRIDE;
1036 OVERRIDE;
1420 OVERRIDE;
2029 OVERRIDE in on_inherited_svalue()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/analyzer/
H A Dregion-model.h550 FINAL OVERRIDE;
576 FINAL OVERRIDE;
637 FINAL OVERRIDE;
680 FINAL OVERRIDE;
722 FINAL OVERRIDE;
791 FINAL OVERRIDE;
991 FINAL OVERRIDE;
1036 OVERRIDE;
1420 OVERRIDE;
2029 OVERRIDE in on_inherited_svalue()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/Analysis/ProfileSummary/
H A Dbasic.ll2 …ary-hot-count=500 -passes=print-profile-summary -S 2>&1 | FileCheck %s -check-prefixes=OVERRIDE-HOT
3 …ary-cold-count=0 -passes=print-profile-summary -S 2>&1 | FileCheck %s -check-prefixes=OVERRIDE-COLD
8 ; OVERRIDE-HOT-LABEL: f1
9 ; OVERRIDE-COLD-LABEL: f1 :hot
10 ; OVERRIDE-BOTH-LABEL: f1
17 ; OVERRIDE-HOT-LABEL: f2 :cold
18 ; OVERRIDE-COLD-LABEL: f2
19 ; OVERRIDE-BOTH-LABEL: f2
26 ; OVERRIDE-HOT-LABEL: f3
27 ; OVERRIDE-COLD-LABEL: f3
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Analysis/ProfileSummary/
H A Dbasic.ll2 …ary-hot-count=500 -passes=print-profile-summary -S 2>&1 | FileCheck %s -check-prefixes=OVERRIDE-HOT
3 …ary-cold-count=0 -passes=print-profile-summary -S 2>&1 | FileCheck %s -check-prefixes=OVERRIDE-COLD
8 ; OVERRIDE-HOT-LABEL: f1
9 ; OVERRIDE-COLD-LABEL: f1 :hot
10 ; OVERRIDE-BOTH-LABEL: f1
17 ; OVERRIDE-HOT-LABEL: f2 :cold
18 ; OVERRIDE-COLD-LABEL: f2
19 ; OVERRIDE-BOTH-LABEL: f2
26 ; OVERRIDE-HOT-LABEL: f3
27 ; OVERRIDE-COLD-LABEL: f3
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/test/Analysis/ProfileSummary/
H A Dbasic.ll2 …ary-hot-count=500 -passes=print-profile-summary -S 2>&1 | FileCheck %s -check-prefixes=OVERRIDE-HOT
3 …ary-cold-count=0 -passes=print-profile-summary -S 2>&1 | FileCheck %s -check-prefixes=OVERRIDE-COLD
8 ; OVERRIDE-HOT-LABEL: f1
9 ; OVERRIDE-COLD-LABEL: f1 :hot
10 ; OVERRIDE-BOTH-LABEL: f1
17 ; OVERRIDE-HOT-LABEL: f2 :cold
18 ; OVERRIDE-COLD-LABEL: f2
19 ; OVERRIDE-BOTH-LABEL: f2
26 ; OVERRIDE-HOT-LABEL: f3
27 ; OVERRIDE-COLD-LABEL: f3
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/Analysis/ProfileSummary/
H A Dbasic.ll2 …ary-hot-count=500 -passes=print-profile-summary -S 2>&1 | FileCheck %s -check-prefixes=OVERRIDE-HOT
3 …ary-cold-count=0 -passes=print-profile-summary -S 2>&1 | FileCheck %s -check-prefixes=OVERRIDE-COLD
8 ; OVERRIDE-HOT-LABEL: f1
9 ; OVERRIDE-COLD-LABEL: f1 :hot
10 ; OVERRIDE-BOTH-LABEL: f1
17 ; OVERRIDE-HOT-LABEL: f2 :cold
18 ; OVERRIDE-COLD-LABEL: f2
19 ; OVERRIDE-BOTH-LABEL: f2
26 ; OVERRIDE-HOT-LABEL: f3
27 ; OVERRIDE-COLD-LABEL: f3
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/Analysis/ProfileSummary/
H A Dbasic.ll2 …ary-hot-count=500 -passes=print-profile-summary -S 2>&1 | FileCheck %s -check-prefixes=OVERRIDE-HOT
3 …ary-cold-count=0 -passes=print-profile-summary -S 2>&1 | FileCheck %s -check-prefixes=OVERRIDE-COLD
8 ; OVERRIDE-HOT-LABEL: f1
9 ; OVERRIDE-COLD-LABEL: f1 :hot
10 ; OVERRIDE-BOTH-LABEL: f1
17 ; OVERRIDE-HOT-LABEL: f2 :cold
18 ; OVERRIDE-COLD-LABEL: f2
19 ; OVERRIDE-BOTH-LABEL: f2
26 ; OVERRIDE-HOT-LABEL: f3
27 ; OVERRIDE-COLD-LABEL: f3
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/Analysis/ProfileSummary/
H A Dbasic.ll2 …ary-hot-count=500 -passes=print-profile-summary -S 2>&1 | FileCheck %s -check-prefixes=OVERRIDE-HOT
3 …ary-cold-count=0 -passes=print-profile-summary -S 2>&1 | FileCheck %s -check-prefixes=OVERRIDE-COLD
8 ; OVERRIDE-HOT-LABEL: f1
9 ; OVERRIDE-COLD-LABEL: f1 :hot
10 ; OVERRIDE-BOTH-LABEL: f1
17 ; OVERRIDE-HOT-LABEL: f2 :cold
18 ; OVERRIDE-COLD-LABEL: f2
19 ; OVERRIDE-BOTH-LABEL: f2
26 ; OVERRIDE-HOT-LABEL: f3
27 ; OVERRIDE-COLD-LABEL: f3
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/test/Analysis/ProfileSummary/
H A Dbasic.ll2 …ary-hot-count=500 -passes=print-profile-summary -S 2>&1 | FileCheck %s -check-prefixes=OVERRIDE-HOT
3 …ary-cold-count=0 -passes=print-profile-summary -S 2>&1 | FileCheck %s -check-prefixes=OVERRIDE-COLD
8 ; OVERRIDE-HOT-LABEL: f1
9 ; OVERRIDE-COLD-LABEL: f1 :hot
10 ; OVERRIDE-BOTH-LABEL: f1
17 ; OVERRIDE-HOT-LABEL: f2 :cold
18 ; OVERRIDE-COLD-LABEL: f2
19 ; OVERRIDE-BOTH-LABEL: f2
26 ; OVERRIDE-HOT-LABEL: f3
27 ; OVERRIDE-COLD-LABEL: f3
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/Analysis/ProfileSummary/
H A Dbasic.ll2 …ary-hot-count=500 -passes=print-profile-summary -S 2>&1 | FileCheck %s -check-prefixes=OVERRIDE-HOT
3 …ary-cold-count=0 -passes=print-profile-summary -S 2>&1 | FileCheck %s -check-prefixes=OVERRIDE-COLD
8 ; OVERRIDE-HOT-LABEL: f1
9 ; OVERRIDE-COLD-LABEL: f1 :hot
10 ; OVERRIDE-BOTH-LABEL: f1
17 ; OVERRIDE-HOT-LABEL: f2 :cold
18 ; OVERRIDE-COLD-LABEL: f2
19 ; OVERRIDE-BOTH-LABEL: f2
26 ; OVERRIDE-HOT-LABEL: f3
27 ; OVERRIDE-COLD-LABEL: f3
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/Analysis/ProfileSummary/
H A Dbasic.ll2 …ary-hot-count=500 -passes=print-profile-summary -S 2>&1 | FileCheck %s -check-prefixes=OVERRIDE-HOT
3 …ary-cold-count=0 -passes=print-profile-summary -S 2>&1 | FileCheck %s -check-prefixes=OVERRIDE-COLD
8 ; OVERRIDE-HOT-LABEL: f1
9 ; OVERRIDE-COLD-LABEL: f1 :hot
10 ; OVERRIDE-BOTH-LABEL: f1
17 ; OVERRIDE-HOT-LABEL: f2 :cold
18 ; OVERRIDE-COLD-LABEL: f2
19 ; OVERRIDE-BOTH-LABEL: f2
26 ; OVERRIDE-HOT-LABEL: f3
27 ; OVERRIDE-COLD-LABEL: f3
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/Analysis/ProfileSummary/
H A Dbasic.ll2 …ary-hot-count=500 -passes=print-profile-summary -S 2>&1 | FileCheck %s -check-prefixes=OVERRIDE-HOT
3 …ary-cold-count=0 -passes=print-profile-summary -S 2>&1 | FileCheck %s -check-prefixes=OVERRIDE-COLD
8 ; OVERRIDE-HOT-LABEL: f1
9 ; OVERRIDE-COLD-LABEL: f1 :hot
10 ; OVERRIDE-BOTH-LABEL: f1
17 ; OVERRIDE-HOT-LABEL: f2 :cold
18 ; OVERRIDE-COLD-LABEL: f2
19 ; OVERRIDE-BOTH-LABEL: f2
26 ; OVERRIDE-HOT-LABEL: f3
27 ; OVERRIDE-COLD-LABEL: f3
[all …]

12345678910>>...122