/external/clang/test/Sema/ |
D | conditional-expr.c | 38 unsigned long test0 = 5; in foo() local 39 …test0 = test0 ? (long) test0 : test0; // expected-warning {{operand of ? changes signedness: 'long… in foo() 40 …test0 = test0 ? (int) test0 : test0; // expected-warning {{operand of ? changes signedness: 'int' … in foo() 41 …test0 = test0 ? (short) test0 : test0; // expected-warning {{operand of ? changes signedness: 'sho… in foo() 42 …test0 = test0 ? test0 : (long) test0; // expected-warning {{operand of ? changes signedness: 'long… in foo() 43 …test0 = test0 ? test0 : (int) test0; // expected-warning {{operand of ? changes signedness: 'int' … in foo() 44 …test0 = test0 ? test0 : (short) test0; // expected-warning {{operand of ? changes signedness: 'sho… in foo() 45 test0 = test0 ? test0 : (long) 10; in foo() 46 test0 = test0 ? test0 : (int) 10; in foo() 47 test0 = test0 ? test0 : (short) 10; in foo() [all …]
|
/external/clang/test/SemaCXX/ |
D | conditional-expr.cpp | 182 unsigned long test0 = 5; in test() local 183 …test0 = test0 ? (long) test0 : test0; // expected-warning {{operand of ? changes signedness: 'long… in test() 184 …test0 = test0 ? (int) test0 : test0; // expected-warning {{operand of ? changes signedness: 'int' … in test() 185 …test0 = test0 ? (short) test0 : test0; // expected-warning {{operand of ? changes signedness: 'sho… in test() 186 …test0 = test0 ? test0 : (long) test0; // expected-warning {{operand of ? changes signedness: 'long… in test() 187 …test0 = test0 ? test0 : (int) test0; // expected-warning {{operand of ? changes signedness: 'int' … in test() 188 …test0 = test0 ? test0 : (short) test0; // expected-warning {{operand of ? changes signedness: 'sho… in test() 189 test0 = test0 ? test0 : (long) 10; in test() 190 test0 = test0 ? test0 : (int) 10; in test() 191 test0 = test0 ? test0 : (short) 10; in test() [all …]
|
D | unknown-anytype.cpp | 3 namespace test0 { namespace 4 extern __unknown_anytype test0; 40 extern __unknown_anytype test0(...); 44 void (*fn)(int) = (void(*)(int)) test0; in test()
|
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/ |
D | p13.cpp | 12 namespace test0 { namespace 17 Opaque0 test0(int*); 24 using Base::test0; 25 Opaque1 test0(const int*); 37 void test0() { in test0() function 38 Opaque0 a = Derived().test0((int*) 0); in test0() 39 Opaque1 b = Derived().test0((const int*) 0); in test0()
|
D | p12.cpp | 14 namespace test0 { namespace 39 void test0() { Opaque<0> _ = foo(Opaque<0>()); } in test0() function 51 void test0() { Opaque<0> _ = foo(Opaque<0>()); } in test0() function 64 void test0() { Opaque<1> _ = foo(Opaque<0>()); } in test0() function 84 void test0(int i) { in test0() function
|
D | p8.cpp | 7 namespace test0 { namespace 15 void test0() { in test0() function 46 void test0() { in test0() function
|
/external/llvm/test/MC/AsmParser/ |
D | macros-parsing.s | 4 .macro .test0 9 .test0 12 .test0 15 .macro .test0
|
D | macros.s | 4 .macro .test0 8 .test0
|
/external/clang/test/SemaObjC/ |
D | unknown-anytype.m | 3 extern __unknown_anytype test0; 17 int *ip = [test0 getIntPtr]; 20 …[[test0 unknownMethod] otherUnknownMethod]; // expected-error{{no known method '-otherUnknownMetho… 21 (void)(int)[[test0 unknownMethod] otherUnknownMethod];; 25 …if ([[test0 unknownMethod] otherUnknownMethod]) { // expected-error{{no known method '-otherUnknow…
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Scope/ |
D | regress-192226.js | 62 test0(); 69 test0(); 74 function test0() function
|
/external/clang/test/SemaTemplate/ |
D | dependent-names.cpp | 19 namespace test0 { namespace 33 void test0() { in test0() function in test0::Derived1 56 void test0() { in test0() function in test0::Derived2 77 void test0() { in test0() function 79 d1.test0(); in test0() 85 d2.test0(); // expected-note {{in instantiation of member function}} in test0()
|
D | temp_arg.cpp | 15 namespace test0 { namespace 18 …bar(::test0::foo<tee> *ptr) {} // FIXME(redundant): expected-error 2 {{use of undeclared identifie… in bar()
|
/external/clang/test/CXX/class/class.mfct/class.mfct.non-static/ |
D | p3.cpp | 20 namespace test0 { namespace 68 void test0() { in test0() function 93 a.test0(); // no instantiation note here, decl is ill-formed in test()
|
/external/v8/test/mjsunit/regress/ |
D | regress-263.js | 33 function test0() { with({}) for(var x in {}) return; } function 34 test0();
|
D | regress-265.js | 33 function test0() { function 47 test0();
|
D | regress-969.js | 48 function test0() { return first((y = 1, typeof x0), 2); } function 50 assertEquals('number', test0()); 53 assertEquals('undefined', test0());
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/ |
D | p6.cpp | 3 namespace test0 { namespace 8 void test0() { in test0() function 56 void test0() { in test0() function
|
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.udir/ |
D | p1.cpp | 12 struct test0 {}; struct 32 test0 a;
|
/external/clang/test/CodeGenCXX/ |
D | exceptions-no-rtti.cpp | 10 namespace test0 { namespace 34 void test0() { in test0() function
|
/external/clang/test/CodeGenObjC/ |
D | terminate.m | 7 void test0(void) { function 12 // CHECK-WITH: define void @test0() 21 // CHECK-WITHOUT: define void @test0()
|
D | builtins.m | 3 void test0(id receiver, SEL sel, const char *str) { function 6 // CHECK: define void @test0(
|
D | arc-property.m | 7 void test0(Test0 *t0, id value) { function 10 // CHECK: define void @test0(
|
/external/llvm/test/Transforms/ObjCARC/ |
D | post-inlining.ll | 11 ; CHECK: define void @test0( 15 define void @test0(i8* %call.i) { 22 ; Same as test0, but with slightly different use arrangements.
|
/external/clang/test/CXX/class.access/class.access.dcl/ |
D | p1.cpp | 17 namespace test0 { namespace 52 void test0() { in test0() function 95 void test0() { in test0() function
|
/external/v8/test/mjsunit/compiler/ |
D | this-property-refs.js | 36 Test.prototype.test0 = function () { method in Test 52 t.test0();
|