Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1699 const Node *Infix; variable
1704 : Node(KEnclosingExpr), Prefix(Prefix_), Infix(Infix_), in EnclosingExpr()
1707 template<typename Fn> void match(Fn F) const { F(Prefix, Infix, Postfix); } in match()
1711 Infix->print(S); in printLeft()
/netbsd-src/external/gpl3/binutils.old/dist/gas/doc/
H A Das.info3025 * Infix Ops:: Infix Operators
3062 operators are followed by an argument. Infix operators appear between
3067 File: as.info, Node: Prefix Ops, Next: Infix Ops, Prev: Operators, Up: Integer Exprs
3082 File: as.info, Node: Infix Ops, Prev: Prefix Ops, Up: Integer Exprs
3084 6.2.4 Infix Operators
3087 "Infix operators" take two arguments, one on either side. Operators
27910 * addition, permitted arguments: Infix Ops. (line 44)
28011 * arguments for addition: Infix Ops. (line 44)
28012 * arguments for subtraction: Infix Ops. (line 49)
28202 * comparison expressions: Infix Ops. (line 55)
[all …]
H A Das.texi4197 * Infix Ops:: Infix Operators
4239 operators are followed by an argument. Infix operators appear
4268 @node Infix Ops
4269 @subsection Infix Operators
4273 @dfn{Infix operators} take two arguments, one on either side. Operators
/netbsd-src/external/gpl3/binutils/dist/gas/doc/
H A Das.info3044 * Infix Ops:: Infix Operators
3081 are followed by an argument. Infix operators appear between their
3085 File: as.info, Node: Prefix Ops, Next: Infix Ops, Prev: Operators, Up: Integer Exprs
3099 File: as.info, Node: Infix Ops, Prev: Prefix Ops, Up: Integer Exprs
3101 6.2.4 Infix Operators
3104Infix operators” take two arguments, one on either side. Operators
28360 * addition, permitted arguments: Infix Ops. (line 45)
28461 * arguments for addition: Infix Ops. (line 45)
28462 * arguments for subtraction: Infix Ops. (line 50)
28656 * comparison expressions: Infix Ops. (line 56)
[all …]
H A Das.texi4260 * Infix Ops:: Infix Operators
4302 operators are followed by an argument. Infix operators appear
4331 @node Infix Ops
4332 @subsection Infix Operators
4336 @dfn{Infix operators} take two arguments, one on either side. Operators
/netbsd-src/external/gpl3/binutils/dist/gas/
H A DChangeLog-2005733 * doc/as.texinfo (Infix Op): Mention "!=".
769 * doc/as.texinfo (Infix Ops): '<' and '>' are not shift
H A DChangeLog-00012190 * doc/as.texinfo (Infix Ops): Document that comparison and
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A DChangeLog-2005733 * doc/as.texinfo (Infix Op): Mention "!=".
769 * doc/as.texinfo (Infix Ops): '<' and '>' are not shift
H A DChangeLog-00012190 * doc/as.texinfo (Infix Ops): Document that comparison and
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DSVEInstrFormats.td158 class SVEShiftedImmOperand<int ElementWidth, string Infix, string Predicate>
160 let Name = "SVE" # Infix # "Imm" # ElementWidth;