/openbsd-src/gnu/usr.bin/cvs/lib/ |
H A D | strtoul.c | 30 int negate = 0; local
|
/openbsd-src/gnu/lib/libiberty/src/ |
H A D | fnmatch.c | 127 register int negate; in fnmatch() local
|
/openbsd-src/gnu/gcc/gcc/config/ |
H A D | fp-bit.h | 239 # define negate __negsf2 macro 253 # define negate __negdf2 macro 275 # define negate __negtf2 macro 295 # define negate __negsf2 macro 315 # define negate __negdf2 macro
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/ |
H A D | fp-bit.h | 235 # define negate __negsf2 macro 249 # define negate __negdf2 macro 271 # define negate __negtf2 macro 291 # define negate __negsf2 macro 311 # define negate __negdf2 macro
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | ConstraintSystem.h | 71 static SmallVector<int64_t, 8> negate(SmallVector<int64_t, 8> R) { in negate() function
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ |
H A D | p700.C | 172 inline void Int::negate() in negate() function 511 inline void Char::negate() in negate() function
|
/openbsd-src/lib/libc/gen/ |
H A D | fnmatch.c | 152 int negate; in fnmatch_ch() local
|
/openbsd-src/usr.bin/rsync/ |
H A D | rmatch.c | 100 int negate, ok; in rangematch() local
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/ |
H A D | stl_function.h | 179 struct negate : public unary_function<_Tp, _Tp> struct 182 operator()(const _Tp& __x) const in operator()
|
/openbsd-src/gnu/llvm/llvm/utils/lit/lit/ |
H A D | ShCommands.py | 62 def __init__(self, commands, negate=False, pipe_err=False): argument
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/ |
H A D | stl_function.h | 159 struct negate : public unary_function<_Tp,_Tp> struct 161 _Tp operator()(const _Tp& __x) const { return -__x; } in operator()
|
/openbsd-src/usr.bin/top/ |
H A D | commands.c | 346 char negate; in renice_procs() local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | cppexp.c | 1501 bool overflow, negate = false; local 1555 bool negate = false, lhs_neg = false; local
|
/openbsd-src/gnu/gcc/libcpp/ |
H A D | expr.c | 1457 bool overflow, negate = false; in num_mul() local 1508 bool negate = false, lhs_neg = false; in num_div_op() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineNegator.cpp | 479 [[nodiscard]] Value *Negator::negate(Value *V, unsigned Depth) { in negate() function in Negator
|
/openbsd-src/bin/pax/ |
H A D | pat_rep.c | 573 int negate; in range_match() local
|
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
H A D | StdLibraryFunctionsChecker.cpp | 113 virtual ValueConstraintPtr negate() const { in negate() function in __anon2143b5530111::StdLibraryFunctionsChecker::ValueConstraint 213 ValueConstraintPtr negate() const override { in negate() function in __anon2143b5530111::StdLibraryFunctionsChecker::RangeConstraint 276 ValueConstraintPtr negate() const override { in negate() function in __anon2143b5530111::StdLibraryFunctionsChecker::NotNullConstraint 376 ValueConstraintPtr negate() const override { in negate() function in __anon2143b5530111::StdLibraryFunctionsChecker::BufferSizeConstraint
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | tree-ssa-phiopt.c | 884 bool negate; in abs_replacement() local
|
H A D | tree-ssa-reassoc.c | 1204 tree negate; in repropagate_negates() local
|
/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | APFixedPoint.cpp | 428 APFixedPoint APFixedPoint::negate(bool *Overflow) const { in negate() function in llvm::APFixedPoint
|
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | cpu-ia64-opc.c | 408 int negate; in ext_inc3() local
|
/openbsd-src/gnu/usr.bin/binutils/bfd/ |
H A D | cpu-ia64-opc.c | 385 int negate; in ext_inc3() local
|
/openbsd-src/gnu/usr.bin/binutils/gdb/ |
H A D | parse.c | 443 int negate = 0; in write_dollar_variable() local
|
/openbsd-src/gnu/usr.bin/binutils/gdb/tui/ |
H A D | tui-win.c | 973 int negate = FALSE; in tui_set_win_height() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | APInt.h | 1421 void negate() { in negate() function
|