search for: constructor

Displaying 20 results from an estimated 3046 matches for "constructor".

2003 Apr 24
3
Keyboar problems
...t match instead (Brazilian ABNT-2 keyboard layout) for scancode mapping. Please define your layout in windows/x11drv/keyboard.c and submit them to us for inclusion into future Wine releases. See the Wine User Guide, chapter "Keyboard" for more information. fixme:ole:MSFT_DoTypeInfo Assign constructor/destructor memid fixme:ole:MSFT_DoTypeInfo Assign constructor/destructor memid fixme:ole:MSFT_DoTypeInfo Assign constructor/destructor memid fixme:ole:MSFT_DoTypeInfo Assign constructor/destructor memid fixme:ole:MSFT_DoTypeInfo Assign constructor/destructor memid fixme:ole:MSFT_DoTypeInfo Assign c...
2007 Aug 23
0
10 commits - libswfdec/swfdec_as_function.c libswfdec/swfdec_as_object.c test/trace
...wf differ diff --git a/test/trace/video-properties-6.swf.trace b/test/trace/video-properties-6.swf.trace new file mode 100644 index 0000000..97a273a --- /dev/null +++ b/test/trace/video-properties-6.swf.trace @@ -0,0 +1,16 @@ +_global.Video = function + __proto__ (hp) = _global.Object.__proto__ + constructor (hp) = _global.Object.constructor + prototype (hp) = object + __proto__ (hp) = _global.Object.prototype + attachVideo (hp) = function + __proto__ (hp) = _global.Object.__proto__ + constructor (hp) = _global.Object.constructor + clear (hp) = function + __proto__ (hp) = _glob...
2007 Sep 04
0
4 commits - libswfdec/swfdec_as_array.c libswfdec/swfdec_video_movie_as.c test/trace
...hVideo, + SWFDEC_TYPE_VIDEO_MOVIE, swfdec_video_attach_video, 1); + swfdec_as_object_add_function (proto, SWFDEC_AS_STR_clear, + SWFDEC_TYPE_VIDEO_MOVIE, swfdec_video_clear, 0); + } SWFDEC_AS_VALUE_SET_OBJECT (&val, video); swfdec_as_object_set_variable_and_flags (proto, SWFDEC_AS_STR_constructor, &val, SWFDEC_AS_VARIABLE_HIDDEN | SWFDEC_AS_VARIABLE_PERMANENT); diff-tree 519c526cc2ec5b2f367fed22d40d09125d4dfce0 (from b8da9da8a7a5ebd58cb38cf4c981d809ad6fd5ab) Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Tue Sep 4 10:00:33 2007 +0300 Make trace_properties less...
2013 Sep 24
2
[LLVMdev] initialization list with conversion operator dont work properly and report error
for the following code: struct X { X(); }; struct Y { operator X() const; }; X a = { Y() }; // reports error: no matching constructor for initialization of 'X' X aa = Y(); // works fine clang when compiled with std=c++11 gives compilation errors as: testfile.C:11:3: error: no matching constructor for initialization of 'X' X a = { Y() }; // reports error: no matching constructor for initialization of 'X...
2007 Aug 31
0
4 commits - libswfdec/swfdec_as_number.c libswfdec/swfdec_as_strings.c libswfdec/swfdec_player_as.c test/trace
...| 16 ++++++-- 8 files changed, 110 insertions(+), 9 deletions(-) New commits: diff-tree 4305a7503846739da9ce1db2a9c9e83ff45e10ba (from 9f17806b6f4230e268163b78931fe7a0be53dfe9) Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Fri Aug 31 23:45:19 2007 +0300 Delete __proto__ and constructor properties from ASnative and ASconstructor Enable testing for these in asfunction-properties diff --git a/libswfdec/swfdec_player_as.c b/libswfdec/swfdec_player_as.c index d9c49bf..ee21aa0 100644 --- a/libswfdec/swfdec_player_as.c +++ b/libswfdec/swfdec_player_as.c @@ -260,6 +260,8 @@ swf...
2007 Aug 20
0
15 commits - libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame_internal.h libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h libswfdec/swfdec_as_super.c libswfdec/swfdec_as_with.c
...flv_decoder.c | 1 libswfdec/swfdec_load_object.c | 11 ++++++ libswfdec/swfdec_player.c | 12 ++---- libswfdec/swfdec_player_as.c | 8 ++-- test/trace/Makefile.am | 9 +++++ test/trace/construct-constructors-5.swf |binary test/trace/construct-constructors-5.swf.trace | 5 ++ test/trace/construct-constructors-6.swf |binary test/trace/construct-constructors-6.swf.trace | 7 ++++ test/trace/construct-constructors-7.swf |binary test/trace/construct-constructors-7.swf.trace |...
2007 Nov 08
0
8 commits - libswfdec-gtk/swfdec_gtk_player.c libswfdec/swfdec_as_context.c libswfdec/swfdec_as_date.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_player.c test/trace
...| 10 - libswfdec/swfdec_as_date.c | 4 libswfdec/swfdec_as_frame.c | 4 libswfdec/swfdec_player.c | 18 + test/trace/Makefile.am | 18 + test/trace/moviecliploader-constructor-5.swf |binary test/trace/moviecliploader-constructor-5.swf.trace | 3 test/trace/moviecliploader-constructor-6.swf |binary test/trace/moviecliploader-constructor-6.swf.trace | 3 test/trace/moviecliploader-constructor-7.swf |binary test/trace/moviecliploader-constructor...
2003 Feb 14
1
Problems while installing ICEMCFD for WinNT
...ted States keyboard layout (phantom key version)) for scancode mapping. Please define your layout in windows/x11drv/keyboard.c and submit them to us for inclusion into future Wine releases. See the Wine User Guide, chapter "Keyboard" for more information. fixme:ole:MSFT_DoTypeInfo Assign constructor/destructor memid fixme:ole:MSFT_DoTypeInfo Assign constructor/destructor memid fixme:ole:MSFT_DoTypeInfo Assign constructor/destructor memid fixme:ole:MSFT_DoTypeInfo Assign constructor/destructor memid fixme:ole:MSFT_DoTypeInfo Assign constructor/destructor memid fixme:ole:MSFT_DoTypeInfo Assign c...
2013 Sep 25
2
[LLVMdev] initialization list with conversion operator dont work properly and report error
...r Pandey <mayurthebond at gmail.com>wrote: > >> for the following code: >> >> struct X >> { >> X(); >> }; >> >> struct Y >> { >> operator X() const; >> }; >> >> X a = { Y() }; // reports error: no matching constructor for >> initialization of 'X' >> X aa = Y(); // works fine >> >> >> clang when compiled with std=c++11 gives compilation errors as: >> >> >> testfile.C:11:3: error: no matching constructor for initialization of 'X' >> X a = { Y()...
2013 Sep 24
0
[LLVMdev] initialization list with conversion operator dont work properly and report error
On Mon, Sep 23, 2013 at 11:43 PM, Mayur Pandey <mayurthebond at gmail.com>wrote: > for the following code: > > struct X > { > X(); > }; > > struct Y > { > operator X() const; > }; > > X a = { Y() }; // reports error: no matching constructor for > initialization of 'X' > X aa = Y(); // works fine > > > clang when compiled with std=c++11 gives compilation errors as: > > > testfile.C:11:3: error: no matching constructor for initialization of 'X' > X a = { Y() }; // reports error: no matching...
2019 Mar 15
2
Static constructors with ORC JIT?
Thank you Alex, I went and implemented a solution along those lines. It works well. It may be worth mentioning static constructors in the Kaleidoscope tutorial. Cheers, Daniele ________________________________________ From: Alex Denisov [1101.debian at gmail.com] Sent: 15 March 2019 08:07 To: Daniele Vettorel Cc: llvm-dev at lists.llvm.org Subject: Re: [llvm-dev] Static constructors with ORC JIT? Hi Daniele, The easiest wa...
2018 Sep 25
3
[cfe-dev] New warnings when building trunk with GCC 9
...having DR1579 implemented in clang (warning changed in r243594) Erik in r274291 implemented DR1579, although PR27785 didn't mention anything about std::move It looks like what's happening is that Clang and GCC handles the return differently. Clang needs the std::move call to use the move constructor while GCC will use the move constructor with or without the std::move call. This means that the warning is currently correct when running on either compiler. This is a reduced example. Compiled with Clang, it will print "move constructor" then "copy constructor". GCC will pr...
2006 Jan 24
9
Constructors
Hi all, A little question. How can u use an constructor in controller? I would like to initialize some central stuff before i''m processing the controller. thanks in advance, Martijn
2008 Dec 11
2
[LLVMdev] C++ Constructors
Dear All, Are global static constructors called before main() in LLVM these days using some behind-the-scenes magic that is not explicit in the LLVM bitcode? In older versions of LLVM, llvm-gcc added an explicit function call to __main() as the first instruction in main(); __main() would call all global static constructors. It seem...
2012 Mar 05
2
[LLVMdev] Microsoft constructors implementation problem.
Hi! I have another question. If ctor was called from other ctor then additional parameter must be equal 0 otherwise it`s equal 1. How can I determine who call constructor? - Dmitry.
2019 Mar 14
2
Static constructors with ORC JIT?
Hi all, Is there way to tell the ORC JIT infrastructure to run the static constructors in a module that has just been compiled? I see that the ExecutionEngine class has a runStaticConstructorsDestructors function, is that relevant with ORC and if so, how should it be accessed? Thanks, Daniele -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://...
2016 Mar 09
2
"Do not use Static Constructors" LLVM Coding Standard rule question
...g use case also prohibited? int findNameId(StringRef Name) { static StringMap<int> Map = createSomeIDMap(); return Map.lookup(Name); }; It seems it isn't influence startup time and doesn't create initialization order problems. Clang isn't complaining about it with -Wglobal-constructor flag. I'm asking because under some interpretation of rule wording it can be called static constructor too. Thanks, Valery -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160309/a4715848/attachment.html...
2012 Mar 08
0
[LLVMdev] [cfe-dev] Microsoft constructors implementation problem.
On Mar 5, 2012, at 12:40 AM, r4start wrote: > I have another question. > If ctor was called from other ctor then additional parameter must be > equal 0 otherwise it`s equal 1. The rule isn't "Is this constructor being called from another constructor?", it's "Is this constructor being used to initialize a base subobject?". That's equivalent to the Itanium ABI's concept of a constructor variant. EmitCXXConstructorCall gets this information already. John.
2007 Mar 05
0
5 commits - libswfdec/swfdec_js.h libswfdec/swfdec_js_movie.c libswfdec/swfdec_script.c test/trace
libswfdec/swfdec_js.h | 2 libswfdec/swfdec_js_movie.c | 8 + libswfdec/swfdec_script.c | 121 ++++++++++++++++++++++++-- test/trace/Makefile.am | 11 ++ test/trace/constructor-prototype.swf |binary test/trace/constructor-prototype.swf.trace | 4 test/trace/function-prototype-chain.swf |binary test/trace/function-prototype-chain.swf.trace | 4 8 files changed, 145 insertions(+), 5 deletions(-) New commits: diff-tree beacb0853da743a6505e5051768...
2013 Sep 25
0
[LLVMdev] initialization list with conversion operator dont work properly and report error
...; >>> for the following code: >>> >>> struct X >>> { >>> X(); >>> }; >>> >>> struct Y >>> { >>> operator X() const; >>> }; >>> >>> X a = { Y() }; // reports error: no matching constructor for >>> initialization of 'X' >>> X aa = Y(); // works fine >>> >>> >>> clang when compiled with std=c++11 gives compilation errors as: >>> >>> >>> testfile.C:11:3: error: no matching constructor for initialization of...