Home | History | Annotate | Download | only in functional

Lines Matching defs:hasInstanceName

693 		bool				hasInstanceName	= block.getInstanceName() != DE_NULL;
694 std::string blockPrefix = hasInstanceName ? (std::string(block.getBlockName()) + ".") : std::string("");