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