Home
last modified time | relevance | path

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

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