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

References

tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 3378   const auto *IVDecl = cast<VarDecl>(IVExpr->getDecl());
 3469       const unsigned IVSize = getContext().getTypeSize(IVExpr->getType());
 3470       const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation();