Home
last modified time | relevance | path

Searched refs:test7 (Results 1 – 25 of 580) sorted by relevance

12345678910>>...24

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dstatements.cpp42 T test7(T v) { in test7() function
52 int a = test7(1); in test8()
53 double b = test7(2.0); in test8()
H A Dwarn-loop-analysis.cpp156 void test7() { in test7() function
159 if (true) test7(); in test7()
175 if (true) test7(); in test7()
222 if (true) test7(); in test8()
238 if (true) test7(); in test8()
H A Dlong-virtual-inheritance-chain.cpp10 class test7 : virtual test6 { virtual void f(); }; class
11 class test8 : virtual test7 { virtual void f(); };
/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dppc64-align-struct.c11 struct test7 { int x[17]; } __attribute__((aligned (32))); struct
47 void test7 (int x, struct test7 y) in test7() function
/llvm-project-15.0.7/clang/test/Sema/
H A Dattr-visibility.c21 extern int test7 __attribute__((visibility("default"))); // expected-note {{previous attribute is h…
22 extern int test7 __attribute__((visibility("hidden"))); // expected-error {{visibility does not mat…
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dthrow-expressions.cpp91 void test7(bool cond) { in test7() function
103 cond ? throw test7 : val; in test7()
H A Dclang-abi-compat.cpp129 template <class T> void test7(typename T::template Int<sizeof(char)> a) {} in test7() function
130 template void test7<A>(A::Int<1>);
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dconditional.c29 void test7(int);
30 void* test8(void) {return 1 ? test6 : test7;} in test8()
H A Dinline.c128 void test7() { } in test7() function
129 void test7();
/llvm-project-15.0.7/llvm/test/MC/AsmParser/
H A Dmacros-darwin.s65 .macro test7 .a macro
70 test7 zed3 label
/llvm-project-15.0.7/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp11.cpp105 namespace test7 { namespace
107 using test7::foo;
/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/
H A Drename-section-multiple.test20 - Name: .test7
35 # CHECK: Name: .test7
/llvm-project-15.0.7/libcxxabi/test/
H A Dcatch_ptr_02.pass.cpp131 void test7 () in test7() function
210 test7(); in main()
/llvm-project-15.0.7/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.ibits/
H A Deval.pass.cpp115 test7() in test7() function
140 test7(); in main()
/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/
H A Dstrtoll_strict.c82 void test7(char *array, char *endptr) { in test7() function
115 if (!strcmp(argv[1], "test7")) test7(array, endptr); in main()
H A Dstrtol_strict.c98 void test7(char *array, char *endptr) { in test7() function
131 if (!strcmp(argv[1], "test7")) test7(array, endptr); in main()
/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/NetBSD/
H A Dmd4.cpp82 void test7() { in test7() function
102 test7(); in main()
H A Dmd2.cpp82 void test7() { in test7() function
102 test7(); in main()
H A Dmd5.cpp82 void test7() { in test7() function
102 test7(); in main()
H A Drmd160.cpp78 void test7() { in test7() function
117 test7(); in main()
/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/FreeBSD/
H A Dmd5.cpp86 void test7() { in test7() function
107 test7(); in main()
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A D2008-11-08-FCmp.ll57 ; CHECK-LABEL: @test7(
58 define i1 @test7(i32 %val) {
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dtail-calls-compatible-attrs.ll55 define noundef ptr @test7() nounwind {
56 ; CHECK-LABEL: test7:
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dand-mask.ll72 define i64 @test7(i64 %a) {
73 ; CHECK-LABEL: test7:
/llvm-project-15.0.7/llvm/test/Transforms/RewriteStatepointsForGC/
H A Dpreprocess.ll29 define void @test7() gc "statepoint-example" {
30 ; CHECK-LABEL: test7

12345678910>>...24