Searched refs:constant_func (Results 1 – 3 of 3) sorted by relevance
12 template<typename T, T* Address> void constant_func();14 constant_func<void(int), &f<int> >(); in test_constant_func()
236 if (const Function *constant_func = dyn_cast<Function>(constant)) { in ResolveConstantValue() local237 lldb_private::ConstString name(constant_func->getName()); in ResolveConstantValue()