similar to: DeclarationName and the StringRef.

Displaying 20 results from an estimated 500 matches similar to: "DeclarationName and the StringRef."

2016 Dec 21
2
DeclarationName and the StringRef.
To context was , Basic requirement was to append extra string to the decl name and update all his references to the updated name. , So we are constructing the DeclarationName instance as stated below code snap. and from DeclarationName instance ,we are constructing the DeclarationNameInfo and same info used to create decl spec with FunctionDecl::Create () . Question is , How do ,someone
2016 Dec 21
0
DeclarationName and the StringRef.
On 12/21/2016 5:01 AM, Umesh Kalappa via llvm-dev wrote: > To context was , > > Basic requirement was to append extra string to the decl name and > update all his references to the updated name. , > > So we are constructing the DeclarationName instance as stated below > code snap. > and from DeclarationName instance ,we are constructing the > DeclarationNameInfo
2012 Sep 09
0
[LLVMdev] : troubles during compiling
Hi Vadim, which compiler are you using to to the build, what platform are you on, how did you configure LLVM, clang etc ? Ciao, duncan. On 09/09/12 03:36, Vadim Khoptynets wrote: > Hello everyone! > > After I've checked out Clang and Compiler-RT repositories, I receive this error > during compilation: > > llvm[5]: Compiling PathDiagnostic.cpp for Debug+Asserts build >
2012 Sep 09
2
[LLVMdev] : troubles during compiling
Hello everyone! After I've checked out Clang and Compiler-RT repositories, I receive this error during compilation: llvm[5]: Compiling PathDiagnostic.cpp for Debug+Asserts build /media/data/dev/llvm/llvm/tools/clang/lib/StaticAnalyzer/Core/PathDiagnostic.cpp: In member function 'bool {anonymous}::CompareDiagnostics::operator()(const clang::ento::PathDiagnostic*, const
2016 Dec 23
0
Assign different RegClasses to a virtual, register based on 'uniform' attribute?
On 2016年12月22日 15:37, via llvm-dev wrote: > Send llvm-dev mailing list submissions to > llvm-dev at lists.llvm.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > or, via email, send a message with subject or body 'help' to > llvm-dev-request at lists.llvm.org > > You can reach the
2013 Apr 13
2
Dict quota question
Hi all, I'm using Dovecot 2.1.16 and I'd like to know if the following configuration is supported: * An SQL dictionary quota * A static userdb to get uid/gid/home information * An SQL userdb to get per-user quota limit Currenlty, current quota usage are properly stored into the database but per-user limits are not found. If I replace the SQL dictionary by the maildir backend (my
2007 Sep 07
4
Speex and the ARM7 Core
Hello, I'm sorry if this is not the correct place to ask this question but what I'm looking for is any data on the reality of Speex working on an ARM7 core? I'm looking at doing a few diffrent projects where I will be using a proc such as the LPC2378 with the ARM7TDMI-S core running at 72Mhz (although errata show only 60Mhz is currenlty possible). Do you know if there is a port
2006 Dec 18
1
Multimedia setup for LTSP
Hi all, I'm setting up a CentOS 4 in AMD64 box. The goal is to mount a terminal server with LTSP software. Currenlty I'm in troubles with the multimedia support. I've added Dag's, Karanbir's and Dries' repositories according that. ?Is there some intention to make a multimedia group as others groups (FTP Server, Web Server... etc)? It would be great. ?What packages do you
2009 Feb 05
1
plans for lenny-cran? can I help?
Hi, I'm running a highschool network with Debian etch and the etch-cran "backports" on top of it. Being bio-informatics, the newest R is essential to us. I did some upgrading experiments; switching to ubuntu is not an option, neither is fetching the sid debs for r. When trying to upgrade from etch to lenny with etch-cran packages installed things block on etch-cran dependencies.
2007 Nov 15
1
what is the "right" way to obtain frequencies of vector values?
Hi! Let's say I have vector x with positive integer values ranging from 1 to N. I need to obtain another vector y of size N where y[i] contains the number of times value i occurs in x. It is in a sense similar to hist() (with appropriate number of breaks) or table() with numeric "factors". Currenlty I use a custom function for that, but thought maybe there is a more
2006 Jun 30
1
Unable to mount node2 mount.ocfs2: Transport endpoint is not connected while mounting /dev/sdb1 on /u02/oradata/orcl
I currenlty have the setup below, both nodes can see the shared drive ( confirmed with fdisk -l ) However I am unable to mount the shared device from node (2) after I mounted from node(1) I get the follwoign error mount.ocfs2: Transport endpoint is not connected while mounting /dev/sdb1 on /u02/oradata/orcl OS Red Hat uname -r --------------------------------- 2.6.9-22.ELsmp OCFS version
2012 Nov 23
1
Opus RTP/RTSP support
Dear Opus developers. This is the first time I write here, so hello to everybody! Sorry to disturb you but I would like to ask you something I could not answer by googling and by looking at this mailing list archive. I have just started investigating this new and promising codec for real-time audio transport over the internet for industrial applications. I was previously experimenting with RTP
2008 Aug 14
1
the name of the current running script.r
Dear R users, is there a hack how to get the filename of the current script.r sourced/ran? My issue: I have a couple of scripts which were optimised and are placed in tens of directories. (I have a height.r script in 30 directories, a lines.r script in 25 directories and another flow.r script in 54 directories, growing). The script runs in the directory and does its job: sources data and creates
2005 May 17
0
[LLVMdev] Scheme + LLVM JIT
On Mon, 16 May 2005, Alexander Friedman wrote: > On May 16, Chris Lattner wrote: >> I'm concerned that this leaks the buffer created for the file, can you >> verify that it doesn't? > > I can verify that the functionality doesn't change. If the buffer was > leaked before, it'll be leaked now. > > However, in 'Lexer.l', you have the following
2016 Jul 20
2
[XRay] Build instrumented Clang, some analysis results
Hi everyone, TL;DR: With current pending patches applied in compiler-rt and llvm, and trunk clang, you can build your application with XRay tracing enabled on Linux with tracing enabled before main starts, and logging stops when the main thread exits. Just a quick update, I have some patches under review that when applied cleanly to LLVM and compiler-rt allows for building applications with XRay
2005 May 17
2
[LLVMdev] Scheme + LLVM JIT
On May 16, Chris Lattner wrote: > I'm concerned that this leaks the buffer created for the file, can you > verify that it doesn't? I can verify that the functionality doesn't change. If the buffer was leaked before, it'll be leaked now. However, in 'Lexer.l', you have the following code: <<EOF>> { /* Make sure to free the
2005 Feb 09
1
encoding speex, (insanity looming)
Hi Tom, Thanks for your reply, I'm having a few difficulty's following you advise. You mention that I should be calling 'speex_encoder_int' & 'speex_decoder_int', I'm having problems finding these functions in the speex header. I am currenlty calling speex_encoder_init & speex_decoder_init in my test code, I have repeated the relevent bits of the example
2007 May 24
4
Create a virtual host using Instant Rails 1.7
Hi, I created a new rails application called demo using Instant Rails 1.7. It runs at the URL http://localhost:3003/blog/ The applications that a packaged with the zip file, cookbook and typo are currenlty the two virtual hosts. I can already run them using the following URLs http://www.mycookbook.com and http://typo/ Now, I want to add my application demo as the third virtual host in
2007 Apr 24
0
Queue: SIP status not set to busy
Hello, I've been searching around the net all day today and i can't seem to find much info that's helping with a few issues i've been having. Background: using AsteriskNOW beta5 (asterisk 1.4.2) with mysql real time configuration, Currenlty only have 4 sip users setup and 1 queue. When i call into the queue upon connecting to the agent (ie it gets past the IVR stuff) i recieve the
2003 Sep 09
0
Mandrake RPMs of RC3
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Packages are currenlty available for Mandrake 9.0 at http://ranger.dnsalias.com/mandrake/9.0/samba-3.0.0rc3/ Packages for 9.1, 8.2, and possibly 8.1 will become available later. SRPM is available here: http://www.cae.sun.ac.za/~bgmilne/mandrake/samba/SRPMS/samba3-3.0.0-0.rc3.2mdk.src.rpm (please use this one and not the SRPM in cooker, otherwise you