HomeSort by relevance Sort by last modified time
    Searched refs:test0 (Results 26 - 50 of 250) sorted by null

12 3 4 5 6 7 8 910

  /external/clang/test/CodeGenCXX/
exceptions-no-rtti.cpp 10 namespace test0 { namespace
34 void test0() { function in namespace:test1
conditional-expr-lvalue.cpp 10 namespace test0 { namespace
expr.cpp 3 void test0(int x) { function
goto.cpp 4 namespace test0 { namespace
  /external/clang/test/SemaTemplate/
temp_arg.cpp 15 namespace test0 { namespace
18 bar(::test0::foo<tee> *ptr) {} // FIXME(redundant): expected-error 2 {{use of undeclared identifier 'tee'}}
instantiate-attr.cpp 24 int test0[sizeof(type) == 4 ? 1 : -1]; member in namespace:test1
35 int test0[sizeof(fastscriptmember<int>) == 5 ? 1 : -1]; member in namespace:test2
  /external/clang/test/SemaCXX/
conditional-expr.cpp 202 unsigned long test0 = 5; local
203 test0 = test0 ? (long) test0 : test0; // expected-warning {{operand of ? changes signedness: 'long' to 'unsigned long'}}
204 test0 = test0 ? (int) test0 : test0; // expected-warning {{operand of ? changes signedness: 'int' to 'unsigned long'}}
205 test0 = test0 ? (short) test0 : test0; // expected-warning {{operand of ? changes signedness: 'short' to (…)
    [all...]
exception-spec-no-exceptions.cpp 9 namespace test0 { namespace
  /external/libcxx/test/strings/basic.string/string.nonmembers/string_op+/
string_string.pass.cpp 39 test0(const S& lhs, const S& rhs, const S& x) function
73 test0(S(""), S(""), S(""));
74 test0(S(""), S("12345"), S("12345"));
75 test0(S(""), S("1234567890"), S("1234567890"));
76 test0(S(""), S("12345678901234567890"), S("12345678901234567890"));
77 test0(S("abcde"), S(""), S("abcde"));
78 test0(S("abcde"), S("12345"), S("abcde12345"));
79 test0(S("abcde"), S("1234567890"), S("abcde1234567890"));
80 test0(S("abcde"), S("12345678901234567890"), S("abcde12345678901234567890"));
81 test0(S("abcdefghij"), S(""), S("abcdefghij"))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string_op+/
string_string.pass.cpp 39 test0(const S& lhs, const S& rhs, const S& x) function
73 test0(S(""), S(""), S(""));
74 test0(S(""), S("12345"), S("12345"));
75 test0(S(""), S("1234567890"), S("1234567890"));
76 test0(S(""), S("12345678901234567890"), S("12345678901234567890"));
77 test0(S("abcde"), S(""), S("abcde"));
78 test0(S("abcde"), S("12345"), S("abcde12345"));
79 test0(S("abcde"), S("1234567890"), S("abcde1234567890"));
80 test0(S("abcde"), S("12345678901234567890"), S("abcde12345678901234567890"));
81 test0(S("abcdefghij"), S(""), S("abcdefghij"))
    [all...]
  /external/clang/test/CXX/class.access/class.protected/
p1-cxx11.cpp 5 namespace test0 { namespace
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.unnamed/
p1.cpp 7 void test0() { i++; } function
  /external/clang/test/CXX/temp/temp.spec/temp.inst/
p11.cpp 4 namespace test0 { namespace
  /external/clang/test/CodeGen/
block-byref-aggr.c 10 void test0() { function
15 // CHECK-LABEL: define void @test0()
may-alias.c 9 void test0(aliasing_int *ai, int *i) function
restrict.c 5 // CHECK: define void @test0(i32* %{{.*}}, i32 %{{.*}})
6 void test0(int *x, int y) { function
trapv.c 6 // CHECK-LABEL: define void @test0()
7 void test0() { function
  /external/clang/test/Sema/
conversion-64-32.c 3 int test0(long v) { function
  /external/libcxx/test/containers/sequences/vector/vector.cons/
construct_default.pass.cpp 24 test0() function
51 test0<std::vector<int> >();
52 test0<std::vector<NotConstructible> >();
63 test0<std::vector<int, min_allocator<int>> >();
64 test0<std::vector<NotConstructible, min_allocator<NotConstructible>> >();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.cons/
construct_default.pass.cpp 25 test0() function
55 test0<std::vector<int> >();
56 test0<std::vector<NotConstructible> >();
67 test0<std::vector<int, min_allocator<int>> >();
68 test0<std::vector<NotConstructible, min_allocator<NotConstructible>> >();
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p8.cpp 7 namespace test0 { namespace
15 void test0() { function in namespace:test0
46 void test0() { function in namespace:test1
  /external/libcxx/test/containers/sequences/vector.bool/
construct_default.pass.cpp 23 test0() function
50 test0<std::vector<bool> >();
55 test0<std::vector<bool, min_allocator<bool>> >();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/
construct_default.pass.cpp 23 test0() function
50 test0<std::vector<bool> >();
55 test0<std::vector<bool, min_allocator<bool>> >();
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/
p7.cpp 4 namespace test0 { namespace
  /external/clang/test/CXX/class.access/class.access.nest/
p1.cpp 4 namespace test0 { namespace

Completed in 800 milliseconds

12 3 4 5 6 7 8 910