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

Method isGoodArrayType

include/daScript/ast/ast_typedecl.h:857–859  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

855 }
856
857 __forceinline bool TypeDecl::isGoodArrayType() const {
858 return baseType==Type::tArray && dim.size()==0 && firstType;
859 }
860
861 __forceinline bool TypeDecl::isGoodTupleType() const {
862 return baseType==Type::tTuple && dim.size()==0;

Callers 11

visitMethod · 0.80
preVisitForStackMethod · 0.80
visitForSourceMethod · 0.80
visitMethod · 0.80
isMatchingArgumentMethod · 0.80
inferFunctionCallMethod · 0.80
isEmptyInitMethod · 0.80
sv_trySimulate_AtMethod · 0.80
visitMethod · 0.80
visitMethod · 0.80
transformCallMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected