Searched defs:ComplexAPFloat (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DAPValue.h75 struct ComplexAPFloat { struct in class:clang::APValue
77 ComplexAPFloat() : Real(0.0), Imag(0.0) {} function in struct:clang::APValue::ComplexAPFloat
113 ComplexAPFloat, Vec, Arr, StructData,
234 return ((ComplexAPFloat*)(char*)Data.buffer)->Real;
242 return ((ComplexAPFloat*)(char*)Data.buffer)->Imag;
373 ((ComplexAPFloat *)(char *)Data.buffer)->Real = std::move(R);
374 ((ComplexAPFloat *)(char *)Data.buffer)->Imag = std::move(I);
426 new ((void*)(char*)Data.buffer) ComplexAPFloat();

Completed in 63 milliseconds