MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / isVoidPointer

Method isVoidPointer

include/daScript/ast/ast_typedecl.h:885–887  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

883 }
884
885 __forceinline bool TypeDecl::isVoidPointer() const {
886 return isPointer() && (!firstType || firstType->isVoid());
887 }
888
889 __forceinline bool TypeDecl::isBitfield() const {
890 return ((baseType==Type::tBitfield) || (baseType==Type::tBitfield8) ||

Callers 2

visitMethod · 0.80
canCopyOrMoveTypeMethod · 0.80

Calls 2

isPointerFunction · 0.85
isVoidMethod · 0.80

Tested by

no test coverage detected