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.py181 tmpl2 = template.make_template("s1", variable_scoped_function)
185 v3 = tmpl2()
196 tmpl2 = template.make_template(
200 tmpl2()
218 tmpl2 = template.make_template(
220 v3 = tmpl2()
229 tmpl2 = template.make_template("s1", variable_scoped_function)
233 v3 = tmpl2()
246 tmpl2 = template.make_template("s1", internally_variable_scoped_function)
250 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