Home
last modified time | relevance | path

Searched refs:newData (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DHTMLLogger.js89 let newData = Object.create(data);
92 newData[name] = val;
93 newData[name + '_index'] = index++;
94 proceed(newData);
102 let newData = Object.create(data);
103 newData[name] = evalExpr(expr, data);
104 proceed(newData);
/llvm-project/flang/runtime/
H A Dtemporary-stack.cpp94 Descriptor **newData = in resize() local
100 memcpy(newData, data_, capacity_ * sizeof(Descriptor *)); in resize()
103 data_ = newData; in resize()