Home
last modified time | relevance | path

Searched refs:Operators (Results 1 – 25 of 68) sorted by relevance

123

/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/
H A Dwhine.t46 my $input = "=pod\n\nAmbiguous slash: L<I/O Operators|op/io>\n";
50 { 3 => [ "alternative text 'I/O Operators' contains non-escaped | or /" ] },
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Checker/t/pod/
H A Dpoderrs.t300 L<perlop/"I/O Operators">
303 L<"I/O Operators">
304 incorrectly interpreted as 'O Operators in I', but this is deprecated syntax, as per perlpodspec.
/openbsd-src/gnu/llvm/llvm/lib/TableGen/
H A DSetTheory.cpp270 Operators[Name] = std::move(Op); in addOperator()
301 auto I = Operators.find(OpInit->getDef()->getName()); in evaluate()
302 if (I == Operators.end()) in evaluate()
/openbsd-src/gnu/llvm/llvm/include/llvm/TableGen/
H A DSetTheory.h102 StringMap<std::unique_ptr<Operator>> Operators; variable
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlnumber.pod170 Operators such as C<**>, C<sin> and C<exp> force arguments to floating point
182 =item Operators which expect an integer
187 =item Operators which expect a string
H A Dperlop.pod123 listed from highest precedence to lowest. Operators borrowed from
160 =head2 Terms and List Operators (Leftward)
213 See L</Named Unary Operators> for more discussion of this.
219 See also L</Quote and Quote-like Operators> toward the end of this section,
220 as well as L</"I/O Operators">.
299 =head2 Symbolic Unary Operators
322 L</Bitwise String Operators>.) Note that the width of the result is
342 arguments. (See examples above under L</Terms and List Operators (Leftward)>.)
356 =head2 Binding Operators
369 See L</"Regexp Quote-Like Operators"> fo
[all...]
H A Dperlreftut.pod472 L<C<eq>|perlop/Equality Operators> to see if two references refer to the
474 L<C<==>|perlop/Equality Operators> instead because it's much faster.)
H A Dperlsyn.pod48 definedness). Operators such as C<++>, C<-->, C<+=>,
339 >>|perlop/"I/O Operators"> input operator, L<C<readdir>|perlfunc/readdir
341 >>|perlop/"I/O Operators"> globbing operator, and L<C<each>|perlfunc/each
H A Dperlre.pod18 C<s///>, C<qr//> and C<"??"> in L<perlop/"Regexp Quote-Like Operators">.
35 listed in L<perlop/Binding Operators>; and the pattern will have been
37 L<perlop/"Regexp Quote-Like Operators">, like so:
315 by Perl are detailed in L<perlop/"Regexp Quote-Like Operators"> and
996 Details are in L<perlop/Quote and Quote-like Operators>.
1120 C<m//g>), as described in L<perlop/"Regexp Quote-Like Operators">.
3410 L<perlop/"Regexp Quote-Like Operators">.
/openbsd-src/gnu/usr.bin/perl/lib/unicore/
H A DIndex.txt1429 Database Theory Operators 27D5
1610 Division Sign Operators, Multiplication and 2A2F
1672 Dotted Mathematical Operators 2234
1708 Double Operators 22D0
1879 Enclosed Mathematical Operators 2295
2999 Large Operators 29F8
3217 Line Operators, Vertical 2AEE
3262 Logic Operators, Modal 27D8
3263 Logic Operators, Modal 27E0
3400 Mathematical Operators 2200
[all …]
H A DBlocks.txt114 2200..22FF; Mathematical Operators
129 2A00..2AFF; Supplemental Mathematical Operators
/openbsd-src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl06.rst2 Kaleidoscope: Extending the Language: User-defined Operators
30 User-defined Operators: the Idea
87 User-defined Binary Operators
308 User-defined Unary Operators
H A Dindex.rst68 - `Chapter #6: Extending the Language: User-defined Operators
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCoroutine.cpp814 LookupResult Operators(*this, OpName, SourceLocation(), in BuildOperatorCoawaitLookupExpr() local
816 LookupName(Operators, S); in BuildOperatorCoawaitLookupExpr()
818 assert(!Operators.isAmbiguous() && "Operator lookup cannot be ambiguous"); in BuildOperatorCoawaitLookupExpr()
819 const auto &Functions = Operators.asUnresolvedSet(); in BuildOperatorCoawaitLookupExpr()
H A DSemaLookup.cpp3316 LookupResult Operators(*this, OpName, SourceLocation(), LookupOperatorName); in LookupOverloadedOperatorName() local
3317 LookupName(Operators, S); in LookupOverloadedOperatorName()
3319 assert(!Operators.isAmbiguous() && "Operator lookup cannot be ambiguous"); in LookupOverloadedOperatorName()
3320 Functions.append(Operators.begin(), Operators.end()); in LookupOverloadedOperatorName()
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm.ml188 (* Standard Binary Operators *)
201 (* Logical Operators *)
208 (* Memory Operators *)
213 (* Cast Operators *)
226 (* Other Operators *)
H A Dllvm.mli213 | Add (** Standard Binary Operators *)
226 | Shl (** Logical Operators *)
233 | Alloca (** Memory Operators *)
238 | Trunc (** Cast Operators *)
251 | ICmp (** Other Operators *)
/openbsd-src/gnu/llvm/llvm/docs/
H A DAMDGPUOperandSyntax.rst928 Binary Operators
933 Operators with higher priority are performed first.
961 Unary Operators
/openbsd-src/gnu/llvm/clang/docs/HLSL/
H A DHLSLSupport.rst172 Non-short Circuiting Logical Operators
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DOperationKinds.def364 // Operators listed in order of precedence.
/openbsd-src/gnu/llvm/clang/docs/
H A DMatrixTypes.rst118 Matrix Type Binary Operators
/openbsd-src/gnu/gcc/gcc/doc/
H A Dtree-ssa.texi219 * Logical Operators::
274 @node Logical Operators
275 @subsubsection Logical Operators
276 @cindex Logical Operators
H A Dcpp.info99 * C++ Named Operators::
449 preprocessor. *Note C++ Named Operators::.
1055 and C++'s named operators (*note C++ Named Operators::) cannot be
1585 * C++ Named Operators::
1966 File: cpp.info, Node: System-specific Predefined Macros, Next: C++ Named Operators, Prev: Common…
2004 File: cpp.info, Node: C++ Named Operators, Prev: System-specific Predefined Macros, Up: Predefin…
2006 3.7.4 C++ Named Operators
5062 * C++ named operators: C++ Named Operators. (line 6)
5111 * iso646.h: C++ Named Operators. (line 6)
5124 * named operators: C++ Named Operators. (line 6)
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/doc/
H A Das.texinfo2559 (@pxref{Prefix Ops,,Prefix Operators}).
3521 * Operators:: Operators
3522 * Prefix Ops:: Prefix Operators
3523 * Infix Ops:: Infix Operators
3558 @node Operators
3559 @subsection Operators
3564 @dfn{Operators} are arithmetic functions, like @code{+} or @code{%}. Prefix
3566 between their arguments. Operators may be preceded and/or followed by
3595 @subsection Infix Operators
3599 @dfn{Infix operators} take two arguments, one on either side. Operators
/openbsd-src/gnu/usr.bin/binutils/gas/doc/
H A Das.texinfo2484 (@pxref{Prefix Ops,,Prefix Operators}).
3453 * Operators:: Operators
3454 * Prefix Ops:: Prefix Operators
3455 * Infix Ops:: Infix Operators
3490 @node Operators
3491 @subsection Operators
3496 @dfn{Operators} are arithmetic functions, like @code{+} or @code{%}. Prefix
3498 between their arguments. Operators may be preceded and/or followed by
3527 @subsection Infix Operators
3531 @dfn{Infix operators} take two arguments, one on either side. Operators

123