Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DAPValue.h134 MakeComplexFloat(); setComplexFloat(std::move(R), std::move(I)); in APValue()
369 void setComplexFloat(APFloat R, APFloat I) { in setComplexFloat() function
/external/clang/lib/AST/
DAPValue.cpp148 setComplexFloat(RHS.getComplexFloatReal(), RHS.getComplexFloatImag()); in APValue()