HomeSort by: relevance | last modified time | path
    Searched defs:hasParamAttribute (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Function.h 449 bool hasParamAttribute(unsigned ArgNo, Attribute::AttrKind Kind) const {
450 return getAttributes().hasParamAttribute(ArgNo, Kind);
695 return AttributeSets.hasParamAttribute(0, Attribute::StructRet) ||
696 AttributeSets.hasParamAttribute(1, Attribute::StructRet);
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Attributes.cpp 1588 bool AttributeList::hasParamAttribute(unsigned ArgNo,

Completed in 87 milliseconds