Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2978 struct OperatorInfo { struct
3004 constexpr OperatorInfo(const char (&E)[3], OIKind K, bool F, Node::Prec P, in OperatorInfo() function
3009 bool operator<(const OperatorInfo &Other) const {
3037 static const OperatorInfo Ops[];
3039 const OperatorInfo *parseOperatorEncoding();
3366 Derived, Alloc>::OperatorInfo AbstractManglingParser<Derived,
3369 {"aN", OperatorInfo::Binary, false, Node::Prec::Assign, "operator&="},
3370 {"aS", OperatorInfo::Binary, false, Node::Prec::Assign, "operator="},
3371 {"aa", OperatorInfo::Binary, false, Node::Prec::AndIf, "operator&&"},
3372 {"ad", OperatorInfo::Prefix, false, Node::Prec::Unary, "operator&"},
[all …]