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

Method isSimpleType

include/daScript/ast/ast_typedecl.h:794–796  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

792 }
793
794 __forceinline bool TypeDecl::isSimpleType(Type typ) const {
795 return baseType==typ && isSimpleType();
796 }
797
798 __forceinline bool TypeDecl::isArray() const {
799 return (bool) dim.size();

Callers 14

lookMethod · 0.80
visitGlobalLetMethod · 0.80
visitMethod · 0.80
visitMethod · 0.80
visitMethod · 0.80
visitMethod · 0.80
visitMethod · 0.80
computeWrapperFunction · 0.80
verifyCallCorrectMethod · 0.80
isArrayOfSimpleTypeFunction · 0.80
isTableOfSimpleTypesFunction · 0.80
isTupleOfSimpleTypesFunction · 0.80

Calls 2

isSimpleTypeFunction · 0.85
isRefTypeFunction · 0.70

Tested by 1

lookMethod · 0.64