Home
last modified time | relevance | path

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

12345678910>>...21

/external/clang/test/SemaCXX/
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()
235 ::test10::f10_d(); // expected-error {{no member named 'f10_d'}} in g()
[all …]
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()
Dast-print.cpp85 namespace test10 { namespace
99 return test10::M::X<INT>::value; in test11()
Dlong-virtual-inheritance-chain.cpp13 class test10 : virtual test9 { virtual void f(); }; class
14 class test11 : virtual test10 { virtual void f(); };
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AsmParser/
Dmacros-gas.s95 .macro test10 macro
99 test10
102 test10 42
/external/llvm/test/MC/AsmParser/
Dmacros-gas.s95 .macro test10 macro
99 test10
102 test10 42
/external/clang/test/SemaObjCXX/
Dproperties.mm148 namespace test10 {
153 @property test10::A a;
154 @property test10::B b;
157 namespace test10 {
/external/libcxxabi/test/
Dcatch_ptr_02.pass.cpp186 void test10 () in test10() function
213 test10(); in main()
/external/curl/tests/data/
Dtest1029 http://%HOSTIP:%HTTPPORT/we/want/10 -T log/test10.txt
31 <file name="log/test10.txt">
/external/llvm/test/CodeGen/PowerPC/
Drounding-ops.ll90 define double @test10(double %x) nounwind {
94 ; CHECK-LABEL: test10:
96 ; CHECK-VSX-LABEL: test10:
Dqpx-rounding-ops.ll97 define <4 x double> @test10(<4 x double> %x) nounwind {
101 ; CHECK: test10:
104 ; CHECK-FM: test10:
/external/clang/test/CodeGenCXX/
Dctor-dtor-alias.cpp204 namespace test10 { namespace
213 namespace test10 { namespace
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Drounding-ops.ll90 define double @test10(double %x) nounwind {
94 ; CHECK-LABEL: test10:
96 ; CHECK-VSX-LABEL: test10:
Dqpx-rounding-ops.ll97 define <4 x double> @test10(<4 x double> %x) nounwind {
101 ; CHECK: test10:
104 ; CHECK-FM: test10:
/external/clang/test/Sema/
Dattr-deprecated.c82 void test10(void) __attribute__((deprecated));
83 void test10(void) { in test10() function
/external/llvm/test/CodeGen/X86/
Drounding-ops.ll121 define double @test10(double %x) nounwind {
125 ; CHECK-SSE-LABEL: test10:
128 ; CHECK-AVX-LABEL: test10:
Dcmov-fp.ll170 define float @test10(i32 %a, i32 %b, float %x) nounwind {
175 ; SSE-LABEL: test10:
178 ; NOSSE2-LABEL: test10:
181 ; NOSSE1-LABEL: test10:
184 ; NOCMOV-LABEL: test10:
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/RISCV/
Dbranch.ll34 ; RV32I-NEXT: # %bb.9: # %test10
89 br i1 %tst9, label %end, label %test10
91 test10:
/external/swiftshader/third_party/LLVM/test/CodeGen/Thumb2/
Dthumb2-uxtb.ll121 define i32 @test10(i32 %p0) {
122 ; ARMv7A: test10
129 ; ARMv7M: test10
/external/llvm/test/CodeGen/Thumb2/
Dthumb2-uxtb.ll121 define i32 @test10(i32 %p0) {
122 ; ARMv7A: test10
129 ; ARMv7M: test10
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dnarrow-shl-cst.ll85 define i64 @test10(i64 %x) nounwind {
89 ; CHECK: test10:
Dadd.ll139 define i1 @test10(i32 %x) nounwind {
145 ; X32: test10:
149 ; X64: test10:
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstSimplify/
Daddsub.ll69 define i1 @test10(i1 %a) {
70 ; CHECK-LABEL: @test10(
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Duxtb.ll93 define i32 @test10(i32 %p0) {
102 ; CHECK-LABEL: test10:
/external/swiftshader/third_party/LLVM/test/Transforms/InstSimplify/
Dundef.ll73 ; @test10
75 define i64 @test10() {

12345678910>>...21