Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DAPValue.h232 APFloat &getComplexFloatReal() { in getComplexFloatReal() function
236 const APFloat &getComplexFloatReal() const { in getComplexFloatReal() function
/external/clang/lib/AST/
DExprConstant.cpp1040 APFloat &getComplexFloatReal() { return FloatReal; } in getComplexFloatReal() function