Home
last modified time | relevance | path

Searched refs:AKs (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributor.cpp399 bool IRPosition::hasAttr(ArrayRef<Attribute::AttrKind> AKs, in hasAttr() argument
403 for (Attribute::AttrKind AK : AKs) in hasAttr()
413 for (Attribute::AttrKind AK : AKs) in hasAttr()
419 void IRPosition::getAttrs(ArrayRef<Attribute::AttrKind> AKs, in getAttrs() argument
423 for (Attribute::AttrKind AK : AKs) in getAttrs()
432 for (Attribute::AttrKind AK : AKs) in getAttrs()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h491 bool hasAttr(ArrayRef<Attribute::AttrKind> AKs,
503 void getAttrs(ArrayRef<Attribute::AttrKind> AKs,
509 void removeAttrs(ArrayRef<Attribute::AttrKind> AKs) const { in removeAttrs()
521 for (Attribute::AttrKind AK : AKs) in removeAttrs()
/netbsd/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.h1085 ArgKind AKs[] = { ArgTypeTraits<ArgType1>::getKind(),
1089 reinterpret_cast<void (*)()>(Func), MatcherName, RetTypes, AKs);