Searched refs:GlobalVarDiffIR (Results 1 – 6 of 6) sorted by relevance
67 bool AddGlobalVarDiffIR(const GlobalVarDiffIR *,
101 static_cast<const GlobalVarDiffIR*>(message), type_stack, diff_kind); in AddDiffMessageIR()365 const GlobalVarDiffIR *global_var_diff_ir, const std::string &type_stack, in AddGlobalVarDiffIR()
313 const GlobalVarDiffIR *global_var_diffp);
258 const GlobalVarDiffIR *global_var_diff_ir) { in ConvertGlobalVarDiffIR()
64 repr::GlobalVarDiffIR global_var_diff_ir(&old_global_var, in DumpDiff()
319 class GlobalVarDiffIR : public DiffMessageIR {325 GlobalVarDiffIR(const GlobalVarIR *old_global_var, in GlobalVarDiffIR() function