Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ GetStackType
Function
GetStackType
NULLC/SyntaxTreeLLVM.cpp:449–456 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
447
}
448
449
TypeInfo* GetStackType(TypeInfo* type)
450
{
451
if(type == typeFloat)
452
return typeDouble;
453
if(type == typeChar || type == typeShort)
454
return typeInt;
455
return type;
456
}
457
458
void NodeZeroOP::CompileLLVM()
459
{
Callers
1
CompileLLVM
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected