reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/APValue.cpp
  266     setComplexFloat(RHS.getComplexFloatReal(), RHS.getComplexFloatImag());
  354                getComplexFloatReal().needsCleanup() &&
  357     return getComplexFloatReal().needsCleanup();
  423     OS << "ComplexFloat: " << GetApproxValue(getComplexFloatReal())
  509     Out << GetApproxValue(getComplexFloatReal()) << "+"
tools/clang/lib/AST/ExprConstant.cpp
 1452         FloatReal = v.getComplexFloatReal();
 2306     Result = !Val.getComplexFloatReal().isZero() ||
tools/clang/lib/CodeGen/CGExprConstant.cpp
 2052                                        Value.getComplexFloatReal());
tools/clang/lib/Sema/SemaChecking.cpp
10472   return (IsSameFloatAfterCast(value.getComplexFloatReal(), Src, Tgt) &&
tools/clang/lib/Serialization/ASTWriter.cpp
 5487         Value.getComplexFloatReal().getSemantics())));
 5488     AddAPFloat(Value.getComplexFloatReal());