Home
last modified time | relevance | path

Searched refs:test0 (Results 1 – 25 of 219) sorted by relevance

123456789

/external/clang/test/Sema/
Dconditional-expr.c38 unsigned long test0 = 5; in foo() local
39test0 = test0 ? (long) test0 : test0; // expected-warning {{operand of ? changes signedness: 'long… in foo()
40test0 = test0 ? (int) test0 : test0; // expected-warning {{operand of ? changes signedness: 'int' … in foo()
41test0 = test0 ? (short) test0 : test0; // expected-warning {{operand of ? changes signedness: 'sho… in foo()
42test0 = test0 ? test0 : (long) test0; // expected-warning {{operand of ? changes signedness: 'long… in foo()
43test0 = test0 ? test0 : (int) test0; // expected-warning {{operand of ? changes signedness: 'int' … in foo()
44test0 = 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/
Dconditional-expr.cpp182 unsigned long test0 = 5; in test() local
183test0 = test0 ? (long) test0 : test0; // expected-warning {{operand of ? changes signedness: 'long… in test()
184test0 = test0 ? (int) test0 : test0; // expected-warning {{operand of ? changes signedness: 'int' … in test()
185test0 = test0 ? (short) test0 : test0; // expected-warning {{operand of ? changes signedness: 'sho… in test()
186test0 = test0 ? test0 : (long) test0; // expected-warning {{operand of ? changes signedness: 'long… in test()
187test0 = test0 ? test0 : (int) test0; // expected-warning {{operand of ? changes signedness: 'int' … in test()
188test0 = 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 …]
Dunknown-anytype.cpp3 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/
Dp13.cpp12 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()
Dp12.cpp14 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
Dp8.cpp7 namespace test0 { namespace
15 void test0() { in test0() function
46 void test0() { in test0() function
/external/llvm/test/MC/AsmParser/
Dmacros-parsing.s4 .macro .test0
9 .test0
12 .test0
15 .macro .test0
Dmacros.s4 .macro .test0
8 .test0
/external/clang/test/SemaObjC/
Dunknown-anytype.m3 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/
Dregress-192226.js62 test0();
69 test0();
74 function test0() function
/external/clang/test/SemaTemplate/
Ddependent-names.cpp19 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()
Dtemp_arg.cpp15 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/
Dp3.cpp20 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/
Dregress-263.js33 function test0() { with({}) for(var x in {}) return; } function
34 test0();
Dregress-265.js33 function test0() { function
47 test0();
Dregress-969.js48 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/
Dp6.cpp3 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/
Dp1.cpp12 struct test0 {}; struct
32 test0 a;
/external/clang/test/CodeGenCXX/
Dexceptions-no-rtti.cpp10 namespace test0 { namespace
34 void test0() { in test0() function
/external/clang/test/CodeGenObjC/
Dterminate.m7 void test0(void) { function
12 // CHECK-WITH: define void @test0()
21 // CHECK-WITHOUT: define void @test0()
Dbuiltins.m3 void test0(id receiver, SEL sel, const char *str) { function
6 // CHECK: define void @test0(
Darc-property.m7 void test0(Test0 *t0, id value) { function
10 // CHECK: define void @test0(
/external/llvm/test/Transforms/ObjCARC/
Dpost-inlining.ll11 ; 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/
Dp1.cpp17 namespace test0 { namespace
52 void test0() { in test0() function
95 void test0() { in test0() function
/external/v8/test/mjsunit/compiler/
Dthis-property-refs.js36 Test.prototype.test0 = function () { method in Test
52 t.test0();

123456789