Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/test/CodeGen/
H A Dmozilla-ms-inline-asm.c8 void invoke(void* that, unsigned methodIndex, in invoke()
/minix/external/bsd/llvm/dist/llvm/lib/Support/
H A DSmallPtrSet.cpp169 const SmallPtrSetImplBase& that) { in SmallPtrSetImplBase()
193 SmallPtrSetImplBase &&that) { in SmallPtrSetImplBase()
H A DAPInt.cpp85 void APInt::initSlowCase(const APInt& that) { in initSlowCase()
/minix/external/bsd/llvm/dist/clang/test/Index/
H A Dcomplete-access-checks.cpp32 Z that; in doSomething() local
/minix/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Dconstructor-direct-call.cpp41 Test3(const Test3& that) { a = that.a; b = that.b; c = that.c; } in Test3()
/minix/external/bsd/llvm/dist/clang/test/PCH/
H A Dcxx-member-init.cpp13 S *that = this; member
/minix/external/bsd/llvm/dist/clang/test/CXX/special/class.init/class.base.init/
H A Dp9-0x.cpp12 T *that = this; member
/minix/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DUser.h77 template <int Idx, typename U> static Use &OpFrom(const U *that) { in OpFrom()
/minix/external/bsd/llvm/dist/clang/test/Parser/
H A DMicrosoftExtensions.cpp149 CtorCall& CtorCall::operator=(const CtorCall& that) in operator =()
/minix/external/bsd/llvm/dist/clang/test/OpenMP/
H A Dsimd_loop_messages.cpp340 GoodIter &operator =(const GoodIter &that) { return *this; } in operator =()
341 GoodIter &operator =(const Iter0 &that) { return *this; } in operator =()
H A Dparallel_for_loop_messages.cpp345 GoodIter &operator=(const GoodIter &that) { return *this; } in operator =()
346 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =()
H A Dparallel_for_simd_loop_messages.cpp346 GoodIter &operator=(const GoodIter &that) { return *this; } in operator =()
347 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =()
H A Dfor_loop_messages.cpp398 GoodIter &operator=(const GoodIter &that) { return *this; } in operator =()
399 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =()
H A Dfor_simd_loop_messages.cpp399 GoodIter &operator=(const GoodIter &that) { return *this; } in operator =()
400 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =()
/minix/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DAPInt.h281 APInt(const APInt &that) : BitWidth(that.BitWidth), VAL(0) { in APInt()
289 APInt(APInt &&that) : BitWidth(that.BitWidth), VAL(that.VAL) { in APInt() function
/minix/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dlambda-expressions.cpp182 Ts &that = *this; in local_class() local