reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
366 CALLSITE_DELEGATE_SETTER(removeParamAttr(ArgNo, Kind));
include/llvm/IR/IntrinsicInst.h415 removeParamAttr(ARG_DEST, Attribute::Alignment); 464 BaseCL::removeParamAttr(ARG_SOURCE, Attribute::Alignment);lib/Bitcode/Reader/BitcodeReader.cpp
3686 CB->removeParamAttr(i, Attribute::ByVal);
lib/Transforms/InstCombine/InstCombineCalls.cpp 4373 Call.removeParamAttr(ix, Attribute::ByVal);
lib/Transforms/Utils/SimplifyLibCalls.cpp207 CI->removeParamAttr(ArgNo, Attribute::Dereferenceable); 210 CI->removeParamAttr(ArgNo, Attribute::DereferenceableOrNull);