MCPcopy Create free account
hub / github.com/MayaPosch/NymphCast / Set

Method Set

src/server/angelscript/angelscript/source/as_compiler.cpp:16058–16071  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16056}
16057
16058void asCExprValue::Set(const asCDataType &dt)
16059{
16060 dataType = dt;
16061
16062 isTemporary = false;
16063 stackOffset = 0;
16064 isConstant = false;
16065 isVariable = false;
16066 isExplicitHandle = false;
16067 qwordValue = 0;
16068 isLValue = false;
16069 isRefToLocal = false;
16070 isRefSafe = false;
16071}
16072
16073void asCExprValue::SetVariable(const asCDataType &in_dt, int in_stackOffset, bool in_isTemporary)
16074{

Callers 15

DetermineSingleFuncMethod · 0.45
CompileInitAsCopyMethod · 0.45
PrepareArgumentMethod · 0.45
CompileInitializationMethod · 0.45
CompileInitListMethod · 0.45
CompileRefCastMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected