Home
last modified time | relevance | path

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

/trueos/gnu/lib/libregex/doc/
HDxregex.texi102 * Common Operators::
103 * GNU Operators::
104 * GNU Emacs Operators::
118 Common Operators
123 * Repetition Operators:: * + ? @{@}
125 * List Operators:: [...] [^...]
126 * Grouping Operators:: (...)
128 * Anchoring Operators:: ^ $
130 Repetition Operators
135 * Interval Operators:: @{@}
[all …]
/trueos/contrib/groff/doc/
HDgroff188 Node: Operators in Conditionals273359
189 Node: Operators in Conditionals-Footnotes276430
190 Ref: Operators in Conditionals-Footnote-1276521
191 Ref: Operators in Conditionals-Footnote-2276600
HDgroff-17946 * Operators in Conditionals::
7951 File: groff, Node: Operators in Conditionals, Next: if-else, Prev: Conditionals and Loops, Up: …
7953 5.20.1 Operators in Conditionals
7989 (*note Operators in Conditionals-Footnote-1::) and not the
8007 True if there is a glyph G available(2) (*note Operators in
8053 File: groff, Node: Operators in Conditionals-Footnotes, Up: Operators in Conditionals
8062 File: groff, Node: if-else, Next: while, Prev: Operators in Conditionals, Up: Conditionals and …
HDgroff-31011 * if request, operators to use with: Operators in Conditionals.
2014 * while request, operators to use with: Operators in Conditionals.
HDgroff.texinfo10497 * Operators in Conditionals::
10504 @node Operators in Conditionals, if-else, Conditionals and Loops, Conditionals and Loops
10505 @subsection Operators in Conditionals
10615 @node if-else, while, Operators in Conditionals, Conditionals and Loops
/trueos/contrib/llvm/utils/TableGen/
HDSetTheory.h98 StringMap<Operator*> Operators; variable
HDSetTheory.cpp266 Operators[Name] = Op; in addOperator()
297 Operator *Op = Operators.lookup(OpInit->getDef()->getName()); in evaluate()
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaLookup.cpp2405 LookupResult Operators(*this, OpName, SourceLocation(), LookupOperatorName); in LookupOverloadedOperatorName() local
2406 LookupName(Operators, S); in LookupOverloadedOperatorName()
2408 assert(!Operators.isAmbiguous() && "Operator lookup cannot be ambiguous"); in LookupOverloadedOperatorName()
2410 if (Operators.empty()) in LookupOverloadedOperatorName()
2413 for (LookupResult::iterator Op = Operators.begin(), OpEnd = Operators.end(); in LookupOverloadedOperatorName()
HDSemaOverload.cpp6239 LookupResult Operators(*this, OpName, OpLoc, LookupOrdinaryName); in AddMemberOperatorCandidates() local
6240 LookupQualifiedName(Operators, T1Rec->getDecl()); in AddMemberOperatorCandidates()
6241 Operators.suppressDiagnostics(); in AddMemberOperatorCandidates()
6243 for (LookupResult::iterator Oper = Operators.begin(), in AddMemberOperatorCandidates()
6244 OperEnd = Operators.end(); in AddMemberOperatorCandidates()
/trueos/contrib/gcc/doc/
HDtree-ssa.texi219 * Logical Operators::
274 @node Logical Operators
275 @subsubsection Logical Operators
276 @cindex Logical Operators
HDcpp.texi136 * C++ Named Operators::
502 preprocessor. @xref{C++ Named Operators}.
1152 macro, and C++'s named operators (@pxref{C++ Named Operators}) cannot be
1771 * C++ Named Operators::
2190 @node C++ Named Operators
2191 @subsection C++ Named Operators
/trueos/contrib/binutils/gas/doc/
HDas.texinfo2583 (@pxref{Prefix Ops,,Prefix Operators}).
3562 * Operators:: Operators
3563 * Prefix Ops:: Prefix Operators
3564 * Infix Ops:: Infix Operators
3599 @node Operators
3600 @subsection Operators
3605 @dfn{Operators} are arithmetic functions, like @code{+} or @code{%}. Prefix
3607 between their arguments. Operators may be preceded and/or followed by
3636 @subsection Infix Operators
3640 @dfn{Infix operators} take two arguments, one on either side. Operators
/trueos/contrib/gdb/gdb/doc/
HDgdb.info-16894 * C Operators:: C and C++ operators
6903 File: gdb.info, Node: C Operators, Next: C Constants, Up: C
6908 Operators must be defined on values of specific types. For instance,
6909 `+' is defined on numbers, but not on structures. Operators are often
7051 File: gdb.info, Node: C Constants, Next: C plus plus expressions, Prev: C Operators, Up: C
7410 * M2 Operators:: Built-in operators
7420 File: gdb.info, Node: M2 Operators, Next: Built-In Func/Proc, Up: Modula-2
7422 Operators
7425 Operators must be defined on values of specific types. For instance,
7426 `+' is defined on numbers, but not on structures. Operators are often
[all …]
HDgdb.texinfo8047 * C Operators:: C and C@t{++} operators
8056 @node C Operators
8061 Operators must be defined on values of specific types. For instance,
8062 @code{+} is defined on numbers, but not on structures. Operators are
8647 * M2 Operators:: Built-in operators
8657 @node M2 Operators
8658 @subsubsection Operators
8661 Operators must be defined on values of specific types. For instance,
8662 @code{+} is defined on numbers, but not on structures. Operators are
HDgdb.info-35465 * C and C++ operators: C Operators.
6009 * Modula-2 operators: M2 Operators.
/trueos/share/mklocale/
HDUTF-8.src1719 * U+2200 - U+22FF : Mathematical Operators
1883 * U+2A00 - U+2AFF : Supplemental Mathematical Operators
/trueos/contrib/binutils/ld/
HDld.texinfo4555 * Operators:: Operators
4773 @node Operators
4774 @subsection Operators
4784 precedence associativity Operators Notes
4812 &Precedence&& Associativity &&{\rm Operators}&\cr
HDChangeLog-9197794 * ld.texinfo (Operators): Remove '@' from @smallexmple in comment
/trueos/contrib/gcc/cp/
HDChangeLog-19942862 * decl.c (grok_op_properties): Operators cannot be static members.
/trueos/contrib/llvm/tools/clang/include/clang/Basic/
HDDiagnosticSemaKinds.td2856 // C++11 Literal Operators
/trueos/sys/contrib/dev/acpica/
HDchanges.txt3053 ASL/AML Operators, New and Modified:
/trueos/games/fortune/datfiles/
HDfortunes50890 Call 1-800-DOT-6000. Operators are standing by. That number again...
53487 Enclose fifteen(!) dollars for postage and handling! Operators are