|
hoshi-lang dev
Yet another programming language
|
Functions | |
| template<> | |
| void | write (FILE *fp, const yoi::wstr &value) |
| template<> | |
| void | read (FILE *fp, yoi::wstr &value) |
| template<> | |
| void | write (FILE *fp, const CodegenObjectCacheEntry &value) |
| template<> | |
| void | read (FILE *fp, CodegenObjectCacheEntry &value) |
| template<> | |
| void | write (FILE *fp, const CodegenObjectCache &value) |
| template<> | |
| void | read (FILE *fp, CodegenObjectCache &value) |
| template<> | |
| void | write (FILE *fp, const std::set< yoi::indexT > &value) |
| template<> | |
| void | read (FILE *fp, std::set< yoi::indexT > &value) |
| template<typename T > | |
| void | write (FILE *fp, const T &value) |
| template<typename T > | |
| void | read (FILE *fp, T &value) |
| template<> | |
| void | write (FILE *fp, const yoi::wstr &value) |
| template<> | |
| void | read (FILE *fp, yoi::wstr &value) |
| template<> | |
| void | write (FILE *fp, const CodegenObjectCache &value) |
| template<> | |
| void | read (FILE *fp, CodegenObjectCache &value) |
| template<> | |
| void | write (FILE *fp, const CodegenObjectCacheEntry &value) |
| template<> | |
| void | read (FILE *fp, CodegenObjectCacheEntry &value) |
| template<> | |
| void | write (FILE *fp, const std::set< yoi::indexT > &value) |
| template<> | |
| void | read (FILE *fp, std::set< yoi::indexT > &value) |
| void read | ( | FILE * | fp, |
| CodegenObjectCache & | value | ||
| ) |
Definition at line 60 of file codegenObjectCache.cpp.
References read().

|
private |
Definition at line 60 of file codegenObjectCache.cpp.
References read().

| void read | ( | FILE * | fp, |
| CodegenObjectCacheEntry & | value | ||
| ) |
Definition at line 39 of file codegenObjectCache.cpp.
References read().

|
private |
Definition at line 39 of file codegenObjectCache.cpp.
References read().

| void read | ( | FILE * | fp, |
| std::set< yoi::indexT > & | value | ||
| ) |
Definition at line 86 of file codegenObjectCache.cpp.
References read().

|
private |
Definition at line 86 of file codegenObjectCache.cpp.
References read().

| void read | ( | FILE * | fp, |
| T & | value | ||
| ) |
Definition at line 22 of file codegenObjectCache.hpp.
| void read | ( | FILE * | fp, |
| yoi::wstr & | value | ||
| ) |
Definition at line 20 of file codegenObjectCache.cpp.
References yoi::string2wstring().
Referenced by LLVMCodegen::LLVMCodegen(), read(), read(), and read().


| void read | ( | FILE * | fp, |
| yoi::wstr & | value | ||
| ) |
Definition at line 20 of file codegenObjectCache.cpp.
References yoi::string2wstring().
Referenced by LLVMCodegen::LLVMCodegen(), read(), read(), and read().


| void write | ( | FILE * | fp, |
| const CodegenObjectCache & | value | ||
| ) |
Definition at line 47 of file codegenObjectCache.cpp.
References write().

|
private |
Definition at line 47 of file codegenObjectCache.cpp.
References write().

| void write | ( | FILE * | fp, |
| const CodegenObjectCacheEntry & | value | ||
| ) |
Definition at line 31 of file codegenObjectCache.cpp.
References write().

|
private |
Definition at line 31 of file codegenObjectCache.cpp.
References write().

| void write | ( | FILE * | fp, |
| const std::set< yoi::indexT > & | value | ||
| ) |
Definition at line 79 of file codegenObjectCache.cpp.
References write().

|
private |
Definition at line 79 of file codegenObjectCache.cpp.
References write().

| void write | ( | FILE * | fp, |
| const T & | value | ||
| ) |
Definition at line 16 of file codegenObjectCache.hpp.
| void write | ( | FILE * | fp, |
| const yoi::wstr & | value | ||
| ) |
Definition at line 12 of file codegenObjectCache.cpp.
References yoi::wstring2string().
Referenced by LLVMCodegen::generate(), write(), write(), and write().


| void write | ( | FILE * | fp, |
| const yoi::wstr & | value | ||
| ) |
Definition at line 12 of file codegenObjectCache.cpp.
References yoi::wstring2string().
Referenced by LLVMCodegen::generate(), write(), write(), and write().

