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

References

tools/clang/include/clang/AST/Expr.h
 1573     return APFloatStorage::getValue(getSemantics());
 1576     assert(&getSemantics() == &Val.getSemantics() && "Inconsistent semantics");
tools/clang/include/clang/ASTMatchers/ASTMatchersInternal.h
 1523   if ((&Node.getSemantics()) == &llvm::APFloat::IEEEsingle())
 1525   if ((&Node.getSemantics()) == &llvm::APFloat::IEEEdouble())
 1532   if ((&Node.getSemantics()) == &llvm::APFloat::IEEEsingle())
 1534   if ((&Node.getSemantics()) == &llvm::APFloat::IEEEdouble())
tools/clang/lib/Serialization/ASTReaderStmt.cpp
  608   E->setValue(Record.getContext(), Record.readAPFloat(E->getSemantics()));
tools/clang/tools/extra/clang-tidy/bugprone/IncorrectRoundingsCheck.cpp
   25   if ((&Node.getSemantics()) == &llvm::APFloat::IEEEsingle())
   27   if ((&Node.getSemantics()) == &llvm::APFloat::IEEEdouble())