Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/kernel_tests/
Dtemplate_test.py182 tmpl2 = template.make_template("s1", variable_scoped_function)
186 v3 = tmpl2()
197 tmpl2 = template.make_template(
201 tmpl2()
219 tmpl2 = template.make_template(
221 v3 = tmpl2()
230 tmpl2 = template.make_template("s1", variable_scoped_function)
234 v3 = tmpl2()
247 tmpl2 = template.make_template("s1", internally_variable_scoped_function)
251 v3 = tmpl2("test")
[all …]
/external/clang/test/SemaCXX/
Dconversion.cpp104 void tmpl2(T t = NULL) { in tmpl2() function
111 tmpl2<int*>(); in func()
Dcalling-conv-compat.cpp364 X<void __cdecl ()>::p tmpl2 = &A::method_thiscall; variable