Home
last modified time | relevance | path

Searched refs:operators (Results 1 – 25 of 155) sorted by relevance

1234567

/freebsd-12.1/contrib/gcc/cp/
H A Doperators.def3 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 DMake-lang.in231 $(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 DInstruction.def140 // 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 DOperatorKinds.def11 // 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 Darm_neon_incl.td141 // 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 DWebAssembly.td40 "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 DOperationKinds.def344 // [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 Dplus-minus1.034 # Dquotes in dquotes is undefined for Bourne shell operators
39 # Dquotes in dquotes is undefined for Bourne shell operators
H A Darith2.027 # try out all operators
/freebsd-12.1/usr.bin/m4/tests/
H A Dgnueval.m45 dnl priority between unary operators and *
/freebsd-12.1/cddl/usr.sbin/dtrace/tests/common/
H A DMakefile42 operators \
/freebsd-12.1/contrib/gcc/doc/
H A Dbugreport.texi47 @cindex increment operators
61 Problems often result from expressions with two increment operators,
/freebsd-12.1/contrib/tcsh/
H A DNewThings40 * 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 DHighlighter.h78 ColorStyle operators; member
/freebsd-12.1/contrib/gcc/config/arm/
H A Dpredicates.md157 ;; 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 Dcoroutine29 // 18.11.2.7 comparison operators:
171 // 18.11.2.7 comparison operators:
H A Dsimd255 // 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 DClangHighlighter.cpp124 return options.operators; in determineClangStyle()
/freebsd-12.1/contrib/file/magic/Magdir/
H A Dber10 # call data records (CDRs) between mobile operators and associated
/freebsd-12.1/contrib/gdb/gdb/doc/
H A Dagentexpr.texi716 @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 Dmath.m42 dnl A regression test for m4 C operators (ksb,petef)
/freebsd-12.1/etc/mtree/
H A DBSD.tests.dist148 operators
/freebsd-12.1/sys/contrib/dev/acpica/
H A Dchanges.txt554 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 Dmath.sed34 # main loop, process operators ((), !, *, /, %, +, and -)
/freebsd-12.1/contrib/libstdc++/config/abi/pre/
H A Dgnu.ver283 # std::istream operators and extractors
314 # std::ostream operators and inserters

1234567