Home
last modified time | relevance | path

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

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