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

Declarations

tools/clang/include/clang/AST/Type.h
 1991   bool isVoidPointerType() const;

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConv.h
  616       if (LTy->isVoidPointerType() ^ RTy->isVoidPointerType()) {
  616       if (LTy->isVoidPointerType() ^ RTy->isVoidPointerType()) {
  619         if (RTy->isVoidPointerType())
tools/clang/lib/AST/ExprConstant.cpp
 5209   if (E->getType()->isVoidPointerType())
 7950     if (!E->getType()->isVoidPointerType()) {
 7961         if (SubExpr->getType()->isVoidPointerType())
11618     if (LHSTy->isVoidPointerType() && LHSOffset != RHSOffset && IsRelational)
tools/clang/lib/AST/FormatString.cpp
  465       if (argTy->isVoidPointerType()) {
tools/clang/lib/CodeGen/CGDebugInfo.cpp
 2054   if (D.getTypePtr()->isVoidPointerType()) {
tools/clang/lib/CodeGen/CodeGenFunction.cpp
  621     if (!PT || !PT->isVoidPointerType() ||
tools/clang/lib/Sema/SemaCast.cpp
 1982     unsigned Diag = DestType->isVoidPointerType() ?
tools/clang/lib/Sema/SemaChecking.cpp
 1023     if (ParamTy->isVoidPointerType())
14572       if (ICE->getType()->isVoidPointerType() &&
14579   if (IsPointerAttr && ArgumentType->isVoidPointerType())
tools/clang/lib/Sema/SemaDecl.cpp
 2226         if (!T->isVoidPointerType()) {
tools/clang/lib/Sema/SemaDeclAttr.cpp
 5158     if (!T->isVoidPointerType()) {
tools/clang/lib/Sema/SemaExpr.cpp
 7057     if (LHSTy->isVoidPointerType() || RHSTy->isVoidPointerType()) {
 7057     if (LHSTy->isVoidPointerType() || RHSTy->isVoidPointerType()) {
 7560   if (LHSTy->isVoidPointerType() && RHSTy->isObjCObjectPointerType()) {
 7580   if (LHSTy->isObjCObjectPointerType() && RHSTy->isVoidPointerType()) {
 8393       if (RHSType->isVoidPointerType()) {
10760         ((LHSType->isFunctionPointerType() && RHSType->isVoidPointerType()) ||
10761          (RHSType->isFunctionPointerType() && LHSType->isVoidPointerType()))) {
tools/clang/lib/Sema/SemaPseudoObject.cpp
 1063       (T->isObjCObjectPointerType() || T->isVoidPointerType()))
tools/clang/lib/StaticAnalyzer/Checkers/MallocSizeofChecker.cpp
  139   if (B->isVoidPointerType() && A->getAs<PointerType>())
tools/clang/lib/StaticAnalyzer/Checkers/MoveChecker.cpp
  504     if (Tp->isBooleanType() || Tp->isVoidType() || Tp->isVoidPointerType())
tools/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedPointee.cpp
  277     if (T->isVoidPointerType())
tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
  308       if ((*I)->getType()->isVoidPointerType())
tools/clang/lib/StaticAnalyzer/Core/RegionStore.cpp
 1606       !RegionTy->isVoidPointerType()) {
tools/clang/lib/StaticAnalyzer/Core/Store.cpp
  423   if (castTy->isPointerType() && !castTy->isVoidPointerType())
tools/clang/tools/extra/clang-tidy/google/AvoidCStyleCastsCheck.cpp
  211       if (SourceType->isVoidPointerType())
tools/lldb/tools/lldb-instr/Instrument.cpp
  200       ShouldInsertDummy |= T->isFunctionPointerType() || T->isVoidPointerType();