Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1686 const StringView InfixOperator; variable
1692 : Node(KBinaryExpr, Prec_), LHS(LHS_), InfixOperator(InfixOperator_), in BinaryExpr()
1696 F(LHS, InfixOperator, RHS, getPrecedence()); in match()
1701 (InfixOperator == ">" || InfixOperator == ">>"); in printLeft()
1708 if (!(InfixOperator == ",")) in printLeft()
1710 OB += InfixOperator; in printLeft()
/llvm-project-15.0.7/libcxxabi/src/demangle/
H A DItaniumDemangle.h1686 const StringView InfixOperator; variable
1692 : Node(KBinaryExpr, Prec_), LHS(LHS_), InfixOperator(InfixOperator_), in BinaryExpr()
1696 F(LHS, InfixOperator, RHS, getPrecedence()); in match()
1701 (InfixOperator == ">" || InfixOperator == ">>"); in printLeft()
1708 if (!(InfixOperator == ",")) in printLeft()
1710 OB += InfixOperator; in printLeft()