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

  /external/clang/include/clang/AST/
APValue.h 226 APFloat &getComplexFloatReal() {
230 const APFloat &getComplexFloatReal() const {
231 return const_cast<APValue*>(this)->getComplexFloatReal();
  /external/clang/lib/AST/
ExprConstant.cpp 657 APFloat &getComplexFloatReal() { return FloatReal; }
675 FloatReal = v.getComplexFloatReal();
    [all...]

Completed in 50 milliseconds