Home
last modified time | relevance | path

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

123

/llvm-project/flang/include/flang/Common/
H A Dinterval.h62 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 Dreference.h22 Reference(const Reference &that) : p_{that.p_} {} in Reference()
23 Reference(Reference &&that) : p_{that.p_} {} in Reference() function
H A Dindirection.h40 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 Dlogical.h82 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 Dcomplex.h43 constexpr bool Equals(const Complex &that) const { in Equals() argument
/llvm-project/flang/include/flang/Parser/
H A Dchar-block.h50 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 Dtoken-sequence.h38 TokenSequence(const TokenSequence &that) { Put(that); } in TokenSequence() argument
43 TokenSequence(TokenSequence &&that) in TokenSequence() argument
[all...]
H A Dchar-buffer.h26 CharBuffer(CharBuffer &&that) in CharBuffer() function
H A Dparse-state.h39 ParseState(const ParseState &that) in ParseState()
47 ParseState(ParseState &&that) in ParseState() function
H A Dmessage.h264 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 Dcomplex.cpp16 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 Dcomplete-access-checks.cpp35 Z that; in doSomething() local
115 void D::f(::B *that) { in f()
/llvm-project/clang/test/CodeGen/
H A Dmozilla-ms-inline-asm.c8 void invoke(void* that, unsigned methodIndex, in invoke()
/llvm-project/llvm/lib/Support/
H A DSmallPtrSet.cpp122 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 Dtoken-sequence.cpp18 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 Dmessage.cpp131 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 Dconstructor-direct-call.cpp46 Test3(const Test3& that) { a = that.a; b = that.b; c = that.c; } in Test3()
/llvm-project/flang/runtime/
H A Dio-error.h29 explicit RT_API_ATTRS IoErrorHandler(const Terminator &that) in IoErrorHandler() argument
H A Dinternal-unit.cpp32 const Descriptor &that, const Terminator &terminator) { in InternalDescriptorUnit() argument
H A Ddescriptor.cpp25 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 Dcxx-member-init.cpp16 S *that = this; member
/llvm-project/clang/test/CXX/special/class.init/class.base.init/
H A Dp9-0x.cpp12 T *that = this; member
/llvm-project/mlir/include/mlir/TableGen/
H A DFormat.h153 FmtObjectBase(FmtObjectBase &&that) in FmtObjectBase() function
200 FmtObject(FmtObject &&that) in FmtObject() function
/llvm-project/flang/lib/Decimal/
H A Dbig-radix-floating-point.h124 const BigRadixFloatingPointNumber &that) in BigRadixFloatingPointNumber()
/llvm-project/llvm/include/llvm/ADT/
H A DSmallPtrSet.h504 SmallPtrSet(const SmallPtrSet & that) SmallPtrSet() argument
505 SmallPtrSet(SmallPtrSet && that) SmallPtrSet() argument
[all...]

123