Home
last modified time | relevance | path

Searched defs:getComplexFloatReal (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDAPValue.h232 APFloat &getComplexFloatReal() { in getComplexFloatReal() function
236 const APFloat &getComplexFloatReal() const { in getComplexFloatReal() function
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDExprConstant.cpp889 APFloat &getComplexFloatReal() { return FloatReal; } in getComplexFloatReal() function