|
MonoTypePtr | hobbes::fileType (bool writeable, const MonoTypePtr &stype) |
|
static uint32_t | hobbes::fileModeFlags (const MonoTypePtr &t) |
|
static bool | hobbes::isFileMode (const MonoTypePtr &t) |
|
static bool | hobbes::isWriteable (uint32_t f) |
|
bool | hobbes::unpackFileType (const MonoTypePtr &fty, UTFileConfig *fcfg) |
|
bool | hobbes::unpackFileType (const MonoTypePtr &fty, FileConfig *fcfg) |
|
bool | hobbes::isFileType (const MonoTypePtr &fty) |
|
FRefT | hobbes::assumeFRefT (const MonoTypePtr &ty, const LexicalAnnotation &la) |
|
MonoTypePtr | hobbes::injFileReferences (const MonoTypePtr &ty, const ExprPtr &f) |
|
unsigned int | hobbes::storedOffset (const Record *rty, const std::string &lbl) |
|
unsigned int | hobbes::storedOffset (const FileConfig &fcfg, const std::string &lbl) |
|
unsigned int | hobbes::storedOffset (const MonoTypePtr &ty, const std::string &lbl) |
|
unsigned int | hobbes::storedOffset (const ExprPtr &e, const std::string &lbl) |
|
const MonoTypePtr & | hobbes::frefType (const MonoTypePtr &fref) |
|
const MonoTypePtr & | hobbes::arrType (const MonoTypePtr &arr) |
|
char * | hobbes::dbloado (long db, unsigned int o) |
|
char * | hobbes::dbloadv (long db, long offset, long sz) |
|
char * | hobbes::dbloadarr (long db, long offset) |
|
void | hobbes::dbunloadv (long db, long ptr, long sz) |
|
void | hobbes::dbunloadarr (long db, long ptr) |
|
long | hobbes::dballoc (long db, long datasz, size_t align) |
|
long | hobbes::dballocarr (long db, long elemsz, long len) |
|
long | hobbes::dbarrcapacity (long db, long elemsz, long arrref) |
|
long | hobbes::writeFileRT (const array< char > *fname, long tydef) |
|
void | hobbes::dbsignalupdate (long db) |
|
long | hobbes::readFileRT (const array< char > *fname, long tydef) |
|
MonoTypePtr | hobbes::inferFileType (reader *r) |
|
void | hobbes::printFileUF (long x) |
|
static bool | hobbes::decLF (const ConstraintPtr &c, MonoTypePtr *lhs, MonoTypePtr *rhs) |
|
reader::PageEntries * | hobbes::pageEntries (reader *r) |
|
void | hobbes::initStorageFileDefs (FieldVerifier *, cc &) |
|