Searched refs:test (Results 1 - 25 of 7567) sorted by relevance

1234567891011>>

/external/clang/test/CodeGen/
H A Dbool-init.c4 // CHECK: @test = global i8 1
5 _Bool test = &test; variable
H A Dlong_double_fp128.cpp19 void test(long, float, double, long double, long double _Complex) { } function
H A D2003-06-29-MultipleFunctionDefinition.c5 extern __inline__ void test() { } function
7 void test() { function
H A Dblockwithlocalstatic.c4 // CHECK: @block_block_invoke.test = internal global i32
6 static int test=0;
7 return test;
9 // CHECK: @block1_block_invoke_2.test = internal global i32
11 static int test = 2;
14 // CHECK: @block2_block_invoke_3.test = internal global i32
16 static int test = 5;
17 return test;
H A D2007-09-14-NegatePointer.c4 int foo(unsigned char *test) { argument
5 return 0U - (unsigned int )test;
H A D2008-02-08-bitfield-bug.c3 struct test { struct
8 struct test *t;
/external/clang/test/Index/
H A Dpreamble-reparse-warn-end-of-file.c3 // RUN: env CINDEXTEST_EDITING=1 c-index-test -test-load-source-reparse 2 local %s -I %t 2>&1 > %t.out.txt | FileCheck -check-prefix=STDERR %s
5 // CHECK: preamble-reparse-warn-end-of-file.c:[[@LINE+6]]:6: FunctionDecl=test:[[@LINE+6]]:6
11 void test() { function
/external/clang/test/SemaCXX/
H A Dpr9812.cpp3 int test(int, char**) function
H A Dshort-wchar-sign.cpp7 int test[(wchar_t(-1)<wchar_t(0)) == (sizeof(wchar_t) == 4) ?1:-1]; variable
/external/clang/tools/scan-build-py/tests/functional/src/
H A Dbroken-two.c1 int test() { ; function
/external/libcxx/test/std/experimental/string.view/string.view.ops/
H A Dcompare.size_size_sv_size_size.pass.cpp45 void test ( const CharT *s1, size_t pos1, size_t n1, function
57 test("", 0, 0, "", 0, 0, 0);
58 test("", 0, 0, "", 0, 1, 0);
59 test("", 0, 0, "", 1, 0, 0);
60 test("", 0, 0, "abcde", 0, 0, 0);
61 test("", 0, 0, "abcde", 0, 1, -1);
62 test("", 0, 0, "abcde", 0, 2, -2);
63 test("", 0, 0, "abcde", 0, 4, -4);
64 test("", 0, 0, "abcde", 0, 5, -5);
65 test("",
[all...]
H A Dcompare.size_size_sv.pass.cpp43 void test ( const CharT *s1, size_t pos1, size_t n1, const CharT *s2, int expected ) { function
52 test("", 0, 0, "", 0);
53 test("", 0, 0, "abcde", -5);
54 test("", 0, 0, "abcdefghij", -10);
55 test("", 0, 0, "abcdefghijklmnopqrst", -20);
56 test("", 0, 1, "", 0);
57 test("", 0, 1, "abcde", -5);
58 test("", 0, 1, "abcdefghij", -10);
59 test("", 0, 1, "abcdefghijklmnopqrst", -20);
60 test("",
[all...]
H A Dcompare.size_size_sv_pointer_size.pass.cpp46 void test ( const CharT *s1, size_t pos1, size_t n1, function
57 test("", 0, 0, "", 0, 0);
58 test("", 0, 0, "abcde", 0, 0);
59 test("", 0, 0, "abcde", 1, -1);
60 test("", 0, 0, "abcde", 2, -2);
61 test("", 0, 0, "abcde", 4, -4);
62 test("", 0, 0, "abcde", 5, -5);
63 test("", 0, 0, "abcdefghij", 0, 0);
64 test("", 0, 0, "abcdefghij", 1, -1);
65 test("",
[all...]
H A Dcompare.pointer_size.pass.cpp42 test( const CharT *s1, size_t pos1, size_t n1, const CharT *s2, int expected) function
51 test("", 0, 0, "", 0);
52 test("", 0, 0, "abcde", -5);
53 test("", 0, 0, "abcdefghij", -10);
54 test("", 0, 0, "abcdefghijklmnopqrst", -20);
55 test("", 0, 1, "", 0);
56 test("", 0, 1, "abcde", -5);
57 test("", 0, 1, "abcdefghij", -10);
58 test("", 0, 1, "abcdefghijklmnopqrst", -20);
59 test("",
[all...]
/external/libcxx/test/std/strings/string.view/string.view.ops/
H A Dcompare.size_size_sv_size_size.pass.cpp43 void test ( const CharT *s1, size_t pos1, size_t n1, function
55 test("", 0, 0, "", 0, 0, 0);
56 test("", 0, 0, "", 0, 1, 0);
57 test("", 0, 0, "", 1, 0, 0);
58 test("", 0, 0, "abcde", 0, 0, 0);
59 test("", 0, 0, "abcde", 0, 1, -1);
60 test("", 0, 0, "abcde", 0, 2, -2);
61 test("", 0, 0, "abcde", 0, 4, -4);
62 test("", 0, 0, "abcde", 0, 5, -5);
63 test("",
[all...]
H A Dcompare.size_size_sv.pass.cpp41 void test ( const CharT *s1, size_t pos1, size_t n1, const CharT *s2, int expected ) { function
50 test("", 0, 0, "", 0);
51 test("", 0, 0, "abcde", -5);
52 test("", 0, 0, "abcdefghij", -10);
53 test("", 0, 0, "abcdefghijklmnopqrst", -20);
54 test("", 0, 1, "", 0);
55 test("", 0, 1, "abcde", -5);
56 test("", 0, 1, "abcdefghij", -10);
57 test("", 0, 1, "abcdefghijklmnopqrst", -20);
58 test("",
[all...]
H A Dcompare.size_size_sv_pointer_size.pass.cpp42 void test ( const CharT *s1, size_t pos1, size_t n1, function
53 test("", 0, 0, "", 0, 0);
54 test("", 0, 0, "abcde", 0, 0);
55 test("", 0, 0, "abcde", 1, -1);
56 test("", 0, 0, "abcde", 2, -2);
57 test("", 0, 0, "abcde", 4, -4);
58 test("", 0, 0, "abcde", 5, -5);
59 test("", 0, 0, "abcdefghij", 0, 0);
60 test("", 0, 0, "abcdefghij", 1, -1);
61 test("",
[all...]
H A Dcompare.pointer_size.pass.cpp41 test( const CharT *s1, size_t pos1, size_t n1, const CharT *s2, int expected) function
50 test("", 0, 0, "", 0);
51 test("", 0, 0, "abcde", -5);
52 test("", 0, 0, "abcdefghij", -10);
53 test("", 0, 0, "abcdefghijklmnopqrst", -20);
54 test("", 0, 1, "", 0);
55 test("", 0, 1, "abcde", -5);
56 test("", 0, 1, "abcdefghij", -10);
57 test("", 0, 1, "abcdefghijklmnopqrst", -20);
58 test("",
[all...]
/external/clang/test/Preprocessor/
H A Dpr2086.c3 #define test macro
5 #define test macro
8 #ifdef test
H A Dpr2086.h1 #ifndef test
4 #ifdef test
5 #undef test macro
H A Dcxx_true.cpp8 // CPP: test block_1
9 // C-NOT: test block_1
10 test block_1
14 // CPP-NOT: test block_2
15 // C-NOT: test block_2
16 test block_2
H A Dinclude-macros.c1 // RUN: %clang_cc1 -E -Dtest=FOO -imacros %S/pr2086.h %s | grep 'HERE: test'
3 // This should not be expanded into FOO because pr2086.h undefs 'test'.
4 HERE: test
/external/valgrind/none/tests/x86/
H A Daad_aam.stdout.exp0 test begins
2 test completed
/external/libcxx/test/std/strings/basic.string/string.ops/string_compare/
H A Dsize_size_pointer.pass.cpp33 test(const S& s, typename S::size_type pos1, typename S::size_type n1, function
57 test(S(""), 0, 0, "", 0);
58 test(S(""), 0, 0, "abcde", -5);
59 test(S(""), 0, 0, "abcdefghij", -10);
60 test(S(""), 0, 0, "abcdefghijklmnopqrst", -20);
61 test(S(""), 0, 1, "", 0);
62 test(S(""), 0, 1, "abcde", -5);
63 test(S(""), 0, 1, "abcdefghij", -10);
64 test(S(""), 0, 1, "abcdefghijklmnopqrst", -20);
65 test(
[all...]
H A Dsize_size_pointer_size.pass.cpp33 test(const S& s, typename S::size_type pos, typename S::size_type n1, function
57 test(S(""), 0, 0, "", 0, 0);
58 test(S(""), 0, 0, "abcde", 0, 0);
59 test(S(""), 0, 0, "abcde", 1, -1);
60 test(S(""), 0, 0, "abcde", 2, -2);
61 test(S(""), 0, 0, "abcde", 4, -4);
62 test(S(""), 0, 0, "abcde", 5, -5);
63 test(S(""), 0, 0, "abcdefghij", 0, 0);
64 test(S(""), 0, 0, "abcdefghij", 1, -1);
65 test(
[all...]

Completed in 488 milliseconds

1234567891011>>