Searched refs:tfoo (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/lld/test/ELF/Inputs/ |
| H A D | copy-rel-tls.s | 8 .global tfoo 10 .type tfoo,@object 11 .size tfoo, 4 12 tfoo: label
|
| /llvm-project-15.0.7/clang/test/CXX/dcl.decl/dcl.meaning/ |
| H A D | p1-0x.cpp | 15 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()
|
| /llvm-project-15.0.7/clang/test/Index/ |
| H A D | index-file.cpp | 14 void tfoo() {} in tfoo() function 15 void tfoo<int>() {}
|
| /llvm-project-15.0.7/clang/test/SemaObjCXX/ |
| H A D | missing-lhs-gun-extension.mm | 13 template <class T, class U = T> T tfoo(U x) { return x; } function 19 int (*fn)(int) = (&tfoo<int> ?: 0);
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | deplibs-colon-prefix.s | 5 # RUN: llvm-mc -filetype=obj -triple=x86_64 - -o %tfoo.o 8 # RUN: llvm-ar rc %t.dir/foo.a %tfoo.o
|
| H A D | archive-fetch.s | 6 # RUN: echo '.globl foo, bar; foo:' | llvm-mc -filetype=obj -triple=x86_64-unknown-linux - -o %tfoo… 9 # RUN: llvm-ar rcs %t.a %tfoo.o %tbar.o
|
| H A D | deplibs.s | 5 # RUN: llvm-mc -filetype=obj -triple=x86_64 - -o %tfoo.o 28 # RUN: llvm-ar rc %t.dir/foo.a %tfoo.o
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/google/ |
| H A D | overloaded-unary-and.cpp | 14 TFoo<int> tfoo; variable
|
| /llvm-project-15.0.7/clang/test/OpenMP/ |
| H A D | parallel_for_simd_codegen.cpp | 376 template <class T, unsigned K> T tfoo(T a) { return a + K; } in tfoo() function 383 z[i + j] = a + tfoo<T, N>(i + j); in templ1()
|
| H A D | for_simd_codegen.cpp | 426 template <class T, unsigned K> T tfoo(T a) { return a + K; } in tfoo() function 433 z[i + j] = a + tfoo<T, N>(i + j); in templ1()
|
| H A D | simd_codegen.cpp | 330 template <class T, unsigned K> T tfoo(T a) { return a + K; } in tfoo() function 337 z[i + j] = a + tfoo<T, N>(i + j); in templ1()
|
| /llvm-project-15.0.7/clang/test/CXX/special/class.dtor/ |
| H A D | p3-0x.cpp | 87 void tfoo() { in tfoo() function
|