| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | operators.def | 3 This file contains definitions of the various C++ operators, 4 including both overloadable operators (like `+') and 5 non-overloadable operators (like the `?:' ternary operator). 40 assignment operators, the same tree-codes are reused; i.e., 63 order the operators are presented in this file. In particular, 64 unary operators must precede binary operators. */ 80 /* Memory allocation operators. */ 86 /* Unary operators. */ 107 /* Binary operators. */ 135 /* Assignment operators. */ [all …]
|
| H A D | Make-lang.in | 231 $(C_PRAGMA_H) toplev.h output.h input.h cp/operators.def $(TM_P_H) 237 cp/operators.def $(TM_P_H) $(TREE_INLINE_H) $(DIAGNOSTIC_H) $(C_PRAGMA_H) \
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | Instruction.def | 140 // Standard unary operators... 145 // Standard binary operators... 160 // Logical operators (integer operands) 169 // Memory operators... 180 // Cast operators ... 204 // Other operators...
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | OperatorKinds.def | 11 // all of the overloadable C++ operators. 17 /// In this file, each of the overloadable C++ operators is enumerated 20 /// file. OVERLOADED_OPERATOR is used for single-token operators 38 /// operator. Note that some operators (e.g., "operator+" and
|
| H A D | arm_neon_incl.td | 141 // operators plus some extra operators defined in the NEON emitter. 142 // The operators are described below. 147 // add, interleave, decimate: These set operators are vanilla SetTheory 148 // operators and take their normal definition. 309 // The following instruction classes are implemented via operators
|
| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssembly.td | 40 "Enable non-trapping float-to-int conversion operators">; 45 "Enable sign extension operators">;
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | OperationKinds.def | 344 // [C++ 5.5] Pointer-to-member operators. 347 // [C99 6.5.5] Multiplicative operators. 351 // [C99 6.5.6] Additive operators. 354 // [C99 6.5.7] Bitwise shift operators. 359 // [C99 6.5.8] Relational operators. 364 // [C99 6.5.9] Equality operators. 377 // [C99 6.5.16] Assignment operators.
|
| /freebsd-12.1/bin/sh/tests/expansion/ |
| H A D | plus-minus1.0 | 34 # Dquotes in dquotes is undefined for Bourne shell operators 39 # Dquotes in dquotes is undefined for Bourne shell operators
|
| H A D | arith2.0 | 27 # try out all operators
|
| /freebsd-12.1/usr.bin/m4/tests/ |
| H A D | gnueval.m4 | 5 dnl priority between unary operators and *
|
| /freebsd-12.1/cddl/usr.sbin/dtrace/tests/common/ |
| H A D | Makefile | 42 operators \
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | bugreport.texi | 47 @cindex increment operators 61 Problems often result from expressions with two increment operators,
|
| /freebsd-12.1/contrib/tcsh/ |
| H A D | NewThings | 40 * file operators: Changed -s == !-z and -S == socket 52 * new -b -c etc file operators from SGI csh. 55 * shift, left operators update variables correctly.
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | Highlighter.h | 78 ColorStyle operators; member
|
| /freebsd-12.1/contrib/gcc/config/arm/ |
| H A D | predicates.md | 157 ;; True for operators that can be combined with a shift in ARM state. 162 ;; True for logical binary operators. 167 ;; True for shift operators.
|
| /freebsd-12.1/contrib/libc++/include/experimental/ |
| H A D | coroutine | 29 // 18.11.2.7 comparison operators: 171 // 18.11.2.7 comparison operators:
|
| H A D | simd | 255 // unary operators [simd.unary] 265 // binary operators [simd.binary] 628 // unary operators [simd.mask.unary] 631 // simd_mask binary operators [simd.mask.binary] 1464 // unary operators [simd.unary] 1474 // binary operators [simd.binary] 1546 // unary operators [simd.mask.unary] 1549 // simd_mask binary operators [simd.mask.binary]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ClangCommon/ |
| H A D | ClangHighlighter.cpp | 124 return options.operators; in determineClangStyle()
|
| /freebsd-12.1/contrib/file/magic/Magdir/ |
| H A D | ber | 10 # call data records (CDRs) between mobile operators and associated
|
| /freebsd-12.1/contrib/gdb/gdb/doc/ |
| H A D | agentexpr.texi | 716 @item Why don't you have @code{>} or @code{<=} operators? 719 of the operands, yielding all four asymmetrical comparison operators. 731 the relational operators. 742 @item Why not have sign-extending variants of the @code{ref} operators? 743 Because that would double the number of @code{ref} operators, and we 746 @item Why not have constant-address variants of the @code{ref} operators? 747 Because that would double the number of @code{ref} operators again, and 750 @item Why do the @code{ref@var{n}} operators have to support unaligned fetches? 767 @item Why are there no side-effecting operators? 818 In general, you do want your operators to consume their arguments; it's
|
| /freebsd-12.1/usr.bin/m4/TEST/ |
| H A D | math.m4 | 2 dnl A regression test for m4 C operators (ksb,petef)
|
| /freebsd-12.1/etc/mtree/ |
| H A D | BSD.tests.dist | 148 operators
|
| /freebsd-12.1/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 554 operators: 567 related to the ToXXXX explicit conversion operators. These operators do 1229 operators that originated from ASL Switch/Case/Default operators and 2269 ASL operators: 2355 operators. 5645 operators 5854 operators. 12599 operators. 13131 operators 15380 "executable" operators (versus the "namespace" operators) cannot [all …]
|
| /freebsd-12.1/usr.bin/sed/tests/ |
| H A D | math.sed | 34 # main loop, process operators ((), !, *, /, %, +, and -)
|
| /freebsd-12.1/contrib/libstdc++/config/abi/pre/ |
| H A D | gnu.ver | 283 # std::istream operators and extractors 314 # std::ostream operators and inserters
|