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

12 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
unwind-attr.c 13 // CHECK: define [[INT:i.*]] @test1() [[NUW:#[0-9]+]] {
14 // CHECK-NOEXC: define [[INT:i.*]] @test1() [[NUW]] {
15 int test1(void) { function
  /external/clang/test/CodeGenCXX/
mingw-new-abi.cpp 4 namespace test1 { namespace
pr27030.cpp 6 void test1() { (int A::*)(a); } function
8 // CHECK-LABEL: define void @test1(
mangle-valist.cpp 3 namespace test1 { namespace
4 void test1(const char *fmt, va_list ap) { function in namespace:test1
  /external/clang/test/Sema/
implicit-cast.c 3 static char *test1(int cf) { function
  /external/clang/test/SemaCXX/
indirect-goto.cpp 4 namespace test1 { namespace
  /external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.lcong/
assign.pass.cpp 22 test1() function
37 test1<T, 0, 0, 0>();
38 test1<T, 0, 1, 2>();
39 test1<T, 1, 1, 2>();
41 test1<T, 0, 0, M>();
42 test1<T, 0, M-2, M>();
43 test1<T, 0, M-1, M>();
44 test1<T, M-2, 0, M>();
45 test1<T, M-2, M-2, M>();
46 test1<T, M-2, M-1, M>()
    [all...]
copy.pass.cpp 22 test1() function
37 test1<T, 0, 0, 0>();
38 test1<T, 0, 1, 2>();
39 test1<T, 1, 1, 2>();
41 test1<T, 0, 0, M>();
42 test1<T, 0, M-2, M>();
43 test1<T, 0, M-1, M>();
44 test1<T, M-2, 0, M>();
45 test1<T, M-2, M-2, M>();
46 test1<T, M-2, M-1, M>()
    [all...]
default.pass.cpp 22 test1() function
36 test1<T, 0, 0, 0>();
37 test1<T, 0, 1, 2>();
38 test1<T, 1, 1, 2>();
40 test1<T, 0, 0, M>();
41 test1<T, 0, M-2, M>();
42 test1<T, 0, M-1, M>();
43 test1<T, M-2, 0, M>();
44 test1<T, M-2, M-2, M>();
45 test1<T, M-2, M-1, M>()
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.eng/rand.eng.lcong/
assign.pass.cpp 22 test1() function
37 test1<T, 0, 0, 0>();
38 test1<T, 0, 1, 2>();
39 test1<T, 1, 1, 2>();
41 test1<T, 0, 0, M>();
42 test1<T, 0, M-2, M>();
43 test1<T, 0, M-1, M>();
44 test1<T, M-2, 0, M>();
45 test1<T, M-2, M-2, M>();
46 test1<T, M-2, M-1, M>()
    [all...]
copy.pass.cpp 22 test1() function
37 test1<T, 0, 0, 0>();
38 test1<T, 0, 1, 2>();
39 test1<T, 1, 1, 2>();
41 test1<T, 0, 0, M>();
42 test1<T, 0, M-2, M>();
43 test1<T, 0, M-1, M>();
44 test1<T, M-2, 0, M>();
45 test1<T, M-2, M-2, M>();
46 test1<T, M-2, M-1, M>()
    [all...]
default.pass.cpp 22 test1() function
36 test1<T, 0, 0, 0>();
37 test1<T, 0, 1, 2>();
38 test1<T, 1, 1, 2>();
40 test1<T, 0, 0, M>();
41 test1<T, 0, M-2, M>();
42 test1<T, 0, M-1, M>();
43 test1<T, M-2, 0, M>();
44 test1<T, M-2, M-2, M>();
45 test1<T, M-2, M-1, M>()
    [all...]
  /external/libcxx/test/std/strings/basic.string/string.nonmembers/string_op+/
pointer_string.pass.cpp 34 void test1(const typename S::value_type* lhs, S&& rhs, const S& x) { function
66 test1("", S(""), S(""));
67 test1("", S("12345"), S("12345"));
68 test1("", S("1234567890"), S("1234567890"));
69 test1("", S("12345678901234567890"), S("12345678901234567890"));
70 test1("abcde", S(""), S("abcde"));
71 test1("abcde", S("12345"), S("abcde12345"));
72 test1("abcde", S("1234567890"), S("abcde1234567890"));
73 test1("abcde", S("12345678901234567890"), S("abcde12345678901234567890"));
74 test1("abcdefghij", S(""), S("abcdefghij"))
    [all...]
string_pointer.pass.cpp 34 void test1(S&& lhs, const typename S::value_type* rhs, const S& x) { function
65 test1(S(""), "", S(""));
66 test1(S(""), "12345", S("12345"));
67 test1(S(""), "1234567890", S("1234567890"));
68 test1(S(""), "12345678901234567890", S("12345678901234567890"));
69 test1(S("abcde"), "", S("abcde"));
70 test1(S("abcde"), "12345", S("abcde12345"));
71 test1(S("abcde"), "1234567890", S("abcde1234567890"));
72 test1(S("abcde"), "12345678901234567890", S("abcde12345678901234567890"));
73 test1(S("abcdefghij"), "", S("abcdefghij"))
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/basic.string/string.nonmembers/string_op+/
pointer_string.pass.cpp 34 void test1(const typename S::value_type* lhs, S&& rhs, const S& x) { function
66 test1("", S(""), S(""));
67 test1("", S("12345"), S("12345"));
68 test1("", S("1234567890"), S("1234567890"));
69 test1("", S("12345678901234567890"), S("12345678901234567890"));
70 test1("abcde", S(""), S("abcde"));
71 test1("abcde", S("12345"), S("abcde12345"));
72 test1("abcde", S("1234567890"), S("abcde1234567890"));
73 test1("abcde", S("12345678901234567890"), S("abcde12345678901234567890"));
74 test1("abcdefghij", S(""), S("abcdefghij"))
    [all...]
string_pointer.pass.cpp 34 void test1(S&& lhs, const typename S::value_type* rhs, const S& x) { function
65 test1(S(""), "", S(""));
66 test1(S(""), "12345", S("12345"));
67 test1(S(""), "1234567890", S("1234567890"));
68 test1(S(""), "12345678901234567890", S("12345678901234567890"));
69 test1(S("abcde"), "", S("abcde"));
70 test1(S("abcde"), "12345", S("abcde12345"));
71 test1(S("abcde"), "1234567890", S("abcde1234567890"));
72 test1(S("abcde"), "12345678901234567890", S("abcde12345678901234567890"));
73 test1(S("abcdefghij"), "", S("abcdefghij"))
    [all...]
  /art/test/524-boolean-simplifier-regression/src/
Main.java 23 public static boolean test1() { method in class:Main
35 b = (test1() || (b = b)) & b;
  /build/kati/testcase/
wildcard_multi.mk 3 test1:
  /dalvik/dx/tests/047-dex-wide-args/
Blort.class 
  /dalvik/dx/tests/051-dex-explicit-null/
Blort.class 
  /dalvik/dx/tests/059-dex-call-super/
Blort.class 
  /dalvik/dx/tests/063-dex-empty-switch/
Blort.class 
  /dalvik/dx/tests/109-int-branch/
blort.class 
  /external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.shuf/
ctor_result_type.pass.cpp 22 test1() function
75 test1();
default.pass.cpp 21 test1() function
31 test1();

Completed in 507 milliseconds

12 3 4 5 6 7 8 91011>>