Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/test/ELF/Inputs/
H A Dcopy-rel-tls.s8 .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 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()
/llvm-project-15.0.7/clang/test/Index/
H A Dindex-file.cpp14 void tfoo() {} in tfoo() function
15 void tfoo<int>() {}
/llvm-project-15.0.7/clang/test/SemaObjCXX/
H A 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);
/llvm-project-15.0.7/lld/test/ELF/
H A Ddeplibs-colon-prefix.s5 # RUN: llvm-mc -filetype=obj -triple=x86_64 - -o %tfoo.o
8 # RUN: llvm-ar rc %t.dir/foo.a %tfoo.o
H A Darchive-fetch.s6 # 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 Ddeplibs.s5 # 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 Doverloaded-unary-and.cpp14 TFoo<int> tfoo; variable
/llvm-project-15.0.7/clang/test/OpenMP/
H A Dparallel_for_simd_codegen.cpp376 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 Dfor_simd_codegen.cpp426 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 Dsimd_codegen.cpp330 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 Dp3-0x.cpp87 void tfoo() { in tfoo() function