Searched defs:new (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp77 default: // Map unknown/new linkages to external
155 void *operator new(size_t s) {
156 return User::operator new(s, 1);
224 Constant *C = new ConstantPlaceHolder(Ty, Context);
242 Value *V = new Argument(Ty);
267 // new value. If they reference more than one placeholder, update them all
281 // constant with a new constant that has *all* placeholder uses updated.
305 // Make the new constant.
348 // Deleting PrevVal sets Idx value in MDValuePtrs to null. Set new
645 } else // Otherwise, create a new struc
[all...]

Completed in 171 milliseconds