| /trueos/gnu/lib/libregex/doc/ |
| HD | xregex.texi | 102 * 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/ |
| HD | groff | 188 Node: Operators in Conditionals273359 189 Node: Operators in Conditionals-Footnotes276430 190 Ref: Operators in Conditionals-Footnote-1276521 191 Ref: Operators in Conditionals-Footnote-2276600
|
| HD | groff-1 | 7946 * 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 …
|
| HD | groff-3 | 1011 * if request, operators to use with: Operators in Conditionals. 2014 * while request, operators to use with: Operators in Conditionals.
|
| HD | groff.texinfo | 10497 * 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/ |
| HD | SetTheory.h | 98 StringMap<Operator*> Operators; variable
|
| HD | SetTheory.cpp | 266 Operators[Name] = Op; in addOperator() 297 Operator *Op = Operators.lookup(OpInit->getDef()->getName()); in evaluate()
|
| /trueos/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaLookup.cpp | 2405 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()
|
| HD | SemaOverload.cpp | 6239 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/ |
| HD | tree-ssa.texi | 219 * Logical Operators:: 274 @node Logical Operators 275 @subsubsection Logical Operators 276 @cindex Logical Operators
|
| HD | cpp.texi | 136 * 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/ |
| HD | as.texinfo | 2583 (@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/ |
| HD | gdb.info-1 | 6894 * 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 …]
|
| HD | gdb.texinfo | 8047 * 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
|
| HD | gdb.info-3 | 5465 * C and C++ operators: C Operators. 6009 * Modula-2 operators: M2 Operators.
|
| /trueos/share/mklocale/ |
| HD | UTF-8.src | 1719 * U+2200 - U+22FF : Mathematical Operators 1883 * U+2A00 - U+2AFF : Supplemental Mathematical Operators
|
| /trueos/contrib/binutils/ld/ |
| HD | ld.texinfo | 4555 * Operators:: Operators 4773 @node Operators 4774 @subsection Operators 4784 precedence associativity Operators Notes 4812 &Precedence&& Associativity &&{\rm Operators}&\cr
|
| HD | ChangeLog-9197 | 794 * ld.texinfo (Operators): Remove '@' from @smallexmple in comment
|
| /trueos/contrib/gcc/cp/ |
| HD | ChangeLog-1994 | 2862 * decl.c (grok_op_properties): Operators cannot be static members.
|
| /trueos/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | DiagnosticSemaKinds.td | 2856 // C++11 Literal Operators
|
| /trueos/sys/contrib/dev/acpica/ |
| HD | changes.txt | 3053 ASL/AML Operators, New and Modified:
|
| /trueos/games/fortune/datfiles/ |
| HD | fortunes | 50890 Call 1-800-DOT-6000. Operators are standing by. That number again... 53487 Enclose fifteen(!) dollars for postage and handling! Operators are
|