Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DAPValue.h185 MakeComplexFloat(); setComplexFloat(std::move(R), std::move(I)); in APValue()
429 void setComplexFloat(APFloat R, APFloat I) { in setComplexFloat() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DAPValue.cpp190 setComplexFloat(RHS.getComplexFloatReal(), RHS.getComplexFloatImag()); in APValue()