Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DAPValue.h290 APFloat &getComplexFloatReal() { in getComplexFloatReal() function
294 const APFloat &getComplexFloatReal() const { in getComplexFloatReal() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp1314 APFloat &getComplexFloatReal() { return FloatReal; } in getComplexFloatReal() function