Home
last modified time | relevance | path

Searched refs:tfoo (Results 1 – 7 of 7) sorted by relevance

/external/clang/test/CXX/dcl.decl/dcl.meaning/
Dp1-0x.cpp15 class tfoo { class
21 int decltype(tfoo<T>())::i; // expected-error{{nested name specifier 'decltype(tfoo<T>())::' for de…
23 void decltype(tfoo<T>())::func() { // expected-error{{nested name specifier 'decltype(tfoo<T>())::'… in func()
/external/clang/test/Index/
Dindex-file.cpp14 void tfoo() {} in tfoo() function
15 void tfoo<int>() {}
/external/clang/test/SemaObjCXX/
Dmissing-lhs-gun-extension.mm13 template <class T, class U = T> T tfoo(U x) { return x; } function
19 int (*fn)(int) = (&tfoo<int> ?: 0);
/external/clang/test/OpenMP/
Dfor_simd_codegen.cpp361 template <class T, unsigned K> T tfoo(T a) { return a + K; } in tfoo() function
368 z[i + j] = a + tfoo<T, N>(i + j); in templ1()
Dparallel_for_simd_codegen.cpp361 template <class T, unsigned K> T tfoo(T a) { return a + K; } in tfoo() function
368 z[i + j] = a + tfoo<T, N>(i + j); in templ1()
Dsimd_codegen.cpp248 template <class T, unsigned K> T tfoo(T a) { return a + K; } in tfoo() function
255 z[i + j] = a + tfoo<T, N>(i + j); in templ1()
/external/clang/test/CXX/special/class.dtor/
Dp3-0x.cpp87 void tfoo() { in tfoo() function