Displaying 12 results from an estimated 12 matches for "_fwdit".
2005 Mar 10
2
[LLVMdev] Errors building llvm with Visual Studio in Debug mode
...; being compiled
with
[
_Ty=llvm::Value *,
_Ty1=`anonymous-namespace'::Relation,
_Ty2=llvm::Value *
]
c:\Program Files\Microsoft Visual Studio
8\VC\include\algorithm(1397) : see reference to function template
instantiation '_FwdIt std::_Lower_bound<_FwdIt,_Ty,__w64
int>(_FwdIt,_FwdIt,const _Ty &,_Diff *)' being compiled
with
[
_FwdIt=std::_Vector_iterator<`anonymous-namespace'::Relation,std::allocator<`anonymous-namespace'::Relation>>,
_Ty=llvm::Value...
2005 Mar 10
0
[LLVMdev] Errors building llvm with Visual Studio in Debug mode
...t; [
> _Ty=llvm::Value *,
> _Ty1=`anonymous-namespace'::Relation,
> _Ty2=llvm::Value *
> ]
> c:\Program Files\Microsoft Visual Studio
>8\VC\include\algorithm(1397) : see reference to function template
>instantiation '_FwdIt std::_Lower_bound<_FwdIt,_Ty,__w64
>int>(_FwdIt,_FwdIt,const _Ty &,_Diff *)' being compiled
> with
> [
> _FwdIt=std::_Vector_iterator<`anonymous-namespace'::Relation,std::allocator<`anonymous-namespace'::Relation>>,
>...
2010 Sep 07
3
[LLVMdev] MS VS2008 build fails - X86AsmParser
...'::LessOpcode,
_Ty1=`anonymous-namespace'::MatchEntry,
_Ty2=`anonymous-namespace'::MatchEntry
]
C:\dev\MSVisualStudio\VC\include\xutility(1709) : see
reference to function template instantiation 'void
std::_Debug_order_single2<_InIt,_Pr>(_FwdIt,_FwdIt,_Pr,bool,const
wchar_t *,unsigned int,std::forward_iterator_tag)' being compiled
with
[
_InIt=const `anonymous-namespace'::MatchEntry *,
_Pr=`anonymous-namespace'::LessOpcode,
_FwdIt=const `anonymous-namespace'::MatchEntry *...
2010 Sep 07
0
[LLVMdev] MS VS2008 build fails - X86AsmParser
..._Ty1=`anonymous-namespace'::MatchEntry,
> _Ty2=`anonymous-namespace'::MatchEntry
> ]
> C:\dev\MSVisualStudio\VC\include\xutility(1709) : see
> reference to function template instantiation 'void
> std::_Debug_order_single2<_InIt,_Pr>(_FwdIt,_FwdIt,_Pr,bool,const
> wchar_t *,unsigned int,std::forward_iterator_tag)' being compiled
> with
> [
> _InIt=const `anonymous-namespace'::MatchEntry *,
> _Pr=`anonymous-namespace'::LessOpcode,
> _FwdIt=const `anonymous-nam...
2011 Mar 09
0
[LLVMdev] Unable to build latest with Visual Studio 2008
...namespace'::MatchEntry,
> > _Ty2=`anonymous-namespace'::MatchEntry
> > ]
> > C:\dev\MSVisualStudio\VC\include\xutility(1709) : see
> > reference to function template instantiation 'void
> > std::_Debug_order_single2<_InIt,_Pr>(_FwdIt,_FwdIt,_Pr,bool,const
> > wchar_t *,unsigned int,std::forward_iterator_tag)' being compiled
> > with
> > [
> > _InIt=const `anonymous-namespace'::MatchEntry *,
> > _Pr=`anonymous-namespace'::LessOpcode,
> >...
2007 Nov 12
1
[LLVMdev] MSVC 8 Build
...declaration of 'std::_Uninit_copy'
5> Message: 'You have used a std:: construct that is not safe. See
documentation on how to use the Safe Standard C++ Library'
5> c:\llvm\include\llvm/ADT/SmallVector.h(427) : see reference to
function template instantiation '_FwdIt
std::uninitialized_copy<T*,T*>(_InIt,_InIt,_FwdIt)' being compiled
5> with
5> [
5> _FwdIt=llvm::TargetAlignElem *,
5> T=llvm::TargetAlignElem,
5> _InIt=llvm::TargetAlignElem *
5> ]
The project would appear to have th...
2007 Jul 27
2
[LLVMdev] Couple of changes (2005 and other toolchain related)
...ing argument-
dependent lookup]
while trying to match the argument list '(const unsigned int,
`anonymous-namespace'::InequalityGraph::Edge)'
c:\libraries\llvm-2.0\lib\transforms\scalar\predicatesimplifier.cpp(295) : see
reference to function template instantiation '_FwdIt
std::lower_bound<`anonymous-namespace'::InequalityGraph::Node::iterator,unsigned
int>(_FwdIt,_FwdIt,const _Ty &)' being compiled
with
[
_FwdIt=`anonymous-namespace'::InequalityGraph::Node::iterator,
_Ty=unsigned int
]
This...
2007 Jun 12
1
[LLVMdev] LLVM binaries for Windows and more
...of 'std::_Uninit_copy'
Message: 'You have used a std:: construct that is not safe. See documentation on how to use the Safe Standard C++ Library'
c:\Eigenes\compiler\llvm-2.0\include\llvm/ADT/SmallVector.h(407) : see reference to function template instantiation '_FwdIt std::uninitialized_copy<T*,T*>(_InIt,_InIt,_FwdIt)' being compiled
with
[
_FwdIt=llvm::TargetAlignElem *,
T=llvm::TargetAlignElem,
_InIt=llvm::TargetAlignElem *
]
C:\eigenes\compiler\vcc2005\VC\include\memory(93) : warning C4996:...
2007 Jul 27
0
[LLVMdev] Couple of changes (2005 and other toolchain related)
...ing
argument-
dependent lookup]
while trying to match the argument list '(const unsigned
int,
`anonymous-namespace'::InequalityGraph::Edge)'
c:\libraries\llvm-2.0\lib\transforms\scalar\predicatesimplifier.cpp(295)
: see
reference to function template instantiation '_FwdIt
std::lower_bound<`anonymous-namespace'::InequalityGraph::Node::iterator,
unsigned
int>(_FwdIt,_FwdIt,const _Ty &)' being compiled
with
[
_FwdIt=`anonymous-namespace'::InequalityGraph::Node::iterator,
_Ty=unsigned int
]
This has to do...
2007 Nov 12
0
[LLVMdev] MSVC 8 Build
George,
> I have been experimenting with getting LLVM to build with
> MSVC8 express.
>
> I have succeeded in getting trunk to build and run the
> Fibonacci example in release mode. I have found various minor
> problems with the build system. First, it appears not to be
> able to run the configure subproject commands if there is a
> space in the directory path.
2007 Nov 11
2
[LLVMdev] MSVC 8 Build
Hi all,
I have been experimenting with getting LLVM to build with MSVC8 express.
I have succeeded in getting trunk to build and run the Fibonacci example in
release mode. I have found various minor problems with the build system.
First, it appears not to be able to run the configure subproject commands
if there is a space in the directory path.
Secondly, it fails to build different subprojects
2017 Apr 10
2
clang build failures using Visual Studio
...ValueT=const llvm::Record *,
ValueInfoT=llvm::DenseMapInfo<const llvm::Record *>
]
c:\program files (x86)\microsoft visual
studio\2017\community\VC\Tools\MSVC\14.10.25017\include\vector(1859): note:
see reference to function template instantiation '_FwdIt
**std::_Uninitialized_copy<_Iter,const
llvm::Record**,std::allocator<_Ty>>(_InIt,_InIt,_FwdIt,std::_Wrap_alloc<std::allocator<_Ty>>
&)' being compiled
with
[
_FwdIt=const llvm::Record **,
_Iter=llvm::detail::Den...