Searched refs:ComplexAPSInt (Results 1 - 14 of 14) sorted by relevance

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
H A DAPValue.h71 struct ComplexAPSInt { struct in class:clang::APValue
73 ComplexAPSInt() : Real(1), Imag(1) {} function in struct:clang::APValue::ComplexAPSInt
112 typedef llvm::AlignedCharArrayUnion<void *, APSInt, APFloat, ComplexAPSInt,
219 return ((ComplexAPSInt*)(char*)Data.buffer)->Real;
227 return ((ComplexAPSInt*)(char*)Data.buffer)->Imag;
368 ((ComplexAPSInt *)(char *)Data.buffer)->Real = std::move(R);
369 ((ComplexAPSInt *)(char *)Data.buffer)->Imag = std::move(I);
423 new ((void*)(char*)Data.buffer) ComplexAPSInt();
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
H A DAPValue.h71 struct ComplexAPSInt { struct in class:clang::APValue
73 ComplexAPSInt() : Real(1), Imag(1) {} function in struct:clang::APValue::ComplexAPSInt
112 typedef llvm::AlignedCharArrayUnion<void *, APSInt, APFloat, ComplexAPSInt,
219 return ((ComplexAPSInt*)(char*)Data.buffer)->Real;
227 return ((ComplexAPSInt*)(char*)Data.buffer)->Imag;
368 ((ComplexAPSInt *)(char *)Data.buffer)->Real = std::move(R);
369 ((ComplexAPSInt *)(char *)Data.buffer)->Imag = std::move(I);
423 new ((void*)(char*)Data.buffer) ComplexAPSInt();
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
H A DAPValue.h71 struct ComplexAPSInt { struct in class:clang::APValue
73 ComplexAPSInt() : Real(1), Imag(1) {} function in struct:clang::APValue::ComplexAPSInt
112 typedef llvm::AlignedCharArrayUnion<void *, APSInt, APFloat, ComplexAPSInt,
219 return ((ComplexAPSInt*)(char*)Data.buffer)->Real;
227 return ((ComplexAPSInt*)(char*)Data.buffer)->Imag;
368 ((ComplexAPSInt *)(char *)Data.buffer)->Real = std::move(R);
369 ((ComplexAPSInt *)(char *)Data.buffer)->Imag = std::move(I);
423 new ((void*)(char*)Data.buffer) ComplexAPSInt();
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
H A DAPValue.h71 struct ComplexAPSInt { struct in class:clang::APValue
73 ComplexAPSInt() : Real(1), Imag(1) {} function in struct:clang::APValue::ComplexAPSInt
112 typedef llvm::AlignedCharArrayUnion<void *, APSInt, APFloat, ComplexAPSInt,
219 return ((ComplexAPSInt*)(char*)Data.buffer)->Real;
227 return ((ComplexAPSInt*)(char*)Data.buffer)->Imag;
368 ((ComplexAPSInt *)(char *)Data.buffer)->Real = std::move(R);
369 ((ComplexAPSInt *)(char *)Data.buffer)->Imag = std::move(I);
423 new ((void*)(char*)Data.buffer) ComplexAPSInt();
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
H A DAPValue.h71 struct ComplexAPSInt { struct in class:clang::APValue
73 ComplexAPSInt() : Real(1), Imag(1) {} function in struct:clang::APValue::ComplexAPSInt
112 typedef llvm::AlignedCharArrayUnion<void *, APSInt, APFloat, ComplexAPSInt,
219 return ((ComplexAPSInt*)(char*)Data.buffer)->Real;
227 return ((ComplexAPSInt*)(char*)Data.buffer)->Imag;
368 ((ComplexAPSInt *)(char *)Data.buffer)->Real = std::move(R);
369 ((ComplexAPSInt *)(char *)Data.buffer)->Imag = std::move(I);
423 new ((void*)(char*)Data.buffer) ComplexAPSInt();
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
H A DAPValue.h71 struct ComplexAPSInt { struct in class:clang::APValue
73 ComplexAPSInt() : Real(1), Imag(1) {} function in struct:clang::APValue::ComplexAPSInt
112 typedef llvm::AlignedCharArrayUnion<void *, APSInt, APFloat, ComplexAPSInt,
219 return ((ComplexAPSInt*)(char*)Data.buffer)->Real;
227 return ((ComplexAPSInt*)(char*)Data.buffer)->Imag;
368 ((ComplexAPSInt *)(char *)Data.buffer)->Real = std::move(R);
369 ((ComplexAPSInt *)(char *)Data.buffer)->Imag = std::move(I);
423 new ((void*)(char*)Data.buffer) ComplexAPSInt();
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
H A DAPValue.h71 struct ComplexAPSInt { struct in class:clang::APValue
73 ComplexAPSInt() : Real(1), Imag(1) {} function in struct:clang::APValue::ComplexAPSInt
112 typedef llvm::AlignedCharArrayUnion<void *, APSInt, APFloat, ComplexAPSInt,
219 return ((ComplexAPSInt*)(char*)Data.buffer)->Real;
227 return ((ComplexAPSInt*)(char*)Data.buffer)->Imag;
368 ((ComplexAPSInt *)(char *)Data.buffer)->Real = std::move(R);
369 ((ComplexAPSInt *)(char *)Data.buffer)->Imag = std::move(I);
423 new ((void*)(char*)Data.buffer) ComplexAPSInt();
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
H A DAPValue.h71 struct ComplexAPSInt { struct in class:clang::APValue
73 ComplexAPSInt() : Real(1), Imag(1) {} function in struct:clang::APValue::ComplexAPSInt
112 typedef llvm::AlignedCharArrayUnion<void *, APSInt, APFloat, ComplexAPSInt,
219 return ((ComplexAPSInt*)(char*)Data.buffer)->Real;
227 return ((ComplexAPSInt*)(char*)Data.buffer)->Imag;
368 ((ComplexAPSInt *)(char *)Data.buffer)->Real = std::move(R);
369 ((ComplexAPSInt *)(char *)Data.buffer)->Imag = std::move(I);
423 new ((void*)(char*)Data.buffer) ComplexAPSInt();
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
H A DAPValue.h71 struct ComplexAPSInt { struct in class:clang::APValue
73 ComplexAPSInt() : Real(1), Imag(1) {} function in struct:clang::APValue::ComplexAPSInt
112 typedef llvm::AlignedCharArrayUnion<void *, APSInt, APFloat, ComplexAPSInt,
219 return ((ComplexAPSInt*)(char*)Data.buffer)->Real;
227 return ((ComplexAPSInt*)(char*)Data.buffer)->Imag;
368 ((ComplexAPSInt *)(char *)Data.buffer)->Real = std::move(R);
369 ((ComplexAPSInt *)(char *)Data.buffer)->Imag = std::move(I);
423 new ((void*)(char*)Data.buffer) ComplexAPSInt();
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
H A DAPValue.h71 struct ComplexAPSInt { struct in class:clang::APValue
73 ComplexAPSInt() : Real(1), Imag(1) {} function in struct:clang::APValue::ComplexAPSInt
112 typedef llvm::AlignedCharArrayUnion<void *, APSInt, APFloat, ComplexAPSInt,
219 return ((ComplexAPSInt*)(char*)Data.buffer)->Real;
227 return ((ComplexAPSInt*)(char*)Data.buffer)->Imag;
368 ((ComplexAPSInt *)(char *)Data.buffer)->Real = std::move(R);
369 ((ComplexAPSInt *)(char *)Data.buffer)->Imag = std::move(I);
423 new ((void*)(char*)Data.buffer) ComplexAPSInt();
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
H A DAPValue.h71 struct ComplexAPSInt { struct in class:clang::APValue
73 ComplexAPSInt() : Real(1), Imag(1) {} function in struct:clang::APValue::ComplexAPSInt
112 typedef llvm::AlignedCharArrayUnion<void *, APSInt, APFloat, ComplexAPSInt,
219 return ((ComplexAPSInt*)(char*)Data.buffer)->Real;
227 return ((ComplexAPSInt*)(char*)Data.buffer)->Imag;
368 ((ComplexAPSInt *)(char *)Data.buffer)->Real = std::move(R);
369 ((ComplexAPSInt *)(char *)Data.buffer)->Imag = std::move(I);
423 new ((void*)(char*)Data.buffer) ComplexAPSInt();
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
H A DAPValue.h71 struct ComplexAPSInt { struct in class:clang::APValue
73 ComplexAPSInt() : Real(1), Imag(1) {} function in struct:clang::APValue::ComplexAPSInt
112 typedef llvm::AlignedCharArrayUnion<void *, APSInt, APFloat, ComplexAPSInt,
219 return ((ComplexAPSInt*)(char*)Data.buffer)->Real;
227 return ((ComplexAPSInt*)(char*)Data.buffer)->Imag;
368 ((ComplexAPSInt *)(char *)Data.buffer)->Real = std::move(R);
369 ((ComplexAPSInt *)(char *)Data.buffer)->Imag = std::move(I);
423 new ((void*)(char*)Data.buffer) ComplexAPSInt();
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
H A DAPValue.h71 struct ComplexAPSInt { struct in class:clang::APValue
73 ComplexAPSInt() : Real(1), Imag(1) {} function in struct:clang::APValue::ComplexAPSInt
112 typedef llvm::AlignedCharArrayUnion<void *, APSInt, APFloat, ComplexAPSInt,
219 return ((ComplexAPSInt*)(char*)Data.buffer)->Real;
227 return ((ComplexAPSInt*)(char*)Data.buffer)->Imag;
368 ((ComplexAPSInt *)(char *)Data.buffer)->Real = std::move(R);
369 ((ComplexAPSInt *)(char *)Data.buffer)->Imag = std::move(I);
423 new ((void*)(char*)Data.buffer) ComplexAPSInt();
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
H A DAPValue.h71 struct ComplexAPSInt { struct in class:clang::APValue
73 ComplexAPSInt() : Real(1), Imag(1) {} function in struct:clang::APValue::ComplexAPSInt
112 typedef llvm::AlignedCharArrayUnion<void *, APSInt, APFloat, ComplexAPSInt,
219 return ((ComplexAPSInt*)(char*)Data.buffer)->Real;
227 return ((ComplexAPSInt*)(char*)Data.buffer)->Imag;
368 ((ComplexAPSInt *)(char *)Data.buffer)->Real = std::move(R);
369 ((ComplexAPSInt *)(char *)Data.buffer)->Imag = std::move(I);
423 new ((void*)(char*)Data.buffer) ComplexAPSInt();

Completed in 37 milliseconds