Searched refs:this_func (Results 1 – 2 of 2) sorted by relevance
34 auto this_func = shared_from_base<AbstractFuncAtom>(); in Join() local36 if (*this_func == *other) { in Join()37 return this_func; in Join()39 return std::make_shared<AbstractFuncUnion>(this_func, other); in Join()43 if (other_union->IsSuperSet(this_func)) { in Join()46 return std::make_shared<AbstractFuncUnion>(this_func, other); in Join()95 auto this_func = shared_from_base<AbstractFunction>(); in Join() local99 return this_func; in Join()101 return std::make_shared<AbstractFuncUnion>(this_func, other); in Join()105 if (other_union->IsSuperSet(this_func)) { in Join()[all …]
515 this_func = self.file_module_function_of(frame)517 self._callers[(parent_func, this_func)] = 1525 this_func = self.file_module_function_of(frame)526 self._calledfuncs[this_func] = 1