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

Method isString

include/daScript/ast/ast_typedecl.h:790–792  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

788 }
789
790 __forceinline bool TypeDecl::isString() const {
791 return (baseType==Type::tString) && dim.size()==0;
792 }
793
794 __forceinline bool TypeDecl::isSimpleType(Type typ) const {
795 return baseType==typ && isSimpleType();

Callers 15

underscore.jsFile · 0.80
transformCallMethod · 0.80
initMainMethod · 0.80
verifyToTableMoveMethod · 0.80
visitMethod · 0.80
preVisitForStackMethod · 0.80
visitForSourceMethod · 0.80
getSideEffectsMethod · 0.80
visitMethod · 0.80
hasStringDataMethod · 0.80
visitMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by 1

transformCallMethod · 0.64