search for: constexpriterator

Displaying 1 result from an estimated 1 matches for "constexpriterator".

2014 Jan 20
2
[LLVMdev] Methods on addrspace pointers
...ang::Decl const*, llvm::Instruction**) + 3075 > 9 clang-3.4 0x0000000103c11c02 clang::CodeGen::CodeGenFunction::EmitCXXMemberCall(clang::CXXMethodDecl const*, clang::SourceLocation, llvm::Value*, clang::CodeGen::ReturnValueSlot, llvm::Value*, llvm::Value*, clang::QualType, clang::ConstExprIterator, clang::ConstExprIterator) + 738 I know it is not actually expected to be correct behavior to use other addrspace pointers in place of addrspace(0) pointers. My transformation passes change these calls, but I don’t get a chance to make the change because the frontend chokes first. My questions a...