Home
last modified time | relevance | path

Searched defs:second (Results 1 – 25 of 91) sorted by relevance

1234

/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/
H A Duserdef.cc76 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 …]
/openbsd-src/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_setjmp_riscv64.S86 .macro WEAK_ALIAS first second
H A Dhwasan_setjmp_x86_64.S72 .macro WEAK_ALIAS first second
H A Dhwasan_setjmp_aarch64.S83 .macro WEAK_ALIAS first second
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/
H A Dcase.py539 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/usr.bin/lex/
H A Dnfa.c393 mkbranch(first,second) mkbranch() argument
482 mkor(first,second) mkor() argument
[all...]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dnet45.C6 T2 second; member
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Doverload7.C7 int second; member
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/
H A Dstl_pair.h74 _T2 second; ///< @c second is a copy of the second object member
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstl_pair.h74 _T2 second; ///< @c second is a copy of the second object member
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D950710-1.c11 int second; member
H A D920726-1.c32 struct spurious second(char *buf,char *fmt, ...) in second() function
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dstb.h69 ffestrSecond second; /* Second keyword. */ member
74 ffestrSecond second; /* Second keyword. */ member
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_dense_map_info.h39 ValueT second = {}; member
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/
H A DGenericValue.h26 unsigned int second; member
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp33 static llvm::Type *getCommonType(llvm::Type *first, llvm::Type *second) { in getCommonType()
429 static bool areBytesInSameUnit(CharUnits first, CharUnits second, in areBytesInSameUnit()
456 const StorageEntry &second, in shouldMergeEntries()
/openbsd-src/gnu/gcc/gcc/
H A Dweb.c90 unionfind_union (struct web_entry *first, struct web_entry *second) in unionfind_union()
H A Dcfghooks.c874 lv_adjust_loop_header_phi (basic_block first, basic_block second, in lv_adjust_loop_header_phi()
885 lv_add_condition_to_bb (basic_block first, basic_block second, in lv_add_condition_to_bb()
/openbsd-src/games/phantasia/
H A Dfight.c1618 int first, second; /* indices for swapping */ in scramblestats() local
/openbsd-src/sbin/fsck_msdos/
H A Dfat.c276 struct fatEntry *second, int fatnum) in comparefat()
/openbsd-src/sys/isofs/cd9660/
H A Dcd9660_node.c337 int y, m, d, hour, minute, second; in cd9660_tstamp_conv7() local
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Ddwarf2expr.c598 CORE_ADDR first, second; in execute_stack_op() local
/openbsd-src/usr.bin/ctfconv/
H A Dctfconv.c282 char *first, *second; in guess_static_local_name() local
/openbsd-src/gnu/usr.bin/perl/ext/Devel-Peek/
H A DPeek.xs352 OP *parent, *pm, *first, *second; S_ck_dump() local
[all...]
/openbsd-src/gnu/llvm/libcxx/include/__utility/
H A Dpair.h72 _T2 second; member

1234