Home
last modified time | relevance | path

Searched refs:test10 (Results 1 – 25 of 379) sorted by relevance

12345678910>>...16

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dfriend.cpp169 namespace test10 { namespace
206 ::test10::f10_a(); in g()
207 ::test10::f10_b(); in g()
208 ::test10::f10_c(); in g()
216 ::test10::f10_a(x); in g()
217 ::test10::f10_b(x); in g()
218 ::test10::f10_c(x); in g()
290 ::test10::f10_d(); in k()
291 ::test10::f10_d(x); in k()
292 ::test10::f10_d(y); in k()
[all …]
H A Dbuiltin-assume-aligned-tmpl.cpp14 int test10(int *a, T z) { in test10() function
20 …return test10(a, 42); // expected-note {{in instantiation of function template specialization 'tes… in test10i()
H A Dconstexpr-function-recovery-crash.cpp70 constexpr int test10() { return undef(); } // expected-error {{use of undeclared identifier 'undef'… in test10() function
71 static_assert(test10() <= 1, "should not crash"); // expected-error {{static assertion expression i…
H A Dast-print.cpp85 namespace test10 { namespace
99 return test10::M::X<INT>::value; in test11()
H A Dlong-virtual-inheritance-chain.cpp13 class test10 : virtual test9 { virtual void f(); }; class
14 class test11 : virtual test10 { virtual void f(); };
H A Derr_init_conversion_failed.cpp34 void test10() { in test10() function
/llvm-project-15.0.7/llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/
H A Dx86-constant-pool.ll6 ; ELF-LABEL: test10:
11 ; DARWIN-LABEL: test10:
/llvm-project-15.0.7/libcxxabi/test/
H A Dcatch_ptr_02.pass.cpp186 void test10 () in test10() function
213 test10(); in main()
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dbuiltin-constant-p.c97 int test10(void) { in test10() function
100 return __builtin_constant_p(&test10 != 0); in test10()
H A Dswitch-dce.c174 int test10(void) { in test10() function
/llvm-project-15.0.7/clang/test/SemaObjCXX/
H A Dproperties.mm148 namespace test10 {
153 @property test10::A a;
154 @property test10::B b;
157 namespace test10 {
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dctor-dtor-alias.cpp204 namespace test10 { namespace
213 namespace test10 { namespace
H A Dclang-abi-compat.cpp159 template <typename T> void test10(typename T::Y::a, typename T::Y::b, float*, float*) {} in test10() function
162 template void test10<X>(int, int, float*, float*);
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Drounding-ops.ll90 define double @test10(double %x) nounwind {
94 ; CHECK-LABEL: test10:
96 ; CHECK-VSX-LABEL: test10:
H A Dmulli.ll106 define i64 @test10(i64 %x) {
107 ; CHECK-LABEL: test10:
/llvm-project-15.0.7/clang/test/Sema/
H A Dattr-deprecated.c84 void test10(void) __attribute__((deprecated));
85 void test10(void) { in test10() function
H A Dwarn-nullchar-nullptr.c43 int test10(int *a) { in test10() function
/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/NetBSD/
H A Dsha1.cpp133 void test10() { in test10() function
156 test10(); in main()
/llvm-project-15.0.7/llvm/test/Transforms/InstSimplify/
H A Daddsub.ll69 define i1 @test10(i1 %a) {
70 ; CHECK-LABEL: @test10(
/llvm-project-15.0.7/llvm/test/CodeGen/RISCV/
H A Dbranch.ll34 ; RV32I-NEXT: # %bb.9: # %test10
95 br i1 %tst9, label %end, label %test10
97 test10:
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dtrunc-subvector.ll171 define <2 x i32> @test10(<8 x i32> %v) {
172 ; SSE2-LABEL: test10:
178 ; AVX2-LABEL: test10:
186 ; AVX512-LABEL: test10:
H A Dfpcmp-soft-fp.ll93 define i1 @test10(double %d) #0 {
98 ; CHECK-LABEL: test10:
/llvm-project-15.0.7/llvm/test/CodeGen/M68k/Arith/
H A Dadd-with-overflow.ll65 define fastcc i1 @test10(i32 %x) nounwind {
66 ; CHECK-LABEL: test10:
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Deasily-swappable-parameters-prefixsuffixname.cpp44 void test10(int Something, int Other, int Foo, int Bar1, int Bar2, int Baz, int Qux) {} in test10() function
/llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/
H A Daddrmode-indoff.ll65 ; CHECK-LABEL: test10
67 define void @test10(i32 %i, i8 zeroext %v) nounwind {

12345678910>>...16