Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDAPValue.h241 APFloat &getComplexFloatImag() { in getComplexFloatImag() function
245 const APFloat &getComplexFloatImag() const { in getComplexFloatImag() function
/trueos/contrib/llvm/tools/clang/lib/AST/
HDExprConstant.cpp862 APFloat &getComplexFloatImag() { return FloatImag; } in getComplexFloatImag() function