hoshi-lang dev
Yet another programming language
Loading...
Searching...
No Matches
builtinModule.hpp
Go to the documentation of this file.
1//
2// Created by XIaokang00010 on 2025/8/14.
3//
4
5#ifndef HOSHI_LANG_BUILTIN_MODULE_HPP
6#define HOSHI_LANG_BUILTIN_MODULE_HPP
7
8#define HOSHI_COMPILER_CTX_GLOB_ID_CONST 0xe1751aff
9
10#include <compiler/ir/IR.h>
11
12namespace yoi {
66}
67
68#endif // HOSHI_LANG_BUILTIN_MODULE_HPP
static yoi::IRStructDefinition getCharObjectDefinition()
static yoi::IRStructDefinition getShortObjectDefinition()
static yoi::IRStructDefinition getDecimalObjectDefinition()
yoi::IRValueType getDeciObject()
static yoi::IRStructDefinition getUnsignedObjectDefinition()
static yoi::IRInterfaceInstanceDefinition getNullInterfaceInstanceDefinition()
yoi::IRValueType getCharObject()
yoi::IRValueType getStrObject()
yoi::IRValueType getForeignFloatObject()
yoi::IRValueType getPointerDefinition()
yoi::IRValueType getIntObject()
yoi::IRValueType getBoolObject()
yoi::IRValueType getNoneObject()
yoi::IRValueType getForeignInt32Object()
static yoi::IRStructDefinition getBooleanObjectDefinition()
yoi::IRValueType getUnsignedObject()
static yoi::IRStructDefinition getStringObjectDefinition()
static std::shared_ptr< IRModule > yoi::IRStructDefinition getIntObjectDefinition()
yoi::indexTable< yoi::wstr, std::shared_ptr< IRValueType > > sharedValueType
yoi::IRValueType getShortObject()