HomeSort by relevance Sort by last modified time
    Searched refs:ComplexAPSInt (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/AST/
APValue.h 71 struct ComplexAPSInt {
73 ComplexAPSInt() : Real(1), Imag(1) {}
112 MaxSize = (sizeof(ComplexAPSInt) > sizeof(ComplexAPFloat) ?
113 sizeof(ComplexAPSInt) : sizeof(ComplexAPFloat))
212 return ((ComplexAPSInt*)(char*)Data)->Real;
220 return ((ComplexAPSInt*)(char*)Data)->Imag;
360 ((ComplexAPSInt*)(char*)Data)->Real = R;
361 ((ComplexAPSInt*)(char*)Data)->Imag = I;
415 new ((void*)(char*)Data) ComplexAPSInt();
  /external/clang/lib/AST/
APValue.cpp 197 ((ComplexAPSInt*)(char*)Data)->~ComplexAPSInt();

Completed in 32 milliseconds