/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/ |
H A D | VVPInstrInfo.td | 21 // Binary Operators { 46 // } Binary Operators
|
/netbsd-src/external/gpl2/groff/dist/doc/ |
H A D | 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
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/ |
H A D | SetTheory.cpp | 271 Operators[Name] = std::move(Op); in addOperator() 302 auto I = Operators.find(OpInit->getDef()->getName()); in evaluate() 303 if (I == Operators.end()) in evaluate()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/ |
H A D | SetTheory.h | 101 StringMap<std::unique_ptr<Operator>> Operators; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
H A D | LangImpl06.rst | 2 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 D | index.rst | 68 - `Chapter #6: Extending the Language: User-defined Operators
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaCoroutine.cpp | 258 LookupResult Operators(SemaRef, OpName, SourceLocation(), in buildOperatorCoawaitLookupExpr() local 260 SemaRef.LookupName(Operators, S); in buildOperatorCoawaitLookupExpr() 262 assert(!Operators.isAmbiguous() && "Operator lookup cannot be ambiguous"); in buildOperatorCoawaitLookupExpr() 263 const auto &Functions = Operators.asUnresolvedSet(); in buildOperatorCoawaitLookupExpr()
|
H A D | SemaLookup.cpp | 3049 LookupResult Operators(*this, OpName, SourceLocation(), LookupOperatorName); in LookupOverloadedOperatorName() local 3050 LookupName(Operators, S); in LookupOverloadedOperatorName() 3052 assert(!Operators.isAmbiguous() && "Operator lookup cannot be ambiguous"); in LookupOverloadedOperatorName() 3053 Functions.append(Operators.begin(), Operators.end()); in LookupOverloadedOperatorName()
|
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/ |
H A D | llvm.ml | 188 (* Standard Binary Operators *) 201 (* Logical Operators *) 208 (* Memory Operators *) 213 (* Cast Operators *) 226 (* Other Operators *)
|
H A D | llvm.mli | 213 | Add (** Standard Binary Operators *) 226 | Shl (** Logical Operators *) 233 | Alloca (** Memory Operators *) 238 | Trunc (** Cast Operators *) 251 | ICmp (** Other Operators *)
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | operators.def | 131 /* Operators needed for mangling. */
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | operators.def | 131 /* Operators needed for mangling. */
|
/netbsd-src/external/bsd/openldap/dist/libraries/liblunicode/ure/ |
H A D | README | 48 Operators:
|
/netbsd-src/external/lgpl3/gmp/dist/demos/expr/ |
H A D | README | 126 Operators Precedence 216 Operators and functions are specified with a table. This makes it possible
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | gfc-internals.texi | 473 @subsection Operators 600 * Type-bound Operators:: Type-bound operators. 702 @node Type-bound Operators 703 @section Type-bound Operators
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | gfc-internals.texi | 473 @subsection Operators 600 * Type-bound Operators:: Type-bound operators. 702 @node Type-bound Operators 703 @section Type-bound Operators
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | AMDGPUOperandSyntax.rst | 900 Binary Operators 905 Operators with higher priority are performed first. 933 Unary Operators
|
/netbsd-src/external/apache2/llvm/dist/clang/docs/ |
H A D | MatrixTypes.rst | 118 Matrix Type Binary Operators
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | OperationKinds.def | 364 // Operators listed in order of precedence.
|
/netbsd-src/external/mpl/bind/dist/doc/dnssec-guide/ |
H A D | introduction.rst | 97 domain names such as ``www.example.com``. Operators of recursive servers
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | cpp.info | 96 * C++ Named Operators:: 442 preprocessor. *Note C++ Named Operators::. 1046 and C++'s named operators (*note C++ Named Operators::) cannot be macros 1582 * C++ Named Operators:: 2276 File: cpp.info, Node: System-specific Predefined Macros, Next: C++ Named Operators, Prev: Common… 2314 File: cpp.info, Node: C++ Named Operators, Prev: System-specific Predefined Macros, Up: Predefin… 2316 3.7.4 C++ Named Operators 5413 * C++ named operators: C++ Named Operators. (line 6) 5462 * iso646.h: C++ Named Operators. (line 6) 5475 * named operators: C++ Named Operators. (line 6) [all …]
|
H A D | gimple.texi | 579 * Logical Operators:: 635 @node Logical Operators 636 @subsection Logical Operators 637 @cindex Logical Operators
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | cpp.info | 96 * C++ Named Operators:: 442 preprocessor. *Note C++ Named Operators::. 1046 and C++'s named operators (*note C++ Named Operators::) cannot be macros 1582 * C++ Named Operators:: 2241 File: cpp.info, Node: System-specific Predefined Macros, Next: C++ Named Operators, Prev: Common… 2279 File: cpp.info, Node: C++ Named Operators, Prev: System-specific Predefined Macros, Up: Predefin… 2281 3.7.4 C++ Named Operators 5355 * C++ named operators: C++ Named Operators. (line 6) 5404 * iso646.h: C++ Named Operators. (line 6) 5417 * named operators: C++ Named Operators. (line 6) [all …]
|
H A D | gimple.texi | 579 * Logical Operators:: 635 @node Logical Operators 636 @subsection Logical Operators 637 @cindex Logical Operators
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | arm_mve_defs.td | 224 // Operators you can use in the ComplexType spec dag. These are an intermediate
|