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 233 APFloat &getComplexFloatReal() {
237 const APFloat &getComplexFloatReal() const {
238 return const_cast<APValue*>(this)->getComplexFloatReal();
  /external/clang/lib/AST/
ExprConstant.cpp 759 APFloat &getComplexFloatReal() { return FloatReal; }
777 FloatReal = v.getComplexFloatReal();
    [all...]

Completed in 235 milliseconds