| /openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/ |
| H A D | userdef.cc | 76 A1 A1::operator+(const A1& second) in operator +() 85 A1 A1::operator*(const A1& second) in operator *() 94 A1 A1::operator-(const A1& second) in operator -() 103 A1 A1::operator/(const A1& second) in operator /() 112 A1 A1::operator%(const A1& second) in operator %() 121 int A1::operator==(const A1& second) in operator ==() 129 int A1::operator!=(const A1& second) in operator !=() 137 int A1::operator&&(const A1& second) in operator &&() 142 int A1::operator||(const A1& second) in operator ||() 165 A1 A1::operator|(const A1& second) in operator |() [all …]
|
| /netbsd-src/external/bsd/ntp/dist/tests/libntp/ |
| H A D | lfpfunc.c | 71 l_fp_scmp(const l_fp first, const l_fp second) in l_fp_scmp() 88 l_fp_ucmp(const l_fp first, l_fp second) in l_fp_ucmp() 131 l_fp_add(const l_fp first, const l_fp second) in l_fp_add() 140 l_fp_subtract(const l_fp first, const l_fp second) in l_fp_subtract() 191 l_fp_swap(l_fp * first, l_fp *second) in l_fp_swap() 209 l_isgt (const l_fp first, const l_fp second) in l_isgt() 216 l_isgtu(const l_fp first, const l_fp second) in l_isgtu() 223 l_ishis(const l_fp first, const l_fp second) in l_ishis() 230 l_isgeq(const l_fp first, const l_fp second) in l_isgeq() 237 l_isequ(const l_fp first, const l_fp second) in l_isequ()
|
| /netbsd-src/external/bsd/atf/dist/tools/ |
| H A D | several_tcs_helper.c | 42 ATF_TC_HEAD(second, tc) in ATF_TC_HEAD() argument 48 ATF_TC_BODY(second, tc) in ATF_TC_BODY() argument 51 ATF_TC_CLEANUP(second, tc) in ATF_TC_CLEANUP() argument
|
| /netbsd-src/tests/usr.bin/xlint/lint1/ |
| H A D | c11_generic_expression.c | 73 comma_expression(char first, double second) in comma_expression() 89 assignment_expression(int first, int second) in assignment_expression()
|
| H A D | d_bltinoffsetof.c | 11 char *second; member 26 typedef int second[-(int)__builtin_offsetof(struct foo, u.s.second)]; typedef
|
| /netbsd-src/external/bsd/libevent/dist/sample/ |
| H A D | hostcheck.c | 124 static int Curl_raw_equal(const char *first, const char *second) in Curl_raw_equal() 139 static int Curl_raw_nequal(const char *first, const char *second, size_t max) in Curl_raw_nequal()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | ipa-devirt.c | 142 tree second; member
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdcpp/ |
| H A D | utility.d | 34 T2 second; in pair() local
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/ |
| H A D | nsnested.cc | 16 second() in second() function
|
| H A D | nsnoimports.cc | 14 int second(){ in second() function
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/ |
| H A D | hwasan_setjmp_x86_64.S | 72 .macro WEAK_ALIAS first second
|
| H A D | hwasan_setjmp_aarch64.S | 83 .macro WEAK_ALIAS first second
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/ |
| H A D | nsnested.cc | 16 second() in second() function
|
| H A D | nsnoimports.cc | 14 int second(){ in second() function
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/hwasan/ |
| H A D | hwasan_setjmp_riscv64.S | 86 .macro WEAK_ALIAS first second
|
| H A D | hwasan_setjmp_x86_64.S | 72 .macro WEAK_ALIAS first second
|
| H A D | hwasan_setjmp_aarch64.S | 83 .macro WEAK_ALIAS first second
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ |
| H A D | net45.C | 6 T2 second; member
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/ |
| H A D | overload7.C | 7 int second; member
|
| /netbsd-src/external/bsd/kyua-cli/dist/utils/ |
| H A D | datetime.cpp | 223 const int minute, const int second, in from_values() 332 const int minute, const int second, in set_mock_now()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/ |
| H A D | sqltypes.d | 79 SQLUSMALLINT second; variable 88 SQLUSMALLINT second; member 122 SQLUINTEGER second; member
|
| /netbsd-src/external/bsd/flex/dist/src/ |
| H A D | nfa.c | 380 int mkbranch (int first, int second) in mkbranch() 463 int mkor (int first, int second) in mkor()
|
| /openbsd-src/usr.bin/lex/ |
| H A D | nfa.c | 393 mkbranch(first,second) mkbranch() argument 482 mkor(first,second) mkor() argument [all...] |
| /openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/ |
| H A D | case.py | 539 def _getAssertEqualityFunc(self, first, second): argument 563 def _baseAssertEqual(self, first, second, msg=None): argument 570 def assertEqual(self, first, second, msg=None): argument 577 def assertNotEqual(self, first, second, msg=None): argument 589 second, argument 633 second, argument 989 def assertMultiLineEqual(self, first, second, msg=None): argument
|
| /openbsd-src/gnu/gcc/libstdc++-v3/include/bits/ |
| H A D | stl_pair.h | 74 _T2 second; ///< @c second is a copy of the second object member
|