Home
last modified time | relevance | path

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

123

/openbsd/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/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/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/gnu/llvm/llvm/include/llvm/TableGen/
H A DSetTheory.h102 StringMap<std::unique_ptr<Operator>> Operators; variable
/openbsd/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.pod354 =head2 Binding Operators
442 =head2 Additive Operators
455 =head2 Shift Operators
500 =head2 Named Unary Operators
537 =head2 Relational Operators
585 =head2 Equality Operators
994 Operators>).
1077 =head2 Range Operators
1337 =head2 Assignment Operators
2654 Quote-like Operators>.
[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<+=>,
340 >>|perlop/"I/O Operators"> input operator, L<C<readdir>|perlfunc/readdir
342 >>|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
995 Details are in L<perlop/Quote and Quote-like Operators>.
1119 C<m//g>), as described in L<perlop/"Regexp Quote-Like Operators">.
3410 L<perlop/"Regexp Quote-Like Operators">.
/openbsd/gnu/usr.bin/perl/lib/unicore/
H A DIndex.txt1708 Double Operators 22D0
2999 Large Operators 29F8
3508 Modal Logic Operators 27E0
3630 N-ary Operators 22C0
3631 N-ary Operators 2A00
3872 Operators, Double 22D0
3874 Operators, Invisible 2061
3875 Operators, Large 29F8
3879 Operators, N-ary 22C0
3880 Operators, N-ary 2A00
[all …]
H A DBlocks.txt114 2200..22FF; Mathematical Operators
129 2A00..2AFF; Supplemental Mathematical Operators
/openbsd/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/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/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/gnu/llvm/llvm/docs/
H A DAMDGPUOperandSyntax.rst928 Binary Operators
933 Operators with higher priority are performed first.
961 Unary Operators
/openbsd/gnu/llvm/clang/docs/HLSL/
H A DHLSLSupport.rst172 Non-short Circuiting Logical Operators
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DOperationKinds.def364 // Operators listed in order of precedence.
/openbsd/gnu/llvm/clang/docs/
H A DMatrixTypes.rst118 Matrix Type Binary Operators
/openbsd/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/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
/openbsd/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

123