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

  /external/clang/include/clang/AST/
APValue.h 75 struct ComplexAPFloat {
77 ComplexAPFloat() : Real(0.0), Imag(0.0) {}
112 MaxSize = (sizeof(ComplexAPSInt) > sizeof(ComplexAPFloat) ?
113 sizeof(ComplexAPSInt) : sizeof(ComplexAPFloat))
235 return ((ComplexAPFloat*)(char*)Data)->Real;
243 return ((ComplexAPFloat*)(char*)Data)->Imag;
374 ((ComplexAPFloat*)(char*)Data)->Real = R;
375 ((ComplexAPFloat*)(char*)Data)->Imag = I;
427 new ((void*)(char*)Data) ComplexAPFloat();
  /external/clang/lib/AST/
APValue.cpp 199 ((ComplexAPFloat*)(char*)Data)->~ComplexAPFloat();

Completed in 1496 milliseconds