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

References

tools/clang/lib/AST/ExprConstant.cpp
 9294     unsigned EltSize = Info.Ctx.getTypeSize(EltTy);
 9297     if (EltTy->isRealFloatingType()) {
 9298       const llvm::fltSemantics &Sem = Info.Ctx.getFloatTypeSemantics(EltTy);
 9310     } else if (EltTy->isIntegerType()) {
 9317         Elts.push_back(APValue(APSInt(Elt, EltTy->isSignedIntegerType())));