Home
last modified time | relevance | path

Searched defs:that (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Support/
H A DSmallPtrSet.cpp122 const SmallPtrSetImplBase &that) { in SmallPtrSetImplBase()
139 SmallPtrSetImplBase &&that) { in SmallPtrSetImplBase()
H A DAPInt.cpp84 void APInt::initSlowCase(const APInt& that) { in initSlowCase()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dtemplate27.C37 void that() {}; in that() function
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DUser.h127 template <int Idx, typename U> static Use &OpFrom(const U *that) { in OpFrom()
/openbsd/usr.bin/gprof/
H A Dprintgprof.c528 membercmp(nltype *this , nltype *that) in membercmp()
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DAPInt.h153 APInt(const APInt &that) : BitWidth(that.BitWidth) { in APInt()
161 APInt(APInt &&that) : BitWidth(that.BitWidth) { in APInt() function
/openbsd/gnu/usr.bin/perl/
H A Dutil.c2435 I32 This, that; in Perl_my_popen_list() local
2601 I32 This, that; in Perl_my_popen() local
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dc-format.c2450 const char *that; local
/openbsd/gnu/usr.bin/perl/os2/
H A Dos2.c1576 I32 this, that, newfd; in my_syspopen4() local