Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DAPValue.h131 MakeComplexInt(); setComplexInt(std::move(R), std::move(I)); in APValue()
362 void setComplexInt(APSInt R, APSInt I) { in setComplexInt() function
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DAPValue.cpp144 setComplexInt(RHS.getComplexIntReal(), RHS.getComplexIntImag()); in APValue()