Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dexceptions-seh.cpp44 T func_template() { in func_template() function
48 func_template<void *, __exception_info>(); in inject_builtins()
49 func_template<unsigned long, __exception_code>(); in inject_builtins()
/external/clang/test/CodeGenCXX/
Dmangle-lambdas.cpp154 void func_template(T = []{ return T(); }()); in __anon0f6e5d5a1402()
159 func_template<int>(); in use_func_template()
/external/v8/tools/clang/blink_gc_plugin/
DRecordInfo.cpp475 if (FunctionTemplateDecl* func_template = in DetermineTracingMethods() local
477 method = dyn_cast<CXXMethodDecl>(func_template->getTemplatedDecl()); in DetermineTracingMethods()