HomeSort by relevance Sort by last modified time
    Searched defs:getComplexFloatImag (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/AST/
APValue.h 241 APFloat &getComplexFloatImag() {
245 const APFloat &getComplexFloatImag() const {
246 return const_cast<APValue*>(this)->getComplexFloatImag();
  /external/clang/lib/AST/
ExprConstant.cpp 760 APFloat &getComplexFloatImag() { return FloatImag; }
778 FloatImag = v.getComplexFloatImag();
    [all...]

Completed in 297 milliseconds