HomeSort by relevance Sort by last modified time
    Searched refs:hasParamAttribute (Results 1 - 24 of 24) sorted by null

  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
Function.h 327 bool hasParamAttribute(unsigned ArgNo, Attribute::AttrKind Kind) const {
328 return getAttributes().hasParamAttribute(ArgNo, Kind);
504 return AttributeSets.hasParamAttribute(0, Attribute::StructRet) ||
505 AttributeSets.hasParamAttribute(1, Attribute::StructRet);
Attributes.h 562 bool hasParamAttribute(unsigned ArgNo, Attribute::AttrKind Kind) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
Function.h 327 bool hasParamAttribute(unsigned ArgNo, Attribute::AttrKind Kind) const {
328 return getAttributes().hasParamAttribute(ArgNo, Kind);
504 return AttributeSets.hasParamAttribute(0, Attribute::StructRet) ||
505 AttributeSets.hasParamAttribute(1, Attribute::StructRet);
Attributes.h 562 bool hasParamAttribute(unsigned ArgNo, Attribute::AttrKind Kind) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
Function.h 335 bool hasParamAttribute(unsigned ArgNo, Attribute::AttrKind Kind) const {
336 return getAttributes().hasParamAttribute(ArgNo, Kind);
512 return AttributeSets.hasParamAttribute(0, Attribute::StructRet) ||
513 AttributeSets.hasParamAttribute(1, Attribute::StructRet);
Attributes.h 562 bool hasParamAttribute(unsigned ArgNo, Attribute::AttrKind Kind) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
Function.h 335 bool hasParamAttribute(unsigned ArgNo, Attribute::AttrKind Kind) const {
336 return getAttributes().hasParamAttribute(ArgNo, Kind);
512 return AttributeSets.hasParamAttribute(0, Attribute::StructRet) ||
513 AttributeSets.hasParamAttribute(1, Attribute::StructRet);
Attributes.h 562 bool hasParamAttribute(unsigned ArgNo, Attribute::AttrKind Kind) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
Function.h 335 bool hasParamAttribute(unsigned ArgNo, Attribute::AttrKind Kind) const {
336 return getAttributes().hasParamAttribute(ArgNo, Kind);
512 return AttributeSets.hasParamAttribute(0, Attribute::StructRet) ||
513 AttributeSets.hasParamAttribute(1, Attribute::StructRet);
Attributes.h 562 bool hasParamAttribute(unsigned ArgNo, Attribute::AttrKind Kind) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
Function.h 335 bool hasParamAttribute(unsigned ArgNo, Attribute::AttrKind Kind) const {
336 return getAttributes().hasParamAttribute(ArgNo, Kind);
512 return AttributeSets.hasParamAttribute(0, Attribute::StructRet) ||
513 AttributeSets.hasParamAttribute(1, Attribute::StructRet);
Attributes.h 562 bool hasParamAttribute(unsigned ArgNo, Attribute::AttrKind Kind) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
Function.h 327 bool hasParamAttribute(unsigned ArgNo, Attribute::AttrKind Kind) const {
328 return getAttributes().hasParamAttribute(ArgNo, Kind);
504 return AttributeSets.hasParamAttribute(0, Attribute::StructRet) ||
505 AttributeSets.hasParamAttribute(1, Attribute::StructRet);
Attributes.h 562 bool hasParamAttribute(unsigned ArgNo, Attribute::AttrKind Kind) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
Function.h 327 bool hasParamAttribute(unsigned ArgNo, Attribute::AttrKind Kind) const {
328 return getAttributes().hasParamAttribute(ArgNo, Kind);
504 return AttributeSets.hasParamAttribute(0, Attribute::StructRet) ||
505 AttributeSets.hasParamAttribute(1, Attribute::StructRet);
Attributes.h 562 bool hasParamAttribute(unsigned ArgNo, Attribute::AttrKind Kind) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
Function.h 335 bool hasParamAttribute(unsigned ArgNo, Attribute::AttrKind Kind) const {
336 return getAttributes().hasParamAttribute(ArgNo, Kind);
512 return AttributeSets.hasParamAttribute(0, Attribute::StructRet) ||
513 AttributeSets.hasParamAttribute(1, Attribute::StructRet);
Attributes.h 562 bool hasParamAttribute(unsigned ArgNo, Attribute::AttrKind Kind) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
Function.h 335 bool hasParamAttribute(unsigned ArgNo, Attribute::AttrKind Kind) const {
336 return getAttributes().hasParamAttribute(ArgNo, Kind);
512 return AttributeSets.hasParamAttribute(0, Attribute::StructRet) ||
513 AttributeSets.hasParamAttribute(1, Attribute::StructRet);
Attributes.h 562 bool hasParamAttribute(unsigned ArgNo, Attribute::AttrKind Kind) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
Function.h 335 bool hasParamAttribute(unsigned ArgNo, Attribute::AttrKind Kind) const {
336 return getAttributes().hasParamAttribute(ArgNo, Kind);
512 return AttributeSets.hasParamAttribute(0, Attribute::StructRet) ||
513 AttributeSets.hasParamAttribute(1, Attribute::StructRet);
Attributes.h 562 bool hasParamAttribute(unsigned ArgNo, Attribute::AttrKind Kind) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
Function.h 335 bool hasParamAttribute(unsigned ArgNo, Attribute::AttrKind Kind) const {
336 return getAttributes().hasParamAttribute(ArgNo, Kind);
512 return AttributeSets.hasParamAttribute(0, Attribute::StructRet) ||
513 AttributeSets.hasParamAttribute(1, Attribute::StructRet);
Attributes.h 562 bool hasParamAttribute(unsigned ArgNo, Attribute::AttrKind Kind) const;
    [all...]

Completed in 1140 milliseconds