HomeSort by relevance Sort by last modified time
    Searched refs:tfoo (Results 1 - 6 of 6) sorted by null

  /external/clang/test/Index/
index-file.cpp 14 void tfoo() {} function in namespace:rdar14063074
15 void tfoo<int>() {} function in namespace:rdar14063074
36 // CHECK: [indexDeclaration]: kind: function-template-spec | name: tfoo | {{.*}} | loc: 15:6
  /external/clang/test/CXX/dcl.decl/dcl.meaning/
p1-0x.cpp 15 class tfoo { class
21 int decltype(tfoo<T>())::i; // expected-error{{nested name specifier 'decltype(tfoo<T>())::' for declaration does not refer into a class, class template or class template partial specialization}}
23 void decltype(tfoo<T>())::func() { // expected-error{{nested name specifier 'decltype(tfoo<T>())::' for declaration does not refer into a class, class template or class template partial specialization}} function
  /external/clang/test/OpenMP/
for_simd_codegen.cpp 361 template <class T, unsigned K> T tfoo(T a) { return a + K; } function
368 z[i + j] = a + tfoo<T, N>(i + j);
    [all...]
parallel_for_simd_codegen.cpp 361 template <class T, unsigned K> T tfoo(T a) { return a + K; } function
368 z[i + j] = a + tfoo<T, N>(i + j);
    [all...]
simd_codegen.cpp 245 template <class T, unsigned K> T tfoo(T a) { return a + K; } function
252 z[i + j] = a + tfoo<T, N>(i + j);
  /external/clang/test/CXX/special/class.dtor/
p3-0x.cpp 87 void tfoo() { function

Completed in 463 milliseconds