search for: functi

Displaying 20 results from an estimated 28 matches for "functi".

Did you mean: funct
2004 Sep 24
0
[LLVMdev] SlowOperationInformer.cpp:55: error: `SIGALRM' undeclared (first use this functi
...al/src/llvm/lib/Support/SlowOperationInformer.cpp: In > constructor `llvm::SlowOperationInformer::SlowOperationInformer(const > std::string&)': > C:/MinGW/msys/local/src/llvm/lib/Support/SlowOperationInformer.cpp:55: > error: ` > SIGALRM' undeclared (first use this function) > -------------------------- > > On mingw the signal value SIGALRM isn't declared in <signal.h>. > > I can't figure out what to do next. Any suggestions? > > Henrik > > _________________________________________________________________ > Opret en gr...
2004 Sep 24
0
[LLVMdev] SlowOperationInformer.cpp:55: error:`SIGALRM' undeclared (first use this functi
...state, so long as >>you don't plan on supporting Win95 or NT 3.1/3.5. >> >>It definitely belongs in lib/System. >> >>On Fri, 24 Sep 2004 12:00:10 -0700 >>Reid Spencer <reid at x10sys.com> wrote: >> >> >>>Ultimately, this is another function that needs to go into lib/System. An >>>alternate approach is to fork a thread, sleep, and when the thread wakes >>>up, "ring the alarm". >>> >>>Reid. >>> >>>John Criswell wrote: >>> >>>>Henrik Bach wrote: >...
2004 Sep 24
0
[LLVMdev] SlowOperationInformer.cpp:55: error:`SIGALRM'undeclared (first use this functi
...on't plan on supporting Win95 or NT 3.1/3.5. >>> >>>It definitely belongs in lib/System. >>> >>>On Fri, 24 Sep 2004 12:00:10 -0700 >>>Reid Spencer <reid at x10sys.com> wrote: >>> >>> >>>>Ultimately, this is another function that needs to go into lib/System. >>>>An alternate approach is to fork a thread, sleep, and when the thread >>>>wakes up, "ring the alarm". >>>> >>>>Reid. >>>> >>>>John Criswell wrote: >>>> >>&gt...
2004 Sep 24
2
[LLVMdev] SlowOperationInformer.cpp:55: error: `SIGALRM' undeclared (first use this functi
...r.lo C:/MinGW/msys/local/src/llvm/lib/Support/SlowOperationInformer.cpp: In constructor `llvm::SlowOperationInformer::SlowOperationInformer(const std::string&)': C:/MinGW/msys/local/src/llvm/lib/Support/SlowOperationInformer.cpp:55: error: ` SIGALRM' undeclared (first use this function) -------------------------- On mingw the signal value SIGALRM isn't declared in <signal.h>. I can't figure out what to do next. Any suggestions? Henrik _________________________________________________________________ Opret en gratis Hotmail-konto http://www.hotmail.com med uds...
2004 Sep 24
0
[LLVMdev] SlowOperationInformer.cpp:55: error: `SIGALRM' undeclared (first use this functi
...the extra thread by using waitable timers and periodically checking its state, so long as you don't plan on supporting Win95 or NT 3.1/3.5. It definitely belongs in lib/System. On Fri, 24 Sep 2004 12:00:10 -0700 Reid Spencer <reid at x10sys.com> wrote: > Ultimately, this is another function that needs to go into lib/System. An > alternate approach is to fork a thread, sleep, and when the thread wakes up, > "ring the alarm". > > Reid. > > John Criswell wrote: > > Henrik Bach wrote: > > > >> Hi > >> > >> I'm c...
2004 Sep 24
2
[LLVMdev] SlowOperationInformer.cpp:55: error: `SIGALRM' undeclared (first use this functi
Ultimately, this is another function that needs to go into lib/System. An alternate approach is to fork a thread, sleep, and when the thread wakes up, "ring the alarm". Reid. John Criswell wrote: > Henrik Bach wrote: > >> Hi >> >> I'm compiling: >> /usr/local/src/llvm/lib/Support/Slo...
2015 Aug 19
5
creating a callinst to an external function
Dear All I'm making an instrumentation pass. The pass is supposed to modify the given IR in a specefic way. One of the required modifications is to insert a call to a function at a specific location. This is the signature of the called function: void myclass::foo(Function *f, BasicBlock* b) This function's prototype is in an foofile.h file in include/llvm And the function definition is in foofile.cpp file in the MCJIT folder. and running "make"...
2011 Jul 25
1
plot.function documentation/export?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I recently suggested to someone ( http://stackoverflow.com/questions/6789055/r-inconsistency-why-add-t-sometimes-works-and-sometimes-not-in-the-plot-functi/6789098#6789098 ) that the should use methods("plot") or methods(class="function") to locate the documentation on the plot method for objects of class "function", but they pointed out that these don't actually work. I can't figure out why not: src/library/gr...
2014 Aug 31
2
[LLVMdev] Inserting Calls to var args Functions
Hi All, I am using code similar to giri instrumentation <https://github.com/liuml07/giri> framework to insert my instrumentation code. It works for normal functions for example to insert recordInt32 function below. void recordInt32(int32_t val){ printf("%d, ", val); } I can get recodedInt32 function in my Module using getOrInsert Function. Function* RecordInt32 = cast<Function>(M.getOrInsertFunction("recordInt32",...
2012 Apr 12
1
Bug#668527: xen-api: [INTL:nl] Dutch translation of debconf templates
...ng, and control using the OpenFlow " "protocol. These additional features are not controlled directly through the " "XenAPI, but can instead be enabled and controlled through the ovs-* suite of " "commands." msgstr "" "Alhoewel ze over vergelijkbare functionaliteit beschikken, biedt Open " "vSwitch aanvullende functies zoals QoS, controle en bediening via het " "OpenFlow-protocol. Deze aanvullende functies worden niet direct via de " "XenAPI bestuurt, maar kunnen worden geactiveerd via de verschillende ovs-* " &quot...
2010 Mar 06
2
[LLVMdev] Cygwin patches for 2.7
...u would please file a bug that would be > awesome :) > > thanks! > > Eric, Neither Cygwin nor MinGW support Dynamic Linking. I am getting the following :- llvm[4]: Compiling CIndexer.cpp for Debug build (PIC) /home/ang/svn/llvm-clang/tools/clang/tools/CIndex/CIndexer.cpp: In member functi on 'const llvm::sys::Path& CIndexer::getClangPath()': /home/ang/svn/llvm-clang/tools/clang/tools/CIndex/CIndexer.cpp:64: error: 'Dl_in fo' was not declared in this scope /home/ang/svn/llvm-clang/tools/clang/tools/CIndex/CIndexer.cpp:64: error: expect ed `;' before 'info&...
2015 Nov 25
0
Uw betaalpas staat voor u klaar
...in de toekomst meer mogelijkheden.<BR><BR>Op dit moment is skimming en misbruik van betaalpassen een groot obstakel voor de ABN AMRO. De schade van de opgenoemde onderwerpen is op dit moment heel hoog. Wij als de ABN AMRO willen dit probleem oplossen door middel van verschillende nieuwe functies. Op dit moment is dat alleen mogelijk met een nieuwe betaalpas die hier wel tegen gewapend is. De chip van onze nieuwe betaalpas bevat een AES-256 encryptie die het skimming probleem volledig oplost. Ook is er een nieuwe omgeving ontwikkeld die samen met contactloos betalen werkt. Deze omgeving i...
2005 Mar 05
2
cant compile app_meetme2
...L/usr/local/lib/mysql $(CFLAGS) -c -o app_meetme2.o app_meetme2.c app_meetme2.so: app_meetme2.o $(CC) $(SOLINK) -o $@ $< -lpq -I/usr/local/include/mysql -L/usr/local/li b/mysql -lmysqlclient # $(CC) $(SOLINK) -o $@ $< -lgdbm app_meetme2.o app_meetme2.c app_meetme2.c: In function `launch_query': app_meetme2.c:138: error: `PGconn' undeclared (first use in this function) app_meetme2.c:138: error: (Each undeclared identifier is reported only once app_meetme2.c:138: error: for each function it appears in.) app_meetme2.c:138: error: `conn' undeclared (first use in...
2005 May 19
2
[LLVMdev] Building LLVM cfrontend
...ache creating ./config.status creating Makefile bash-2.05b$ ************************* bash-2.05b$ make ... ... ... In file included from ../../src/gcc/c-opts.c:39: options.h:25: error: redefinition of `OPT_d' options.h:23: error: `OPT_d' previously defined here ../../src/gcc/c-opts.c: In function `c_common_init_options': ../../src/gcc/c-opts.c:190: error: `CL_C' undeclared (first use in this function ) ../../src/gcc/c-opts.c:190: error: (Each undeclared identifier is reported only once ../../src/gcc/c-opts.c:190: error: for each function it appears in.) ../../src/gcc/c-opts.c:190:...
2011 Dec 10
5
create user and push out keys.
Hello Im just been working with puppet, the first usecase i have is to set up a system to create users and then push ssh keys on this machines in the create users .ssh files. I just started with puppet so i am a bit cluesless, Can someone push me in the right direction? Im having a centos enviorment. -- You received this message because you are subscribed to the Google Groups "Puppet
2005 May 19
0
[LLVMdev] Building LLVM cfrontend
...ash-2.05b$ > > ************************* > bash-2.05b$ make > ... > ... > ... > In file included from ../../src/gcc/c-opts.c:39: > options.h:25: error: redefinition of `OPT_d' > options.h:23: error: `OPT_d' previously defined here > ../../src/gcc/c-opts.c: In function `c_common_init_options': > ../../src/gcc/c-opts.c:190: error: `CL_C' undeclared (first use in this function > ) > ../../src/gcc/c-opts.c:190: error: (Each undeclared identifier is reported only > once > ../../src/gcc/c-opts.c:190: error: for each function it appears in.) &g...
2010 Mar 06
1
[LLVMdev] Cygwin patches for 2.7
On 5 March 2010 22:09, Aaron Gray <aaronngray.lists at googlemail.com> wrote: > Thanks Chris. Built LLVM okay from SVN and am running 'make check' and > building LLVM-GCC, also will check whether clang builds on Cygwin too. > LLVM-GGC builds and installs okay using gcc-4.2.4 minimum. 'make check' runs okay too. clang fails with a dynamic linking problem. Aaron
2010 Mar 06
0
[LLVMdev] Cygwin patches for 2.7
On Mar 6, 2010, at 2:44 AM, Aaron Gray wrote: > > clang fails with a dynamic linking problem. What's the problem? and if you would please file a bug that would be awesome :) thanks! -eric
2007 Aug 23
1
Build error on 3.0.25c using Tru64
...ILD_=3 PICFLAG = -fPIC LIBS = -lproplist -lsecurity -lresolv -lresolv LDFLAGS = -pie -L/usr/local/lib DYNEXP = LDSHFLAGS = -shared -L/usr/local/lib SHLIBEXT = so SONAMEFLAG = -Wl,-soname, Compiling smbd/posix_acls.c smbd/posix_acls.c: In function `append_ugw_ace': smbd/posix_acls.c:3110: error: syntax error before '.' token smbd/posix_acls.c:3139: error: `acl_common' undeclared (first use in this functi on) smbd/posix_acls.c:3139: error: (Each undeclared identifier is reported only once smbd/posix_acls.c:3139: error: for e...
2003 May 13
1
range checking
I'm tidying up the gld package at the moment, and the following is my best effort at checking if values are outside the range of the function (which is [0,1] in this case). It seems incredibly messy - is there something better? outside.range <- !as.logical(((p<1)*(p>0))|(sapply(p, all.equal,1)=="TRUE")|(sapply(p, all.equal, 0)=="TRUE")) ---- Robert King, Statistics, School of Mathematical & Physica...