Displaying 6 results from an estimated 6 matches for "__clock_t".
2013 Oct 16
3
[LLVMdev] Unable to evaluate clang on linux or windows
...of function template specialization
'std::chrono::time_point<std::chrono::system_clock,
std::chrono::duration<long, std::ratio<1, 1000000> >
>::time_point<std::chrono::duration<long,
std::ratio<1, 1000000000> > >' requested here
const __clock_t::time_point __s_atime = __s_entry + __delta;
^
/usr/lib/gcc/x86_64-linux-gnu/4.6/../../../../include/c++/4.6/chrono:234:12:
note: candidate constructor not viable: no known conversion from
'duration<[...], ratio<[...], 1000000000>&g...
2013 Oct 18
0
[LLVMdev] Unable to evaluate clang on linux or windows
...cialization
> 'std::chrono::time_point<std::chrono::system_clock,
> std::chrono::duration<long, std::ratio<1, 1000000> >
> >::time_point<std::chrono::duration<long,
> std::ratio<1, 1000000000> > >' requested here
> const __clock_t::time_point __s_atime = __s_entry + __delta;
> ^
> /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../../include/c++/4.6/chrono:234:12:
> note: candidate constructor not viable: no known conversion from
> 'duration<[...], ratio<[.....
2013 Oct 16
0
[LLVMdev] Unable to evaluate clang on linux or windows
On 15/10/13 22:22, C K Kashyap wrote:
> Hi,
> I'd like to try out the new c++11 features using clang. However, I am
> running into some issue or the other on both Windows and Linux. In both
> cases, it looks like the problem is due to headers from VC/g++.
> I was wondering if someone can point me to some steps on setting up a
> Windows or Linux(ubuntu 12.04 LTS) box for
2013 Oct 15
2
[LLVMdev] Unable to evaluate clang on linux or windows
Hi,
I'd like to try out the new c++11 features using clang. However, I am
running into some issue or the other on both Windows and Linux. In both
cases, it looks like the problem is due to headers from VC/g++.
I was wondering if someone can point me to some steps on setting up a
Windows or Linux(ubuntu 12.04 LTS) box for exploring clang.
I was able to successfully build clang on my ubuntu but
2012 Nov 29
2
[LLVMdev] problem trying to write an LLVM register-allocation pass
I have a new problem: Register RBP is used in a function foo. (I am not
allocating RBP to any virtual register, the instances of RBP in function
foo are in the machine code when my register allocator starts.)
Function foo calls function bar. Register RBP is not saved across the
call, though it is live after the call. Function bar includes a virtual
register. The code that I'm using to
2012 Dec 01
0
[LLVMdev] problem trying to write an LLVM register-allocation pass
...ef unsigned int __gid_t;
typedef unsigned long int __ino_t;
typedef unsigned long int __ino64_t;
typedef unsigned int __mode_t;
typedef unsigned long int __nlink_t;
typedef long int __off_t;
typedef long int __off64_t;
typedef int __pid_t;
typedef struct { int __val[2]; } __fsid_t;
typedef long int __clock_t;
typedef unsigned long int __rlim_t;
typedef unsigned long int __rlim64_t;
typedef unsigned int __id_t;
typedef long int __time_t;
typedef unsigned int __useconds_t;
typedef long int __suseconds_t;
typedef int __daddr_t;
typedef long int __swblk_t;
typedef int __key_t;
typedef int __clockid_t;
type...