reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Bitcode/Reader/BitcodeReader.cpp
 3237     if (!Func->hasParamAttribute(i, Attribute::ByVal))
lib/IR/Function.cpp
   77   if (getParent()->hasParamAttribute(getArgNo(), Attribute::NonNull))
   92   return getParent()->hasParamAttribute(getArgNo(), Attribute::SwiftSelf);
   96   return getParent()->hasParamAttribute(getArgNo(), Attribute::SwiftError);
  194   return getParent()->hasParamAttribute(getArgNo(), Kind);
lib/IR/Verifier.cpp
 2899       Assert(Callee && Callee->hasParamAttribute(i, Attribute::ImmArg),
lib/Target/AMDGPU/AMDGPUAliasAnalysis.cpp
  131     if (F->hasParamAttribute(ArgNo, Attribute::NoAlias) &&
  132         (F->hasParamAttribute(ArgNo, Attribute::ReadNone) ||
  133          F->hasParamAttribute(ArgNo, Attribute::ReadOnly))) {
lib/Transforms/IPO/Attributor.cpp
 2983         if (F.hasParamAttribute(u, Attribute::Returned)) {
lib/Transforms/Utils/BuildLibCalls.cpp
   84   if (F.hasParamAttribute(ArgNo, Attribute::NoCapture))
   92   if (F.hasParamAttribute(ArgNo, Attribute::NoAlias))
  100   if (F.hasParamAttribute(ArgNo, Attribute::ReadOnly))
  118   if (F.hasParamAttribute(ArgNo, Attribute::Returned))