Searched refs:m_compiled (Results 1 – 3 of 3) sorted by relevance
71 if (m_compiled) in CompileFunction()205 m_compiled = (num_errors == 0); in CompileFunction()207 if (!m_compiled) in CompileFunction()
47 m_struct_valid(false), m_arg_values(arg_value_list), m_compiled(false), in FunctionCaller()78 if (!m_compiled) in WriteFunctionWrapper()
377 bool m_compiled; ///< True if the wrapper function has already been parsed. variable