Home
last modified time | relevance | path

Searched refs:pConstantFileName (Results 1 – 6 of 6) sorted by relevance

/dports/devel/codeworker/CodeWorker4_5_3/
H A DGrfParseFree.cpp90 ExprScriptConstant* pConstantFileName = dynamic_cast<ExprScriptConstant*>(_pDesignFileName); in compileCpp() local
92 if (pConstantFileName == NULL) { in compileCpp()
95 sScriptFilename = pConstantFileName->getConstant(); in compileCpp()
113 ExprScriptConstant* pConstantFileName = dynamic_cast<ExprScriptConstant*>(_pDesignFileName); in compileCppForQuiet() local
115 if (pConstantFileName == NULL) { in compileCppForQuiet()
118 sScriptFilename = pConstantFileName->getConstant(); in compileCppForQuiet()
H A DGrfParseAsBNF.cpp84 ExprScriptConstant* pConstantFileName = dynamic_cast<ExprScriptConstant*>(_pBNFFileName); in compileCpp() local
86 if (pConstantFileName == NULL) { in compileCpp()
89 sScriptFilename = pConstantFileName->getConstant(); in compileCpp()
H A DGrfParseStringAsBNF.cpp84 ExprScriptConstant* pConstantFileName = dynamic_cast<ExprScriptConstant*>(_pBNFFileName); in compileCpp() local
86 if (pConstantFileName == NULL) { in compileCpp()
89 sScriptFilename = pConstantFileName->getConstant(); in compileCpp()
H A DGrfGenerateString.cpp90 ExprScriptConstant* pConstantFileName = dynamic_cast<ExprScriptConstant*>(_pPatternFileName); in compileCpp() local
92 if (pConstantFileName == NULL) { in compileCpp()
95 sScriptFilename = pConstantFileName->getConstant(); in compileCpp()
H A DGrfGenerate.cpp97 ExprScriptConstant* pConstantFileName = dynamic_cast<ExprScriptConstant*>(_pPatternFileName); in compileCpp() local
99 if (pConstantFileName == NULL) { in compileCpp()
102 sScriptFilename = pConstantFileName->getConstant(); in compileCpp()
H A DGrfTranslate.cpp124 ExprScriptConstant* pConstantFileName = dynamic_cast<ExprScriptConstant*>(_pPatternFileName); in compileCpp() local
126 if (pConstantFileName == NULL) { in compileCpp()
129 sScriptFilename = pConstantFileName->getConstant(); in compileCpp()