Home
last modified time | relevance | path

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

12345678910>>...17

/llvm-project/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()
209 ::test10::f10_d(); // expected-error {{no member named 'f10_d'}} in g()
216 ::test10::f10_a(x); in g()
217 ::test10::f10_b(x); in g()
218 ::test10::f10_c(x); in g()
219 ::test10::f10_d(x); // expected-error {{no type named 'f10_d'}} in g()
239 ::test10::f10_d(); // expected-error {{no member named 'f10_d'}} in g()
[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 'test10<int>' requested here}} 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.cpp87 namespace test10 { namespace
101 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(); };
/llvm-project/llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/
H A Dx86-constant-pool.ll6 ; ELF-LABEL: test10:
11 ; DARWIN-LABEL: test10:
/llvm-project/clang/test/SemaObjCXX/
H A Dproperties.mm144 namespace test10 {
149 @property test10::A a;
150 @property test10::B b;
153 namespace test10 {
/llvm-project/libcxxabi/test/
H A Dcatch_ptr_02.pass.cpp184 void test10 () in test10() function
211 test10(); in main()
/llvm-project/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 Daarch64-soft-float-abi.c
/llvm-project/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/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 Drlwinm.ll100 define i32 @test10(i32 %a, i32 %s) {
101 ; CHECK-LABEL: test10:
H A Dmulli.ll106 define i64 @test10(i64 %x) {
107 ; CHECK-LABEL: test10:
/llvm-project/clang/test/Sema/
H A Dattr-deprecated.c83 void test10(void) __attribute__((deprecated));
84 void test10(void) { in test10() function
H A Dwarn-nullchar-nullptr.c43 int test10(int *a) { in test10() function
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/NetBSD/
H A Dsha1.cpp133 void test10() { in test10() function
156 test10(); in main()
/llvm-project/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/llvm/test/Transforms/InstSimplify/
H A Daddsub.ll69 define i1 @test10(i1 %a) {
70 ; CHECK-LABEL: @test10(
/llvm-project/llvm/test/CodeGen/M68k/Arith/
H A Dadd-with-overflow.ll65 define fastcc i1 @test10(i32 %x) nounwind {
66 ; CHECK-LABEL: test10:
/llvm-project/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/llvm/test/CodeGen/Hexagon/
H A Daddrmode-indoff.ll65 ; CHECK-LABEL: test10
67 define void @test10(i32 %i, i8 zeroext %v) nounwind {
/llvm-project/llvm/test/Analysis/CostModel/X86/
H A Dvdiv-cost.ll140 define <8 x i32> @test10(<8 x i32> %a) {
141 ; SSE2-LABEL: 'test10'
145 ; SSSE3-LABEL: 'test10'
149 ; SSE42-LABEL: 'test10'
153 ; AVX1-LABEL: 'test10'
157 ; AVX2-LABEL: 'test10'
161 ; AVX512-LABEL: 'test10'

12345678910>>...17