Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenModule.cpp2760 llvm::AttributeSet oldAttrs = callSite.getAttributes(); in replaceUsesOfNonProtoConstant() local
2763 if (oldAttrs.hasAttributes(llvm::AttributeSet::ReturnIndex)) in replaceUsesOfNonProtoConstant()
2766 oldAttrs.getRetAttributes())); in replaceUsesOfNonProtoConstant()
2784 if (oldAttrs.hasAttributes(argNo + 1)) in replaceUsesOfNonProtoConstant()
2788 oldAttrs.getParamAttributes(argNo + 1))); in replaceUsesOfNonProtoConstant()
2793 if (oldAttrs.hasAttributes(llvm::AttributeSet::FunctionIndex)) in replaceUsesOfNonProtoConstant()
2795 oldAttrs.getFnAttributes())); in replaceUsesOfNonProtoConstant()
/external/llvm-project/clang/lib/CodeGen/
DCodeGenModule.cpp4587 llvm::AttributeList oldAttrs = callSite->getAttributes(); in replaceUsesOfNonProtoConstant() local
4605 newArgAttrs.push_back(oldAttrs.getParamAttributes(argNo)); in replaceUsesOfNonProtoConstant()
4633 newFn->getContext(), oldAttrs.getFnAttributes(), in replaceUsesOfNonProtoConstant()
4634 oldAttrs.getRetAttributes(), newArgAttrs)); in replaceUsesOfNonProtoConstant()