Searched refs:newAttrs (Results 1 – 2 of 2) sorted by relevance
257 dng_pthread_attr_impl *newAttrs; in dng_pthread_attr_init() local259 newAttrs = new (std::nothrow) dng_pthread_attr_impl; in dng_pthread_attr_init()260 if (newAttrs == NULL) in dng_pthread_attr_init()263 newAttrs->stacksize = 0; in dng_pthread_attr_init()265 *attr = newAttrs; in dng_pthread_attr_init()
2759 SmallVector<llvm::AttributeSet, 8> newAttrs; in replaceUsesOfNonProtoConstant() local2764 newAttrs.push_back( in replaceUsesOfNonProtoConstant()2785 newAttrs. in replaceUsesOfNonProtoConstant()2794 newAttrs.push_back(llvm::AttributeSet::get(newFn->getContext(), in replaceUsesOfNonProtoConstant()2821 llvm::AttributeSet::get(newFn->getContext(), newAttrs)); in replaceUsesOfNonProtoConstant()