Home
last modified time | relevance | path

Searched defs:getComplexFloatImag (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
DAPValue.h240 APFloat &getComplexFloatImag() { in getComplexFloatImag() function
244 const APFloat &getComplexFloatImag() const { in getComplexFloatImag() function
/external/clang/lib/AST/
DExprConstant.cpp1041 APFloat &getComplexFloatImag() { return FloatImag; } in getComplexFloatImag() function
/external/llvm-project/clang/lib/AST/
DExprConstant.cpp1516 APFloat &getComplexFloatImag() { return FloatImag; } in getComplexFloatImag() function