Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_pthread.cpp257 dng_pthread_attr_impl *newAttrs; in dng_pthread_attr_init() local
259 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()
/external/clang/lib/CodeGen/
DCodeGenModule.cpp2759 SmallVector<llvm::AttributeSet, 8> newAttrs; in replaceUsesOfNonProtoConstant() local
2764 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()