Searched refs:m_compiled (Results 1 – 3 of 3) sorted by relevance
68 if (m_compiled) in CompileFunction()201 m_compiled = (num_errors == 0); in CompileFunction()203 if (!m_compiled) in CompileFunction()
46 m_struct_valid(false), m_arg_values(arg_value_list), m_compiled(false), in FunctionCaller()75 if (!m_compiled) in WriteFunctionWrapper()
332 bool m_compiled; ///< True if the wrapper function has already been parsed. variable