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

Method isTempType

include/daScript/ast/ast_typedecl.h:806–808  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

804 }
805
806 __forceinline bool TypeDecl::isTempType(bool refMatters) const {
807 return (ref && refMatters) || isRefType() || isPointer() || isString() || baseType==Type::tIterator || baseType==Type::autoinfer || baseType==Type::alias;
808 }
809
810 __forceinline bool TypeDecl::isHandle() const {
811 return (baseType==Type::tHandle) && (dim.size()==0);

Callers 5

visitMethod · 0.80
propagateTempTypeMethod · 0.80
constructMethod · 0.80
isTempTypeFunction · 0.80
operator ()Method · 0.80

Calls 2

isPointerFunction · 0.85
isRefTypeFunction · 0.70

Tested by

no test coverage detected