MCPcopy Create free account
hub / github.com/csmith-project/csmith / get_dimension

Method get_dimension

src/ArrayVariable.h:52–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 void add_index(const Expression* e);
51 void set_index(size_t index, const Expression* e);
52 virtual size_t get_dimension(void) const { return sizes.size();}
53 unsigned long size_in_bytes(void) const;
54 unsigned long get_size(void) const;
55 std::vector<unsigned int> get_sizes(void) const { return sizes;}

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected