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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.string/
p2.cpp 2 char test1[1]="f"; // expected-error {{initializer-string for char array is too long}} variable
  /external/llvm/test/MC/AsmParser/
macros-darwin.s 3 .macro test1
8 test1 1, 2 3 label
  /external/clang/test/CodeGen/
attr-coldhot.c 3 int test1() __attribute__((__cold__)) { function
7 // CHECK: @test1{{.*}}[[ATTR:#[0-9]+]]
2003-11-03-AddrArrayElement.c 8 char *test1(unsigned i) { function
2004-02-13-BuiltinFrameReturnAddress.c 3 void *test1() { function
asm-errors.c 7 int test1(int X) { function
x86.c 11 void test1() { function
code-coverage.c 5 int test1(int a) { function
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/valgrind/main/none/tests/
nestedfns.stdout.exp 1 Inside test1
  /external/clang/test/CodeGenCXX/
varargs.cpp 6 // test1 should be compmiled to be a varargs function in the IR even
11 int test1(...) { function in namespace:test0
17 test1(0);
21 namespace test1 { namespace
mangle-valist.cpp 3 namespace test1 { namespace
4 void test1(const char *fmt, va_list ap) { function in namespace:test1
  /external/clang/test/SemaCXX/
cxx0x-return-init-list.cpp 11 T test1(U u) { function
15 template int test1(char);
16 template long test1(int);
builtins-arm.cpp 4 int test1(const __builtin_va_list &ap) { function
indirect-goto.cpp 4 namespace test1 { namespace
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.eng/rand.eng.lcong/
seed_result_type.pass.cpp 22 test1() function
36 test1<unsigned short>();
37 test1<unsigned int>();
38 test1<unsigned long>();
39 test1<unsigned long long>();
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...]
values.pass.cpp 33 test1() function
53 test1<T, 0, 0, 0>();
54 test1<T, 0, 1, 2>();
55 test1<T, 1, 1, 2>();
57 test1<T, 0, 0, M>();
58 test1<T, 0, M-2, M>();
59 test1<T, 0, M-1, M>();
60 test1<T, M-2, 0, M>();
61 test1<T, M-2, M-2, M>();
62 test1<T, M-2, M-1, M>()
    [all...]
  /dalvik/dx/tests/059-dex-call-super/
Blort.java 20 public int test1() { method in class:Blort
  /dalvik/dx/tests/081-dex-throws-list/
Blort.java 19 public int test1() method in class:Blort
  /external/clang/test/Sema/
implicit-cast.c 3 static char *test1(int cf) { function
  /ndk/sources/cxx-stl/llvm-libc++/test/strings/basic.string/string.nonmembers/string_op+/
pointer_string.pass.cpp 34 test1(const typename S::value_type* lhs, S&& rhs, const S& x) function
64 test1("", S(""), S(""));
65 test1("", S("12345"), S("12345"));
66 test1("", S("1234567890"), S("1234567890"));
67 test1("", S("12345678901234567890"), S("12345678901234567890"));
68 test1("abcde", S(""), S("abcde"));
69 test1("abcde", S("12345"), S("abcde12345"));
70 test1("abcde", S("1234567890"), S("abcde1234567890"));
71 test1("abcde", S("12345678901234567890"), S("abcde12345678901234567890"));
72 test1("abcdefghij", S(""), S("abcdefghij"))
    [all...]
string_pointer.pass.cpp 34 test1(S&& lhs, const typename S::value_type* rhs, const S& x) function
64 test1(S(""), "", S(""));
65 test1(S(""), "12345", S("12345"));
66 test1(S(""), "1234567890", S("1234567890"));
67 test1(S(""), "12345678901234567890", S("12345678901234567890"));
68 test1(S("abcde"), "", S("abcde"));
69 test1(S("abcde"), "12345", S("abcde12345"));
70 test1(S("abcde"), "1234567890", S("abcde1234567890"));
71 test1(S("abcde"), "12345678901234567890", S("abcde12345678901234567890"));
72 test1(S("abcdefghij"), "", S("abcdefghij"))
    [all...]

Completed in 2232 milliseconds

1 2 3 4 5 6 7 8 91011>>