Home
last modified time | relevance | path

Searched refs:constant_func (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
H A Dp3-nodeduct.cpp12 template<typename T, T* Address> void constant_func();
14 constant_func<void(int), &f<int> >(); in test_constant_func()
/llvm-project-15.0.7/lldb/source/Expression/
H A DIRInterpreter.cpp237 if (const Function *constant_func = dyn_cast<Function>(constant)) { in ResolveConstantValue() local
238 lldb_private::ConstString name(constant_func->getName()); in ResolveConstantValue()