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

Method isVectorType

include/daScript/ast/ast_typedecl.h:912–915  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

910 }
911
912 __forceinline bool TypeDecl::isVectorType() const {
913 if ( dim.size() ) return false;
914 return isBaseVectorType();
915 }
916
917 __forceinline bool TypeDecl::isConst() const {
918 return constant;

Callers 8

visitMethod · 0.80
sv_trySimulate_AtMethod · 0.80
visitMethod · 0.80
visitMethod · 0.80
isConstRedundantForCppFunction · 0.80
transformCallMethod · 0.80
verifyCallCorrectMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected