Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1554 const Node *Infix; variable
1559 : Node(KEnclosingExpr), Prefix(Prefix_), Infix(Infix_), in EnclosingExpr()
1562 template<typename Fn> void match(Fn F) const { F(Prefix, Infix, Postfix); } in match()
1566 Infix->print(S); in printLeft()
/freebsd-12.1/contrib/binutils/gas/doc/
H A Das.texinfo3567 * Infix Ops:: Infix Operators
3609 operators are followed by an argument. Infix operators appear
3638 @node Infix Ops
3639 @subsection Infix Operators
3643 @dfn{Infix operators} take two arguments, one on either side. Operators
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DSVEInstrFormats.td151 class SVEShiftedImmOperand<int ElementWidth, string Infix, string Predicate>
153 let Name = "SVE" # Infix # "Imm" # ElementWidth;
/freebsd-12.1/contrib/binutils/gas/
H A DChangeLog-00012200 * doc/as.texinfo (Infix Ops): Document that comparison and