Home
last modified time | relevance | path

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

1234567

/external/clang/test/SemaCXX/
Dfriend.cpp167 namespace test10 { namespace
204 ::test10::f10_a(); in g()
205 ::test10::f10_b(); in g()
206 ::test10::f10_c(); in g()
207 ::test10::f10_d(); // expected-error {{no member named 'f10_d'}} in g()
214 ::test10::f10_a(x); in g()
215 ::test10::f10_b(x); in g()
216 ::test10::f10_c(x); in g()
217 ::test10::f10_d(x); // expected-error {{no type named 'f10_d'}} in g()
233 ::test10::f10_d(); // expected-error {{no member named 'f10_d'}} in g()
[all …]
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(); };
Derr_init_conversion_failed.cpp34 void test10() { in test10() function
Dundefined-inline.cpp53 namespace test10 { namespace
/external/llvm/test/MC/AsmParser/
Dmacros-gas.s95 .macro test10 macro
99 test10
102 test10 42
/external/chromium_org/v8/test/mjsunit/regress/
Dregress-969.js118 function test10(index) { return first((++o[index], typeof x10), 2); } function
119 assertEquals('number', test10());
121 assertEquals('undefined', test10());
Dregress-70066.js137 function test10() { function
141 assertEquals(false, test10(), "test10");
/external/chromium_org/v8/test/mjsunit/
Ddebug-stepout-scope-part1.js136 function test10() { function
142 test10();
/external/libcxxabi/test/
Dcatch_ptr_02.cpp168 void test10 () in test10() function
195 test10(); in main()
/external/clang/test/SemaObjCXX/
Dproperties.mm148 namespace test10 {
153 @property test10::A a;
154 @property test10::B b;
157 namespace test10 {
/external/clang/test/Sema/
Dattr-deprecated.c82 void test10(void) __attribute__((deprecated));
83 void test10(void) { in test10() function
Dbuiltins.c70 void test10(void) __attribute__((noreturn));
72 void test10(void) { in test10() function
/external/chromium_org/v8/test/mjsunit/compiler/
Dsimple-bailouts.js93 Test.prototype.test10 = function() { method in Test
142 t.test10();
/external/llvm/test/CodeGen/X86/
Drounding-ops.ll121 define double @test10(double %x) nounwind {
125 ; CHECK-SSE-LABEL: test10:
128 ; CHECK-AVX-LABEL: test10:
Dnarrow-shl-cst.ll85 define i64 @test10(i64 %x) nounwind {
89 ; CHECK-LABEL: test10:
Dadd.ll137 define i1 @test10(i32 %x) nounwind {
143 ; X32-LABEL: test10:
147 ; X64-LABEL: test10:
Dfp-fast.ll108 ; CHECK-LABEL: test10
109 define float @test10(float %a) {
/external/llvm/test/CodeGen/PowerPC/
Drounding-ops.ll75 define double @test10(double %x) nounwind {
79 ; CHECK-LABEL: test10:
/external/llvm/test/CodeGen/Thumb2/
Dthumb2-uxtb.ll121 define i32 @test10(i32 %p0) {
122 ; ARMv7A: test10
129 ; ARMv7M: test10
/external/clang/test/CodeGen/
Dswitch-dce.c174 int test10(void) { in test10() function
Dconditional.c52 int test10(int c) { in test10() function
/external/llvm/test/CodeGen/AArch64/
Dmovw-consts.ll66 define i64 @test10() {
67 ; CHECK-LABEL: test10:
/external/llvm/test/ExecutionEngine/MCJIT/
Dtest-ret.ll44 define double @test10() {
/external/llvm/test/ExecutionEngine/
Dtest-ret.ll44 define double @test10() {

1234567