Home
last modified time | relevance | path

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

12345678910>>...25

/llvm-project/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/clang/test/CodeGen/PowerPC/
H A Dppc64-align-struct.c11 struct test7 { int x[17]; } __attribute__((aligned (32))); struct
49 void test7 (int x, struct test7 y) in test7() function
/llvm-project/clang/test/Sema/
H A Dattr-visibility.c20 extern int test7 __attribute__((visibility("default"))); // expected-note {{previous attribute is h…
21 extern int test7 __attribute__((visibility("hidden"))); // expected-error {{visibility does not mat…
/llvm-project/clang/test/CodeGenCXX/
H A Dthrow-expressions.cpp90 void test7(bool cond) { in test7() function
102 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/clang/test/CodeGen/
H A Dconditional.c29 void test7(int);
30 void* test8(void) {return 1 ? test6 : test7;} in test8()
H A Dinline.c127 void test7() { } in test7() function
128 void test7();
/llvm-project/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp11.cpp105 namespace test7 { namespace
107 using test7::foo;
/llvm-project/llvm/test/MC/AsmParser/
H A Dmacros-darwin.s65 .macro test7 .a macro
70 test7 zed3 label
/llvm-project/libcxxabi/test/
H A Dcatch_ptr_02.pass.cpp129 void test7 () in test7() function
208 test7(); in main()
/llvm-project/llvm/test/tools/llvm-objcopy/ELF/
H A Drename-section-multiple.test20 - Name: .test7
35 # CHECK: Name: .test7
/llvm-project/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/compiler-rt/test/sanitizer_common/TestCases/NetBSD/
H A Dmd4.cpp82 void test7() { in test7() function
102 test7(); in main()
H A Dmd5.cpp
H A Dmd2.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/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.c21 // RUN: %run %t test7 2>&1
22 // RUN: %env_asan_opts=strict_string_checks=false %run %t test7 2>&1
23 // RUN: %env_asan_opts=strict_string_checks=true not %run %t test7 2>&1 | FileCheck %s --check-prefix=CHECK7
101 void test7(char *array, char *endptr) { in test7()
134 if (!strcmp(argv[1], "test7")) test7(array, endptr); in main()
98 void test7(char *array, char *endptr) { test7() function
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/FreeBSD/
H A Dmd5.cpp
/llvm-project/llvm/test/Integer/
H A Dfold-fpcast_bt.ll50 define i64 @test7() {
51 ; CHECK-LABEL: define i64 @test7() {
/llvm-project/llvm/test/CodeGen/X86/
H A Dmovbe.ll201 define i64 @test7(i64 %x) nounwind {
202 ; CHECK-LABEL: test7:
212 ; SLM-LABEL: test7:
218 ; EGPR-LABEL: test7:
223 ; NOMOVBE-LABEL: test7:
H A Dtail-calls-compatible-attrs.ll55 define noundef ptr @test7() nounwind {
56 ; CHECK-LABEL: test7:
/llvm-project/llvm/test/CodeGen/RISCV/
H A Dor-is-add.ll111 define signext i32 @test7(i32 signext %x) {
112 ; RV32-LABEL: test7:
117 ; RV64-LABEL: test7:

12345678910>>...25