Home
last modified time | relevance | path

Searched refs:identification_present (Results 1 – 3 of 3) sorted by relevance

/dports/science/dynare/dynare-4.6.4/preprocessor/src/
H A DModFile.cc140 || mod_file_struct.identification_present in checkPass()
623 || mod_file_struct.identification_present in transformPass()
696 if (mod_file_struct.identification_present && symbol_table.exo_det_nbr() > 0) in transformPass()
750 || mod_file_struct.ramsey_model_present || mod_file_struct.identification_present in computingPass()
756 … if (mod_file_struct.identification_present || mod_file_struct.estimation_analytic_derivation) in computingPass()
767 || mod_file_struct.ramsey_model_present || mod_file_struct.identification_present in computingPass()
776 || mod_file_struct.ramsey_model_present || mod_file_struct.identification_present in computingPass()
791 … if (mod_file_struct.identification_present || mod_file_struct.estimation_analytic_derivation) in computingPass()
H A DStatement.hh70 bool identification_present{false}; member in ModFileStructure
H A DComputingTasks.cc2692 mod_file_struct.identification_present = true; in checkPass()