Home
last modified time | relevance | path

Searched refs:ComplexAPSInt (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
DAPValue.h71 struct ComplexAPSInt { struct
73 ComplexAPSInt() : Real(1), Imag(1) {} in ComplexAPSInt() argument
112 MaxSize = (sizeof(ComplexAPSInt) > sizeof(ComplexAPFloat) ?
113 sizeof(ComplexAPSInt) : sizeof(ComplexAPFloat))
212 return ((ComplexAPSInt*)(char*)Data)->Real; in getComplexIntReal()
220 return ((ComplexAPSInt*)(char*)Data)->Imag; in getComplexIntImag()
360 ((ComplexAPSInt*)(char*)Data)->Real = R; in setComplexInt()
361 ((ComplexAPSInt*)(char*)Data)->Imag = I; in setComplexInt()
415 new ((void*)(char*)Data) ComplexAPSInt(); in MakeComplexInt()
/external/clang/lib/AST/
DAPValue.cpp197 ((ComplexAPSInt*)(char*)Data)->~ComplexAPSInt(); in DestroyDataAndMakeUninit()