MCPcopy Create free account
hub / github.com/ZDoom/Raze / Resolve

Method Resolve

source/common/scripting/backend/codegen.cpp:447–451  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

445//==========================================================================
446
447FxExpression *FxExpression::Resolve(FCompileContext &ctx)
448{
449 isresolved = true;
450 return this;
451}
452
453//==========================================================================
454//

Callers 14

GetIntConstFunction · 0.45
GetFloatConstFunction · 0.45
GetFuncConstFunction · 0.45
GetStringConstMethod · 0.45
IntConstFromNodeMethod · 0.45
StringConstFromNodeMethod · 0.45
CompileConstantMethod · 0.45
CompileArraysMethod · 0.45
ResolveArraySizeMethod · 0.45
CompileFunctionMethod · 0.45
BuildMethod · 0.45
PromoteMethod · 0.45

Calls 15

MakeVersionFunction · 0.85
StringConstToCharFunction · 0.85
V_GetColorFunction · 0.85
S_FindSoundFunction · 0.85
R_FindCustomTranslationFunction · 0.85
V_GetFontFunction · 0.85
IsFloatFunction · 0.85
moveFunction · 0.85
fabsFunction · 0.85
FlattenFunction · 0.85
NewClassPointerFunction · 0.85

Tested by

no test coverage detected