Home
last modified time | relevance | path

Searched refs:GetC4VName (Results 1 – 9 of 9) sorted by relevance

/dports/games/openclonk/openclonk-release-8.1-src/src/script/
H A DC4AulExec.h199 … opname, pPar1->GetTypeName(), GetC4VName(Type1)).getData()); in CheckOpPars()
202 … opname, pPar2->GetTypeName(), GetC4VName(Type2)).getData()); in CheckOpPars()
209 … opname, pCurVal->GetTypeName(), GetC4VName(Type1)).getData()); in CheckOpPar()
H A DC4ScriptLibraries.cpp176 …eter %d: passed %s, but expected %s)", FUNC_COMPUTE_HASH, 1, GetC4VName(C4V_Nil), GetC4VName(C4V_S… in Hash_Dispatch()
H A DC4AulFunc.cpp67 GetName(), i + 1, pPars[i].GetTypeName(), GetC4VName(pTypes[i])).getData()); in CheckParTypes()
H A DC4Value.h47 const char* GetC4VName(const C4V_Type Type);
164 const char *GetTypeName() const { return GetC4VName(GetType()); } in GetTypeName()
H A DC4AulDebug.cpp338 const char* typeName = val ? GetC4VName(val->GetType()) : "any"; in ProcessLine()
H A DC4Value.cpp32 const char* GetC4VName(const C4V_Type Type) in GetC4VName() function
H A DC4AulCompiler.cpp358 … nullptr, R"(operator "%s": got %s, but expected %s)", opname, v.GetTypeName(), GetC4VName(Type1)); in AssertValueType()
1384 …et(), Fn, C4AulWarningId::arg_type_mismatch, (unsigned)i, cname, GetC4VName(from), GetC4VName(to)); in visit()
/dports/games/openclonk/openclonk-release-8.1-src/tests/aul/
H A DAulSyntaxTestDetail.h281 target << "(" << GetC4VName(p.type) << " " << p.name << ")"; in visit()
293 target << "(" << GetC4VName(p.type) << " " << p.name << ")"; in visit()
/dports/games/openclonk/openclonk-release-8.1-src/src/object/
H A DC4ObjectScript.cpp1049 … "AddMenuItem", 8, XPar.GetTypeName(), GetC4VName(C4V_Object) in FnAddMenuItem()