HomeSort by relevance Sort by last modified time
    Searched refs:tfoo (Results 1 - 10 of 10) 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
47 // 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);
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);
simd_codegen.cpp 248 template <class T, unsigned K> T tfoo(T a) { return a + K; } function
255 z[i + j] = a + tfoo<T, N>(i + j);
    [all...]
  /external/clang/test/CXX/special/class.dtor/
p3-0x.cpp 87 void tfoo() { function
  /prebuilts/go/darwin-x86/src/go/format/
format_test.go 94 "\n\t\t\n\n\t\t\tx := 0\n\t\t\tconst s = `\n\t\tfoo\n`\n\n\n", // no indentation removed inside raw strings
  /prebuilts/go/linux-x86/src/go/format/
format_test.go 94 "\n\t\t\n\n\t\t\tx := 0\n\t\t\tconst s = `\n\t\tfoo\n`\n\n\n", // no indentation removed inside raw strings
  /prebuilts/go/darwin-x86/src/net/http/
serve_test.go     [all...]
  /prebuilts/go/linux-x86/src/net/http/
serve_test.go     [all...]

Completed in 1466 milliseconds