Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMW/openmw
/ pushIntegerLiteral
Method
pushIntegerLiteral
components/compiler/exprparser.cpp:167–172 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
165
}
166
167
void ExprParser::pushIntegerLiteral(int value)
168
{
169
mNextOperand = false;
170
mOperands.push_back(
'l'
);
171
Generator::pushInt(mCode, mLiterals, value);
172
}
173
174
void ExprParser::pushFloatLiteral(float value)
175
{
Callers
nothing calls this directly
Calls
1
pushInt
Function · 0.85
Tested by
no test coverage detected