search for: line153

Displaying 2 results from an estimated 2 matches for "line153".

2013 Nov 04
2
[LLVMdev] compile error when using overloaded = operator of DenseMap
...aFlowValue V) const; void top(); /* set all elements */ void bot(); /* reset all elements */ void set(DMTy emap); void merge(DataFlowValue V); /* confluence operation */ }; } with the following function definition: void DataFlowValue::set(DMTy emap) { ExprMap = *emap; //Line153: } When I compile, I get the following error: /home/zeus/masterLLVM/llvm/include/llvm/ADT/DenseMap.h: In member function ‘void llvm::DenseMapBase<DerivedT, KeyT, ValueT, KeyInfoT>::destroyAll() [with DerivedT = llvm::DenseMap<{anonymous}::Expression, unsigned int>, KeyT = {anonymous}:...
2013 Nov 04
0
[LLVMdev] compile error when using overloaded = operator of DenseMap
...elements */ > void bot(); /* reset all elements */ > void set(DMTy emap); > void merge(DataFlowValue V); /* confluence operation */ > }; > } > > with the following function definition: > > void DataFlowValue::set(DMTy emap) { > ExprMap = *emap; //Line153: > } > > When I compile, I get the following error: > > /home/zeus/masterLLVM/llvm/include/llvm/ADT/DenseMap.h: In member function > ‘void llvm::DenseMapBase<DerivedT, KeyT, ValueT, KeyInfoT>::destroyAll() > [with DerivedT = llvm::DenseMap<{anonymous}::Expression, unsi...