Searched refs:hasParamAttribute (Results 1 - 24 of 24) sorted by relevance

/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
H A DFunction.h327 bool hasParamAttribute(unsigned ArgNo, Attribute::AttrKind Kind) const { function in class:llvm::Function
328 return getAttributes().hasParamAttribute(ArgNo, Kind);
504 return AttributeSets.hasParamAttribute(0, Attribute::StructRet) ||
505 AttributeSets.hasParamAttribute(1, Attribute::StructRet);
H A DAttributes.h562 bool hasParamAttribute(unsigned ArgNo, Attribute::AttrKind Kind) const;
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
H A DFunction.h327 bool hasParamAttribute(unsigned ArgNo, Attribute::AttrKind Kind) const { function in class:llvm::Function
328 return getAttributes().hasParamAttribute(ArgNo, Kind);
504 return AttributeSets.hasParamAttribute(0, Attribute::StructRet) ||
505 AttributeSets.hasParamAttribute(1, Attribute::StructRet);
H A DAttributes.h562 bool hasParamAttribute(unsigned ArgNo, Attribute::AttrKind Kind) const;
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
H A DFunction.h335 bool hasParamAttribute(unsigned ArgNo, Attribute::AttrKind Kind) const { function in class:llvm::Function
336 return getAttributes().hasParamAttribute(ArgNo, Kind);
512 return AttributeSets.hasParamAttribute(0, Attribute::StructRet) ||
513 AttributeSets.hasParamAttribute(1, Attribute::StructRet);
H A DAttributes.h562 bool hasParamAttribute(unsigned ArgNo, Attribute::AttrKind Kind) const;
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
H A DFunction.h335 bool hasParamAttribute(unsigned ArgNo, Attribute::AttrKind Kind) const { function in class:llvm::Function
336 return getAttributes().hasParamAttribute(ArgNo, Kind);
512 return AttributeSets.hasParamAttribute(0, Attribute::StructRet) ||
513 AttributeSets.hasParamAttribute(1, Attribute::StructRet);
H A DAttributes.h562 bool hasParamAttribute(unsigned ArgNo, Attribute::AttrKind Kind) const;
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
H A DFunction.h335 bool hasParamAttribute(unsigned ArgNo, Attribute::AttrKind Kind) const { function in class:llvm::Function
336 return getAttributes().hasParamAttribute(ArgNo, Kind);
512 return AttributeSets.hasParamAttribute(0, Attribute::StructRet) ||
513 AttributeSets.hasParamAttribute(1, Attribute::StructRet);
H A DAttributes.h562 bool hasParamAttribute(unsigned ArgNo, Attribute::AttrKind Kind) const;
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
H A DFunction.h335 bool hasParamAttribute(unsigned ArgNo, Attribute::AttrKind Kind) const { function in class:llvm::Function
336 return getAttributes().hasParamAttribute(ArgNo, Kind);
512 return AttributeSets.hasParamAttribute(0, Attribute::StructRet) ||
513 AttributeSets.hasParamAttribute(1, Attribute::StructRet);
H A DAttributes.h562 bool hasParamAttribute(unsigned ArgNo, Attribute::AttrKind Kind) const;
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
H A DFunction.h327 bool hasParamAttribute(unsigned ArgNo, Attribute::AttrKind Kind) const { function in class:llvm::Function
328 return getAttributes().hasParamAttribute(ArgNo, Kind);
504 return AttributeSets.hasParamAttribute(0, Attribute::StructRet) ||
505 AttributeSets.hasParamAttribute(1, Attribute::StructRet);
H A DAttributes.h562 bool hasParamAttribute(unsigned ArgNo, Attribute::AttrKind Kind) const;
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
H A DFunction.h327 bool hasParamAttribute(unsigned ArgNo, Attribute::AttrKind Kind) const { function in class:llvm::Function
328 return getAttributes().hasParamAttribute(ArgNo, Kind);
504 return AttributeSets.hasParamAttribute(0, Attribute::StructRet) ||
505 AttributeSets.hasParamAttribute(1, Attribute::StructRet);
H A DAttributes.h562 bool hasParamAttribute(unsigned ArgNo, Attribute::AttrKind Kind) const;
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
H A DFunction.h335 bool hasParamAttribute(unsigned ArgNo, Attribute::AttrKind Kind) const { function in class:llvm::Function
336 return getAttributes().hasParamAttribute(ArgNo, Kind);
512 return AttributeSets.hasParamAttribute(0, Attribute::StructRet) ||
513 AttributeSets.hasParamAttribute(1, Attribute::StructRet);
H A DAttributes.h562 bool hasParamAttribute(unsigned ArgNo, Attribute::AttrKind Kind) const;
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
H A DFunction.h335 bool hasParamAttribute(unsigned ArgNo, Attribute::AttrKind Kind) const { function in class:llvm::Function
336 return getAttributes().hasParamAttribute(ArgNo, Kind);
512 return AttributeSets.hasParamAttribute(0, Attribute::StructRet) ||
513 AttributeSets.hasParamAttribute(1, Attribute::StructRet);
H A DAttributes.h562 bool hasParamAttribute(unsigned ArgNo, Attribute::AttrKind Kind) const;
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
H A DFunction.h335 bool hasParamAttribute(unsigned ArgNo, Attribute::AttrKind Kind) const { function in class:llvm::Function
336 return getAttributes().hasParamAttribute(ArgNo, Kind);
512 return AttributeSets.hasParamAttribute(0, Attribute::StructRet) ||
513 AttributeSets.hasParamAttribute(1, Attribute::StructRet);
H A DAttributes.h562 bool hasParamAttribute(unsigned ArgNo, Attribute::AttrKind Kind) const;
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
H A DFunction.h335 bool hasParamAttribute(unsigned ArgNo, Attribute::AttrKind Kind) const { function in class:llvm::Function
336 return getAttributes().hasParamAttribute(ArgNo, Kind);
512 return AttributeSets.hasParamAttribute(0, Attribute::StructRet) ||
513 AttributeSets.hasParamAttribute(1, Attribute::StructRet);
H A DAttributes.h562 bool hasParamAttribute(unsigned ArgNo, Attribute::AttrKind Kind) const;

Completed in 1317 milliseconds