Displaying 2 results from an estimated 2 matches for "tocl".
Did you mean:
tcl
2006 Feb 14
1
[LLVMdev] dynamic_cast error
...'static
bool llvm::isa_impl_wrap<To, const FromTy, const FromTy>::doit(const
FromTy&) [with To = llvm::CallInst, FromTy = llvm::Instruction]'
llvm/include/llvm/Support/Casting.h:81: instantiated from 'static
bool llvm::isa_impl_cl<FromCl>::isa(const FromCl&) [with ToCl =
llvm::CallInst, FromCl = llvm::Instruction]'
llvm/include/llvm/Support/Casting.h:99: instantiated from 'static
bool llvm::isa_impl_cl<FromCl*>::isa(FromCl*) [with ToCl =
llvm::CallInst, FromCl = llvm::Instruction]'
llvm/include/llvm/Support/Casting.h:114: instantiated from...
2011 Apr 21
2
[LLVMdev] Compilation error with LLVM 2.9
...^
/usr/include/llvm/Support/Casting.h:103:12: note: in instantiation of
function
template specialization
'llvm::isa_impl_cl<llvm::User>::isa<llvm::PHINode>'
requested here
return isa_impl_cl<FromCl>::template isa<ToCl>(*Val);
^
/usr/include/llvm/Support/Casting.h:118:10: note: in instantiation of
function
template specialization 'llvm::isa_impl_cl<llvm::User
*>::isa<llvm::PHINode>'
requested here
return isa_impl_cl<Y>::template isa<X>(Val);...