Home
last modified time | relevance | path

Searched refs:CDR_size (Results 1 – 10 of 10) sorted by relevance

/dports/lang/gnu-apl/apl-1.8/src/
H A DLvalCell.hh68 virtual int CDR_size() const in CDR_size() function in LvalCell
H A DPointerCell.hh87 virtual int CDR_size() const { NeverReach("PointerCell::CDR_size() called");} in CDR_size() function in PointerCell
H A DCharCell.hh83 virtual int CDR_size() const;
H A DIntCell.hh245 virtual int CDR_size() const;
H A DComplexCell.hh241 virtual int CDR_size() const { return 16; } in CDR_size() function in ComplexCell
H A DCharCell.cc178 CharCell::CDR_size() const in CDR_size() function in CharCell
H A DFloatCell.hh330 virtual int CDR_size() const { return 8; } in CDR_size() function in FloatCell
H A DCell.hh174 virtual int CDR_size() const in CDR_size() function in Cell
H A DIntCell.cc946 IntCell::CDR_size() const in CDR_size() function in IntCell
H A DValue.cc1497 size += cell.CDR_size(); in data_size()