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

  /external/clang/lib/AST/
APValue.cpp 148 setComplexFloat(RHS.getComplexFloatReal(), RHS.getComplexFloatImag());
231 getComplexFloatReal().needsCleanup() &&
234 return getComplexFloatReal().needsCleanup();
293 OS << "ComplexFloat: " << GetApproxValue(getComplexFloatReal())
372 Out << GetApproxValue(getComplexFloatReal()) << "+"
ExprConstant.cpp 759 APFloat &getComplexFloatReal() { return FloatReal; }
777 FloatReal = v.getComplexFloatReal();
    [all...]
  /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/CodeGen/
CGExprConstant.cpp     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]

Completed in 402 milliseconds