Home
last modified time | relevance | path

Searched defs:theCompilerEnvironment (Results 1 – 15 of 15) sorted by relevance

/dports/devel/codeworker/CodeWorker4_5_3/
H A DExprScriptVariable.cpp94 …bool ExprScriptVariable::compileCppBoolean(CppCompilerEnvironment& theCompilerEnvironment, bool bN… in compileCppBoolean()
119 …void ExprScriptVariable::compileCppFollowing(CppCompilerEnvironment& theCompilerEnvironment, bool … in compileCppFollowing()
246 …void ExprScriptVariable::compileCppFollowingForSet(CppCompilerEnvironment& theCompilerEnvironment,… in compileCppFollowingForSet()
329 …bool ExprScriptAlienVariable::compileCppBoolean(CppCompilerEnvironment& theCompilerEnvironment, bo… in compileCppBoolean()
349 …void ExprScriptAlienVariable::compileCppFollowing(CppCompilerEnvironment& theCompilerEnvironment, … in compileCppFollowing()
365 …d ExprScriptAlienVariable::compileCppFollowingForSet(CppCompilerEnvironment& theCompilerEnvironmen… in compileCppFollowingForSet()
H A DExprScriptExpression.cpp62 …bool ExprScriptExpression::compileCppBoolean(CppCompilerEnvironment& theCompilerEnvironment, bool … in compileCppBoolean()
260 …bool ExprScriptConstant::compileCppBoolean(CppCompilerEnvironment& theCompilerEnvironment, bool bN… in compileCppBoolean()
375 …N_RETURN_TYPE ExprScriptConstantTree::compileCppInit(CppCompilerEnvironment& theCompilerEnvironmen… in compileCppInit()
387 …N_RETURN_TYPE ExprScriptConstantTree::compileCppInit(CppCompilerEnvironment& theCompilerEnvironmen… in compileCppInit()
401 …N_RETURN_TYPE ExprScriptConstantTree::compileCppInit(CppCompilerEnvironment& theCompilerEnvironmen… in compileCppInit()
482 …bool ExprScriptAlien::compileCppBoolean(CppCompilerEnvironment& theCompilerEnvironment, bool bNega… in compileCppBoolean()
H A DExprScriptBinaryExpression.cpp205 …bool ExprScriptComparison::compileCppBoolean(CppCompilerEnvironment& theCompilerEnvironment, bool … in compileCppBoolean()
261 …bool ExprScriptNumericComparison::compileCppBoolean(CppCompilerEnvironment& theCompilerEnvironment in compileCppBoolean()
361 …bool ExprScriptBoolean::compileCppBoolean(CppCompilerEnvironment& theCompilerEnvironment, bool bNe… in compileCppBoolean()
H A DBNFReadByte.cpp64 …void BNFReadByte::compileCppAssignment(CppCompilerEnvironment& theCompilerEnvironment, int iCursor… in compileCppAssignment()
H A DBNFIgnore.cpp107 …void BNFIgnore::compileCppRuntimeIgnore(CppCompilerEnvironment& theCompilerEnvironment, IGNORE_MOD… in compileCppRuntimeIgnore()
H A DBNFReadChar.cpp193 …void BNFReadChar::compileCppAssignment(CppCompilerEnvironment& theCompilerEnvironment, int iCursor… in compileCppAssignment()
H A DExprScriptFunction.cpp74 …virtual bool compileCppBoolean(CppCompilerEnvironment& theCompilerEnvironment, bool bNegative) con… in compileCppBoolean()
126 …virtual bool compileCppBoolean(CppCompilerEnvironment& theCompilerEnvironment, bool bNegative) con… in compileCppBoolean()
182 …virtual bool compileCppBoolean(CppCompilerEnvironment& theCompilerEnvironment, bool bNegative) con… in compileCppBoolean()
233 virtual bool compileCppInt(CppCompilerEnvironment& theCompilerEnvironment, bool bNegative) const { in compileCppInt()
276 virtual bool compileCppInt(CppCompilerEnvironment& theCompilerEnvironment, bool bNegative) const { in compileCppInt()
319 virtual bool compileCppInt(CppCompilerEnvironment& theCompilerEnvironment, bool bNegative) const { in compileCppInt()
363 …virtual bool compileCppBoolean(CppCompilerEnvironment& theCompilerEnvironment, bool bNegative) con… in compileCppBoolean()
420 …virtual bool compileCppBoolean(CppCompilerEnvironment& theCompilerEnvironment, bool bNegative) con… in compileCppBoolean()
660 …virtual bool compileCppBoolean(CppCompilerEnvironment& theCompilerEnvironment, bool bNegative) con… in compileCppBoolean()
969 …virtual bool compileCppBoolean(CppCompilerEnvironment& theCompilerEnvironment, bool bNegative) con… in compileCppBoolean()
[all …]
H A DGrfBlock.cpp422 …void GrfBlock::compileCppBetween(CppCompilerEnvironment& theCompilerEnvironment, int iStart, int i… in compileCppBetween()
430 void GrfBlock::compileCppAt(CppCompilerEnvironment& theCompilerEnvironment, int iStart) const { in compileCppAt()
H A DBNFFindToken.cpp286 …void BNFFindToken::compileCppResolveAssignment(CppCompilerEnvironment& theCompilerEnvironment, int… in compileCppResolveAssignment()
H A DGrfFunction.cpp491 …void GrfFunction::compileCppFunctionNameForCalling(CppCompilerEnvironment& theCompilerEnvironment)… in compileCppFunctionNameForCalling()
H A DWorkspace.cpp954 CppCompilerEnvironment theCompilerEnvironment(_sCppCompilation); in execute() local
H A DDynPackage.cpp732 …void DynFunction::compileCppFunctionNameForCalling(CppCompilerEnvironment& theCompilerEnvironment)… in compileCppFunctionNameForCalling()
H A DDtaBNFScript.cpp1886 …void DtaBNFScript::compileCppBNFAssignment(CppCompilerEnvironment& theCompilerEnvironment, int iCl… in compileCppBNFAssignment()
H A DDtaScript.cpp4292 …void DtaScript::compileCpp(CppCompilerEnvironment& theCompilerEnvironment, const std::string& sScr… in compileCpp()
H A DCGRuntime.cpp751 CppCompilerEnvironment theCompilerEnvironment(sProjectDirectory); in compileToCpp() local