Displaying 18 results from an estimated 18 matches for "_ty2".
Did you mean:
_ty
2010 Sep 07
3
[LLVMdev] MS VS2008 build fails - X86AsmParser
...his conversion, or the operator cannot be called
C:\dev\MSVisualStudio\VC\include\xutility(1699) : see
reference to function template instantiation 'bool
std::_Debug_lt_pred<_Pr,`anonymous-namespace'::MatchEntry,`anonymous-namespace'::MatchEntry>(_Pr,const
_Ty1 &,const _Ty2 &,const wchar_t *,unsigned int)' being compiled
with
[
_Pr=`anonymous-namespace'::LessOpcode,
_Ty1=`anonymous-namespace'::MatchEntry,
_Ty2=`anonymous-namespace'::MatchEntry
]
C:\dev\MSVisualStudio\VC\include\xut...
2005 Mar 10
2
[LLVMdev] Errors building llvm with Visual Studio in Debug mode
...of type '`anonymous-namespace'::Relation' (or there is no
acceptable conversion)
c:\Program Files\Microsoft Visual Studio
8\VC\include\algorithm(1385) : see reference to function template
instantiation 'bool
std::_Debug_lt<`anonymous-namespace'::Relation,_Ty>(_Ty1,_Ty2,const
char *)' 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
i...
2010 Sep 07
0
[LLVMdev] MS VS2008 build fails - X86AsmParser
...the operator cannot be called
> C:\dev\MSVisualStudio\VC\include\xutility(1699) : see
> reference to function template instantiation 'bool
> std::_Debug_lt_pred<_Pr,`anonymous-namespace'::MatchEntry,`anonymous-namespace'::MatchEntry>(_Pr,const
> _Ty1 &,const _Ty2 &,const wchar_t *,unsigned int)' being compiled
> with
> [
> _Pr=`anonymous-namespace'::LessOpcode,
> _Ty1=`anonymous-namespace'::MatchEntry,
> _Ty2=`anonymous-namespace'::MatchEntry
> ]
> C:\dev\M...
2005 Mar 10
0
[LLVMdev] Errors building llvm with Visual Studio in Debug mode
...mous-namespace'::Relation' (or there is no
>acceptable conversion)
> c:\Program Files\Microsoft Visual Studio
>8\VC\include\algorithm(1385) : see reference to function template
>instantiation 'bool
>std::_Debug_lt<`anonymous-namespace'::Relation,_Ty>(_Ty1,_Ty2,const
>char *)' being compiled
> with
> [
> _Ty=llvm::Value *,
> _Ty1=`anonymous-namespace'::Relation,
> _Ty2=llvm::Value *
> ]
> c:\Program Files\Microsoft Visual Studio
>8\VC\include\algorithm(1397) :...
2012 Aug 09
1
[LLVMdev] Type inconsistency in LLVM 3.1: CGDebugInfo.cpp
Hi Ben,
Thanks that helped a lot.
The problem seems to be that with the move to C++11 we now have:
void std::vector<_Ty>::push_back(std::pair<_Ty1,_Ty2> &&)'
and there no conversion operator that can be applied to convert:
'std::pair<_Ty1,_Ty2>' to 'std::pair<_Ty3,_Ty4> &&
Where:
[
_Ty1=void *,
_Ty2=llvm::DIType
]
and
[
_Ty3=void...
2011 Mar 09
0
[LLVMdev] Unable to build latest with Visual Studio 2008
...be called
> > C:\dev\MSVisualStudio\VC\include\xutility(1699) : see
> > reference to function template instantiation 'bool
> > std::_Debug_lt_pred<_Pr,`anonymous-namespace'::MatchEntry,`anonymous-namespace'::MatchEntry>(_Pr,const
> > _Ty1 &,const _Ty2 &,const wchar_t *,unsigned int)' being compiled
> > with
> > [
> > _Pr=`anonymous-namespace'::LessOpcode,
> > _Ty1=`anonymous-namespace'::MatchEntry,
> > _Ty2=`anonymous-namespace'::MatchEntry
> >...
2013 Jul 04
4
[LLVMdev] llvm (hence Clang) not compiling with Visual Studio 2008
...: "Begin" is an "uint_64_t", as well as
the second argument of "AtomComp")
But the implementation of "std::lower_bound" in Visual Stuio 2008 relies on
a checker provided by the file "xutility", which reads:
template<class _Pr, class _Ty1, class _Ty2> inline
bool __CLRCALL_OR_CDECL _Debug_lt_pred(_Pr _Pred,
_Ty1& _Left,
const _Ty2& _Right,
const wchar_t *_Where,
unsigned int _Line...
2012 Aug 09
0
[LLVMdev] Type inconsistency in LLVM 3.1: CGDebugInfo.cpp
On 09.08.2012, at 19:43, "Gaster, Benedict" <Benedict.Gaster at amd.com> wrote:
> I’m probably missing something simple here but in:
>
> CGDebugInfo.h:
>
> std::vector<std::pair<void *, llvm::WeakVH> >ReplaceMap;
>
> but then in
>
> CGDebugInfo.cpp:
>
> llvm::DIType TC = getTypeOrNull(Ty);
>
> void * v =
2013 Jul 04
0
[LLVMdev] [cfe-dev] llvm (hence Clang) not compiling with Visual Studio 2008
...uot;uint_64_t", as well
> as the second argument of "AtomComp")
>
> But the implementation of "std::lower_bound" in Visual Stuio 2008 relies
> on a checker provided by the file "xutility", which reads:
>
> template<class _Pr, class _Ty1, class _Ty2> inline
> bool __CLRCALL_OR_CDECL _Debug_lt_pred(_Pr _Pred,
> _Ty1& _Left,
> const _Ty2& _Right,
> const wchar_t *_Where,
>...
2012 Aug 09
3
[LLVMdev] Type inconsistency in LLVM 3.1: CGDebugInfo.cpp
I'm probably missing something simple here but in:
CGDebugInfo.h:
std::vector<std::pair<void *, llvm::WeakVH> >ReplaceMap;
but then in
CGDebugInfo.cpp:
llvm::DIType TC = getTypeOrNull(Ty);
void * v = Ty.getAsOpaquePtr();
std::pair<void *, llvm::WeakVH> tmp = std::make_pair(v, TC);
if (TC.Verify() && TC.isForwardDecl())
2010 Feb 08
0
[LLVMdev] Build broken on MSVC 9.0
...blic\zorg\buildbot\osuosl\slave\clang-i686-xp-msvc9\llvm\include\llvm/ADT/ImmutableIntervalMap.h(96)
: while compiling class template member function
'llvm::ImutAVLTree<ImutInfo>
*llvm::ImutIntervalAVLFactory<ImutInfo>::Add(llvm::ImutAVLTree<ImutInfo>
*,const std::pair<_Ty1,_Ty2> &)'
97> with
97> [
97> ImutInfo=llvm::ImutIntervalInfo<clang::SVal>,
97> _Ty1=llvm::Interval,
97> _Ty2=clang::SVal
97> ]
97> D:\public\zorg\buildbot\osuosl\slave\clang-i686-xp-msvc9\llvm\include\llvm...
2007 May 31
0
[LLVMdev] Advice on a VStudio specific patch
On Thu, 31 May 2007, Chuck Rose III wrote:
> Our project is cross platform and on Windows we use VStudio 2005.
> VStudio presents a couple of issues related around it's STL
> implementation and also it's non-respect for the no-return semantic of
> abort().
Ok. We want the source to be portable, so it's goodness to get these
fixes into the main tree.
> I've fixed
2010 May 02
3
[LLVMdev] Compiling LLVM 2.7 with Visual Studio 2010.
...lvm-2.7\lib\Transforms\Scalar\LoopStrengthReduce.cpp
2820
error C2440: 'initializing' : cannot convert from 'int' to 'const
llvm::TargetRegisterClass *' C:\Program Files (x86)\Microsoft Visual
Studio 10.0\VC\include\utility 163
error C2439: 'std::_Pair_base<_Ty1,_Ty2>::second' : member could not be
initialized C:\Program Files (x86)\Microsoft Visual Studio
10.0\VC\include\utility 163
it totals to 15 build errors and 2 warnings, but most of them are repeats of
the above 5..
Are these known issues? Or did I fail to set some setting?
3 of the errors...
2007 May 31
2
[LLVMdev] Advice on a VStudio specific patch
Hola LLVMers,
Our project is cross platform and on Windows we use VStudio 2005.
VStudio presents a couple of issues related around it's STL
implementation and also it's non-respect for the no-return semantic of
abort().
I've fixed it locally, but I'd like to send a patch so I don't have to
do this every time I update from the source repository. So.... if I'm
2007 May 31
4
[LLVMdev] Advice on a VStudio specific patch
...I != E && I->To == n; ++I) {
if (Subtree->DominatedBy(I->Subtree))
return I;
}
return E;
}
The debug paths through VStudio's STL through the std::lower_bound
function get to this template:
template<class _Ty1, class _Ty2> inline
bool __CLRCALL_OR_CDECL _Debug_lt(const _Ty1& _Left, const _Ty2&
_Right,
const wchar_t *_Where, unsigned int _Line)
{ // test if _Left < _Right and operator< is strict weak
ordering
if (!(_Left < _Right))
return (false);
else if (_Right < _Left)
_DEBUG_ERROR...
2010 May 02
0
[LLVMdev] Compiling LLVM 2.7 with Visual Studio 2010.
...alar\LoopStrengthReduce.cpp
> 2820
> error C2440: 'initializing' : cannot convert from 'int' to 'const
> llvm::TargetRegisterClass *' C:\Program Files (x86)\Microsoft Visual
> Studio 10.0\VC\include\utility 163
> error C2439: 'std::_Pair_base<_Ty1,_Ty2>::second' : member could not be
> initialized C:\Program Files (x86)\Microsoft Visual Studio
> 10.0\VC\include\utility 163
>
> it totals to 15 build errors and 2 warnings, but most of them are repeats
> of the above 5..
> Are these known issues? Or did I fail to set s...
2012 Jun 24
2
[LLVMdev] Problems building LLVM under Visual Studio
... IntTy=llvm::IntItem,
1> RangesCollectionTy=llvm::IntegersSubset
1> ]
1> f:\Program Files\Microsoft Visual Studio 9.0\VC\include\xmemory(154) : while compiling class template member function 'void std::allocator<_Ty>::construct(std::pair<_Ty1,_Ty2> *,const _Ty &)'
1> with
1> [
1> _Ty=std::pair<llvm::IntegersSubsetMapping<llvm::BasicBlock>::RangeEx,llvm::BasicBlock *>,
1> _Ty1=llvm::IntegersSubsetMapping<llvm::BasicBlock>::RangeEx,
1> _Ty2=llvm::BasicBl...
2010 May 02
2
[LLVMdev] Compiling LLVM 2.7 with Visual Studio 2010.
...uce.cpp
>> 2820
>> error C2440: 'initializing' : cannot convert from 'int' to 'const
>> llvm::TargetRegisterClass *' C:\Program Files (x86)\Microsoft Visual
>> Studio 10.0\VC\include\utility 163
>> error C2439: 'std::_Pair_base<_Ty1,_Ty2>::second' : member could not be
>> initialized C:\Program Files (x86)\Microsoft Visual Studio
>> 10.0\VC\include\utility 163
>>
>> it totals to 15 build errors and 2 warnings, but most of them are repeats
>> of the above 5..
>> Are these known issues...