Searched refs:OperatorInfo (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ |
H A D | ItaniumDemangle.h | 2841 struct OperatorInfo { struct 2867 constexpr OperatorInfo(const char (&E)[3], OIKind K, bool F, Node::Prec P, in OperatorInfo() function 2872 bool operator<(const OperatorInfo &Other) const { 2900 static const OperatorInfo Ops[]; 2902 const OperatorInfo *parseOperatorEncoding(); 3229 Derived, Alloc>::OperatorInfo AbstractManglingParser<Derived, 3232 {"aN", OperatorInfo::Binary, false, Node::Prec::Assign, "operator&="}, 3233 {"aS", OperatorInfo::Binary, false, Node::Prec::Assign, "operator="}, 3234 {"aa", OperatorInfo::Binary, false, Node::Prec::AndIf, "operator&&"}, 3235 {"ad", OperatorInfo::Prefix, false, Node::Prec::Unary, "operator&"}, [all …]
|