/llvm-project/flang/include/flang/Common/ |
H A D | interval.h | 62 constexpr bool Contains(const Interval &that) const { in Contains() 65 constexpr bool IsDisjointWith(const Interval &that) const { in IsDisjointWith() 68 constexpr bool ImmediatelyPrecedes(const Interval &that) const { in ImmediatelyPrecedes() 71 void Annex(const Interval &that) { in Annex() 74 bool AnnexIfPredecessor(const Interval &that) { in AnnexIfPredecessor() 81 void ExtendToCover(const Interval &that) { in ExtendToCover() 110 constexpr Interval Intersection(const Interval &that) const { in Intersection()
|
H A D | reference.h | 22 Reference(const Reference &that) : p_{that.p_} {} in Reference() 23 Reference(Reference &&that) : p_{that.p_} {} in Reference() function
|
H A D | indirection.h | 40 Indirection(Indirection &&that) : p_{that.p_} { in Indirection() function 83 Indirection(const Indirection &that) { in Indirection() 87 Indirection(Indirection &&that) : p_{that.p_} { in Indirection() function 131 ForwardOwningPointer(ForwardOwningPointer &&that) in ForwardOwningPointer() function
|
/llvm-project/flang/include/flang/Evaluate/ |
H A D | logical.h | 82 constexpr Logical AND(const Logical &that) const { in AND() 86 constexpr Logical OR(const Logical &that) const { in OR() 90 constexpr Logical EQV(const Logical &that) const { return NEQV(that).NOT(); } in EQV() 92 constexpr Logical NEQV(const Logical &that) const { in NEQV()
|
H A D | complex.h | 43 constexpr bool Equals(const Complex &that) const { in Equals() argument
|
/llvm-project/flang/include/flang/Parser/ |
H A D | char-block.h | 50 bool Contains(const CharBlock &that) const { in Contains() 54 void ExtendToCover(const CharBlock &that) { in ExtendToCover() 131 int Compare(const CharBlock &that) const { in Compare() 151 int Compare(const char *that) const { in Compare()
|
H A D | token-sequence.h | 38 TokenSequence(const TokenSequence &that) { Put(that); } in TokenSequence() argument 43 TokenSequence(TokenSequence &&that) in TokenSequence() argument [all...] |
H A D | char-buffer.h | 26 CharBuffer(CharBuffer &&that) in CharBuffer() function
|
H A D | parse-state.h | 39 ParseState(const ParseState &that) in ParseState() 47 ParseState(ParseState &&that) in ParseState() function
|
H A D | message.h | 264 Messages(Messages && that) Messages() argument 278 Annex(Messages && that) Annex() argument 300 ContextualMessages(const ContextualMessages & that) ContextualMessages() argument [all...] |
/llvm-project/flang/lib/Evaluate/ |
H A D | complex.cpp | 16 const Complex &that, Rounding rounding) const { in Add() argument 25 const Complex &that, Rounding rounding) const { in Subtract() argument 34 const Complex &that, Rounding rounding) const { in Multiply() argument 48 const Complex &that, Rounding rounding) const { in Divide() argument
|
/llvm-project/clang/test/Index/ |
H A D | complete-access-checks.cpp | 35 Z that; in doSomething() local 115 void D::f(::B *that) { in f()
|
/llvm-project/clang/test/CodeGen/ |
H A D | mozilla-ms-inline-asm.c | 8 void invoke(void* that, unsigned methodIndex, in invoke()
|
/llvm-project/llvm/lib/Support/ |
H A D | SmallPtrSet.cpp | 122 SmallPtrSetImplBase(const void ** SmallStorage,const SmallPtrSetImplBase & that) SmallPtrSetImplBase() argument 139 SmallPtrSetImplBase(const void ** SmallStorage,unsigned SmallSize,SmallPtrSetImplBase && that) SmallPtrSetImplBase() argument [all...] |
/llvm-project/flang/lib/Parser/ |
H A D | token-sequence.cpp | 18 TokenSequence &TokenSequence::operator=(TokenSequence &&that) { in operator =() argument 47 void TokenSequence::swap(TokenSequence &that) { in swap() argument 89 Put(const TokenSequence & that) Put() argument 102 Put(const TokenSequence & that,ProvenanceRange range) Put() argument 114 Put(const TokenSequence & that,std::size_t at,std::size_t tokens) Put() argument [all...] |
H A D | message.cpp | 131 bool MessageExpectedText::Merge(const MessageExpectedText &that) { in Merge() argument 294 if (!AtSameLocation(that) || ToString() != that.ToString() || in Merge() argument 350 Merge(Messages && that) Merge() argument 367 Copy(const Messages & that) Copy() argument [all...] |
/llvm-project/clang/test/CodeGenCXX/ |
H A D | constructor-direct-call.cpp | 46 Test3(const Test3& that) { a = that.a; b = that.b; c = that.c; } in Test3()
|
/llvm-project/flang/runtime/ |
H A D | io-error.h | 29 explicit RT_API_ATTRS IoErrorHandler(const Terminator &that) in IoErrorHandler() argument
|
H A D | internal-unit.cpp | 32 const Descriptor &that, const Terminator &terminator) { in InternalDescriptorUnit() argument
|
H A D | descriptor.cpp | 25 Descriptor(const Descriptor & that) Descriptor() argument 27 operator =(const Descriptor & that) operator =() argument 308 operator =(const DescriptorAddendum & that) operator =() argument [all...] |
/llvm-project/clang/test/PCH/ |
H A D | cxx-member-init.cpp | 16 S *that = this; member
|
/llvm-project/clang/test/CXX/special/class.init/class.base.init/ |
H A D | p9-0x.cpp | 12 T *that = this; member
|
/llvm-project/mlir/include/mlir/TableGen/ |
H A D | Format.h | 153 FmtObjectBase(FmtObjectBase &&that) in FmtObjectBase() function 200 FmtObject(FmtObject &&that) in FmtObject() function
|
/llvm-project/flang/lib/Decimal/ |
H A D | big-radix-floating-point.h | 124 const BigRadixFloatingPointNumber &that) in BigRadixFloatingPointNumber()
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | SmallPtrSet.h | 504 SmallPtrSet(const SmallPtrSet & that) SmallPtrSet() argument 505 SmallPtrSet(SmallPtrSet && that) SmallPtrSet() argument [all...] |