HomeSort by relevance Sort by last modified time
    Searched refs:test0 (Results 1 - 25 of 379) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Sema/
conditional-expr.c 38 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 = test0 ? (short) test0 : test0; // expected-warning {{operand of ? changes signedness: 'short' to (…)
    [all...]
  /external/llvm/test/MC/AsmParser/
macros-parsing.s 4 .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/
macros-parsing.s 4 .macro .test0
9 .test0
12 .test0
14 // CHECK-ERRORS: macro '.test0' is already defined
15 .macro .test0
  /external/clang/test/CodeGen/
unwind-attr.c 6 // CHECK: define [[INT:i.*]] @test0() [[TF:#[0-9]+]] {
7 // CHECK-NOEXC: define [[INT:i.*]] @test0() [[NUW:#[0-9]+]] {
8 int test0(void) { function
volatile-2.c 3 void test0() { function
4 // CHECK-LABEL: define void @test0()
asm_arm.c 4 void test0(void) { function
  /external/clang/test/CodeGenCXX/
apple-kext.cpp 8 namespace test0 { namespace
noexcept.cpp 6 namespace test0 { namespace
runtimecc.cpp 15 namespace test0 { namespace
varargs.cpp 5 namespace test0 { namespace
  /external/clang/test/SemaCXX/
unknown-anytype.cpp 3 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>'}}
cxx0x-return-init-list.cpp 6 int test0(int i) { function
no-exceptions.cpp 7 namespace test0 { namespace
warn-string-conversion.cpp 6 void test0() { function
  /external/libcxx/test/std/strings/basic.string/string.nonmembers/string_op+/
pointer_string.pass.cpp 28 test0(const typename S::value_type* lhs, const S& rhs, const S& x) function
48 test0("", S(""), S(""));
49 test0("", S("12345"), S("12345"));
50 test0("", S("1234567890"), S("1234567890"));
51 test0("", S("12345678901234567890"), S("12345678901234567890"));
52 test0("abcde", S(""), S("abcde"));
53 test0("abcde", S("12345"), S("abcde12345"));
54 test0("abcde", S("1234567890"), S("abcde1234567890"));
55 test0("abcde", S("12345678901234567890"), S("abcde12345678901234567890"));
56 test0("abcdefghij", S(""), S("abcdefghij"))
    [all...]
string_pointer.pass.cpp 28 test0(const S& lhs, const typename S::value_type* rhs, const S& x) function
48 test0(S(""), "", S(""));
49 test0(S(""), "12345", S("12345"));
50 test0(S(""), "1234567890", S("1234567890"));
51 test0(S(""), "12345678901234567890", S("12345678901234567890"));
52 test0(S("abcde"), "", S("abcde"));
53 test0(S("abcde"), "12345", S("abcde12345"));
54 test0(S("abcde"), "1234567890", S("abcde1234567890"));
55 test0(S("abcde"), "12345678901234567890", S("abcde12345678901234567890"));
56 test0(S("abcdefghij"), "", S("abcdefghij"))
    [all...]
char_string.pass.cpp 28 test0(typename S::value_type lhs, const S& rhs, const S& x) function
48 test0('a', S(""), S("a"));
49 test0('a', S("12345"), S("a12345"));
50 test0('a', S("1234567890"), S("a1234567890"));
51 test0('a', S("12345678901234567890"), S("a12345678901234567890"));
65 test0('a', S(""), S("a"));
66 test0('a', S("12345"), S("a12345"));
67 test0('a', S("1234567890"), S("a1234567890"));
68 test0('a', S("12345678901234567890"), S("a12345678901234567890"));
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string_op+/
pointer_string.pass.cpp 27 test0(const typename S::value_type* lhs, const S& rhs, const S& x) function
47 test0("", S(""), S(""));
48 test0("", S("12345"), S("12345"));
49 test0("", S("1234567890"), S("1234567890"));
50 test0("", S("12345678901234567890"), S("12345678901234567890"));
51 test0("abcde", S(""), S("abcde"));
52 test0("abcde", S("12345"), S("abcde12345"));
53 test0("abcde", S("1234567890"), S("abcde1234567890"));
54 test0("abcde", S("12345678901234567890"), S("abcde12345678901234567890"));
55 test0("abcdefghij", S(""), S("abcdefghij"))
    [all...]
string_pointer.pass.cpp 27 test0(const S& lhs, const typename S::value_type* rhs, const S& x) function
47 test0(S(""), "", S(""));
48 test0(S(""), "12345", S("12345"));
49 test0(S(""), "1234567890", S("1234567890"));
50 test0(S(""), "12345678901234567890", S("12345678901234567890"));
51 test0(S("abcde"), "", S("abcde"));
52 test0(S("abcde"), "12345", S("abcde12345"));
53 test0(S("abcde"), "1234567890", S("abcde1234567890"));
54 test0(S("abcde"), "12345678901234567890", S("abcde12345678901234567890"));
55 test0(S("abcdefghij"), "", S("abcdefghij"))
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/strings/basic.string/string.nonmembers/string_op+/
pointer_string.pass.cpp 28 test0(const typename S::value_type* lhs, const S& rhs, const S& x) function
48 test0("", S(""), S(""));
49 test0("", S("12345"), S("12345"));
50 test0("", S("1234567890"), S("1234567890"));
51 test0("", S("12345678901234567890"), S("12345678901234567890"));
52 test0("abcde", S(""), S("abcde"));
53 test0("abcde", S("12345"), S("abcde12345"));
54 test0("abcde", S("1234567890"), S("abcde1234567890"));
55 test0("abcde", S("12345678901234567890"), S("abcde12345678901234567890"));
56 test0("abcdefghij", S(""), S("abcdefghij"))
    [all...]
string_pointer.pass.cpp 28 test0(const S& lhs, const typename S::value_type* rhs, const S& x) function
48 test0(S(""), "", S(""));
49 test0(S(""), "12345", S("12345"));
50 test0(S(""), "1234567890", S("1234567890"));
51 test0(S(""), "12345678901234567890", S("12345678901234567890"));
52 test0(S("abcde"), "", S("abcde"));
53 test0(S("abcde"), "12345", S("abcde12345"));
54 test0(S("abcde"), "1234567890", S("abcde1234567890"));
55 test0(S("abcde"), "12345678901234567890", S("abcde12345678901234567890"));
56 test0(S("abcdefghij"), "", S("abcdefghij"))
    [all...]
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p13.cpp 13 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);
  /device/google/contexthub/firmware/app/
Android.mk 17 subdirs := test0.app test1.app chre
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/
p3.cpp 5 namespace test0 { namespace
  /external/clang/test/CXX/over/over.match/over.match.best/over.best.ics/over.ics.list/
p6.cpp 4 namespace test0 { namespace

Completed in 1987 milliseconds

1 2 3 4 5 6 7 8 91011>>