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

Method isTemp

src/ast/ast.cpp:678–685  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

676 }
677
678 bool Structure::isTemp(das_set<Structure *> & dep) const { // ||
679 for ( const auto & fd : fields ) {
680 if ( fd.type && fd.type->isTemp(true, true, dep) ) {
681 return true;
682 }
683 }
684 return false;
685 }
686
687 bool Structure::isShareable(das_set<Structure *> & dep) const { // &&
688 for ( const auto & fd : fields ) {

Callers 8

type_to_stringFunction · 0.45
isSameTypeFunction · 0.45
visitMethod · 0.45
preVisitForStackMethod · 0.45
visitMethod · 0.45
visitMakeVariantFieldMethod · 0.45
visitMakeArrayIndexMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected