Home
last modified time | relevance | path

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

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