Searched refs:test0 (Results 1 - 25 of 239) sorted by relevance

12345678910

/external/clang/test/Sema/
H A Dconditional-expr.c38 unsigned long test0 = 5; local
39 test0 = test0 ? (long) test0 : test0; // expected-warning {{operand of ? changes signedness: 'long' to 'unsigned long'}}
40 test0 = test0 ? (int) test0 : test0; // expected-warning {{operand of ? changes signedness: 'int' to 'unsigned long'}}
41 test0
[all...]
/external/llvm/test/MC/AsmParser/
H A Dmacros-parsing.s4 .macro .test0
9 .test0
12 .test0
14 // CHECK-ERRORS: macro '.test0' is already defined
15 .macro .test0
/external/swiftshader/third_party/LLVM/test/MC/AsmParser/
H A Dmacros-parsing.s4 .macro .test0
9 .test0
12 .test0
14 // CHECK-ERRORS: macro '.test0' is already defined
15 .macro .test0
/external/clang/test/CodeGen/
H A Dunwind-attr.c6 // CHECK: define [[INT:i.*]] @test0() [[TF:#[0-9]+]] {
7 // CHECK-NOEXC: define [[INT:i.*]] @test0() [[NUW:#[0-9]+]] {
8 int test0(void) { function
H A Dvolatile-2.c3 void test0() { function
4 // CHECK-LABEL: define void @test0()
H A Dasm_arm.c4 void test0(void) { function
/external/clang/test/CodeGenCXX/
H A Dapple-kext.cpp8 namespace test0 { namespace
H A Dnoexcept.cpp6 namespace test0 { namespace
H A Druntimecc.cpp15 namespace test0 { namespace
H A Dvarargs.cpp5 namespace test0 { namespace
H A Dexceptions-no-rtti.cpp10 namespace test0 { namespace
34 void test0() { function in namespace:test1
/external/clang/test/SemaCXX/
H A Dunknown-anytype.cpp3 namespace test0 { namespace
4 extern __unknown_anytype test0;
40 extern __unknown_anytype test0(...);
44 void (*fn)(int) = (void(*)(int)) test0;
53 extern __unknown_anytype test0(...);
56 (X<int>)test0(); // expected-error{{implicit instantiation of undefined template 'test5::X<int>'}}
H A Dcxx0x-return-init-list.cpp6 int test0(int i) { function
H A Dexception-spec-no-exceptions.cpp9 namespace test0 { namespace
H A Dno-exceptions.cpp7 namespace test0 { namespace
H A Dwarn-string-conversion.cpp6 void test0() { function
/external/libcxx/test/std/strings/basic.string/string.nonmembers/string_op+/
H A Dpointer_string.pass.cpp28 void test0(const typename S::value_type* lhs, const S& rhs, const S& x) { function
42 test0("", S(""), S(""));
43 test0("", S("12345"), S("12345"));
44 test0("", S("1234567890"), S("1234567890"));
45 test0("", S("12345678901234567890"), S("12345678901234567890"));
46 test0("abcde", S(""), S("abcde"));
47 test0("abcde", S("12345"), S("abcde12345"));
48 test0("abcde", S("1234567890"), S("abcde1234567890"));
49 test0("abcde", S("12345678901234567890"), S("abcde12345678901234567890"));
50 test0("abcdefghi
[all...]
H A Dstring_pointer.pass.cpp28 void test0(const S& lhs, const typename S::value_type* rhs, const S& x) { function
42 test0(S(""), "", S(""));
43 test0(S(""), "12345", S("12345"));
44 test0(S(""), "1234567890", S("1234567890"));
45 test0(S(""), "12345678901234567890", S("12345678901234567890"));
46 test0(S("abcde"), "", S("abcde"));
47 test0(S("abcde"), "12345", S("abcde12345"));
48 test0(S("abcde"), "1234567890", S("abcde1234567890"));
49 test0(S("abcde"), "12345678901234567890", S("abcde12345678901234567890"));
50 test0(
[all...]
H A Dchar_string.pass.cpp28 void test0(typename S::value_type lhs, const S& rhs, const S& x) { function
42 test0('a', S(""), S("a"));
43 test0('a', S("12345"), S("a12345"));
44 test0('a', S("1234567890"), S("a1234567890"));
45 test0('a', S("12345678901234567890"), S("a12345678901234567890"));
59 test0('a', S(""), S("a"));
60 test0('a', S("12345"), S("a12345"));
61 test0('a', S("1234567890"), S("a1234567890"));
62 test0('a', S("12345678901234567890"), S("a12345678901234567890"));
H A Dstring_char.pass.cpp28 void test0(const S& lhs, typename S::value_type rhs, const S& x) { function
42 test0(S(""), '1', S("1"));
43 test0(S("abcde"), '1', S("abcde1"));
44 test0(S("abcdefghij"), '1', S("abcdefghij1"));
45 test0(S("abcdefghijklmnopqrst"), '1', S("abcdefghijklmnopqrst1"));
59 test0(S(""), '1', S("1"));
60 test0(S("abcde"), '1', S("abcde1"));
61 test0(S("abcdefghij"), '1', S("abcdefghij1"));
62 test0(S("abcdefghijklmnopqrst"), '1', S("abcdefghijklmnopqrst1"));
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp13.cpp13 namespace test0 { namespace
18 Opaque0 test0(int*);
25 using Base::test0;
26 Opaque1 test0(const int*);
38 void test0() { function in namespace:test0
39 Opaque0 a = Derived().test0((int*) 0);
40 Opaque1 b = Derived().test0((const int*) 0);
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/
H A Dp3.cpp5 namespace test0 { namespace
/external/clang/test/CXX/over/over.match/over.match.best/over.best.ics/over.ics.list/
H A Dp6.cpp4 namespace test0 { namespace
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.udir/
H A Dp1.cpp13 struct test0 {}; struct in namespace:ns0::ns1
33 test0 a;
/external/clang/test/SemaTemplate/
H A Dtemp_arg.cpp15 namespace test0 { namespace
18 bar(::test0::foo<tee> *ptr) {} // FIXME(redundant): expected-error 2 {{use of undeclared identifier 'tee'}}

Completed in 625 milliseconds

12345678910