search for: sdnodet

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

Did you mean: sdnode
2016 Oct 29
1
Problems with Inline ASM expressions generated in the back end
...leak will happen either - maybe when deleting SDNode the destructor frees the char *. // This seems to be so because of this method doing creation of the SDNode, which is used also by getTargetExternalSymbol(): template <typename SDNodeT, typename... ArgTypes> SDNodeT *newSDNode(ArgTypes &&... Args) { return new (NodeAllocator.template Allocate<SDNodeT>()) SDNodeT(std::forward<ArgTypes>(Args)...); } */ char *exprStrChar = (cha...