Home
last modified time | relevance | path

Searched defs:ItemInfo (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp10845 struct ItemInfo { struct
10846 AA::ValueAndContext I;
10847 AA::ValueScope S;
10849 bool operator==(const ItemInfo &II) const { in operator ==()
10852 bool operator<(const ItemInfo &II) const { in operator <()