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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h379 /// Return true if any kind in \p AKs existing in the IR at a position that
384 bool hasAttr(ArrayRef<Attribute::AttrKind> AKs,
387 /// Return the attributes of any kind in \p AKs existing in the IR at a
389 /// single attribute of any kind in \p AKs, there are "subsuming" positions
395 void getAttrs(ArrayRef<Attribute::AttrKind> AKs,
415 /// Remove the attribute of kind \p AKs existing in the IR at this position.
416 void removeAttrs(ArrayRef<Attribute::AttrKind> AKs) const {
428 for (Attribute::AttrKind AK : AKs)
/freebsd-11-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.h756 ArgKind AKs[] = { ArgTypeTraits<ArgType1>::getKind(), local
760 reinterpret_cast<void (*)()>(Func), MatcherName, RetTypes, AKs);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp536 bool IRPosition::hasAttr(ArrayRef<Attribute::AttrKind> AKs, argument
539 for (Attribute::AttrKind AK : AKs)
551 void IRPosition::getAttrs(ArrayRef<Attribute::AttrKind> AKs, argument
555 for (Attribute::AttrKind AK : AKs) {

Completed in 95 milliseconds