/external/clang/test/CodeGen/ |
2002-06-25-FWriteInterfaceFailure.c | 7 void test() { function
|
2003-08-20-PrototypeMismatch.c | 13 void test() { function
|
2003-11-08-PointerSubNotGetelementptr.c | 3 char *test(char* C) { function
|
2004-02-13-Memset.c | 7 void test(int* X, char *Y) { function
|
asm-label.c | 7 int *test(void) { function
|
sparcv9-dwarf.c | 4 int test() { function 10 // CHECK-LABEL: define signext i32 @test()
|
/external/clang/test/CodeGenCXX/ |
2003-11-02-WeakLinkage.cpp | 11 void test() { function
|
switch-case-folding-2.cpp | 5 int test(int val){ function 18 return test(5);
|
vararg-non-pod.cpp | 12 void test(X x) { function
|
/external/clang/test/Index/ |
complete-templates.cpp | 13 void test() { function 17 // RUN: c-index-test -code-completion-at=%s:14:2 %s | FileCheck %s
|
/external/clang/test/Lexer/ |
char-escapes.c | 3 int test['\\' == 92 ? 1 : -1]; variable 4 int test['\"' == 34 ? 1 : -1]; variable 5 int test['\'' == 39 ? 1 : -1]; variable 6 int test['\?' == 63 ? 1 : -1]; variable 7 int test['\a' == 7 ? 1 : -1]; variable 8 int test['\b' == 8 ? 1 : -1]; variable 9 int test['\e' == 27 ? 1 : -1]; // expected-warning {{non-standard escape}} variable 10 int test['\E' == 27 ? 1 : -1]; // expected-warning {{non-standard escape}} variable 11 int test['\f' == 12 ? 1 : -1]; variable 12 int test['\n' == 10 ? 1 : -1] variable 13 int test['\\r' == 13 ? 1 : -1]; variable 14 int test['\\t' == 9 ? 1 : -1]; variable 15 int test['\\v' == 11 ? 1 : -1]; variable 16 int test['\\xa' == 10 ? 1 : -1]; variable 17 int test['\\1' == 1 ? 1 : -1]; variable 18 int test['\\(' == 40 ? 1 : -1]; \/\/ expected-warning {{non-standard escape}} variable 19 int test['\\{' == 123 ? 1 : -1]; \/\/ expected-warning {{non-standard escape}} variable 20 int test['\\[' == 91 ? 1 : -1]; \/\/ expected-warning {{non-standard escape}} variable 21 int test['\\%' == 37 ? 1 : -1]; \/\/ expected-warning {{non-standard escape}} variable [all...] |
/external/clang/test/Misc/ |
diag-verify.cpp | 3 // Test the -verify flag. Each of the "x = y;" lines will produce a 6 void test() { function
|
include-stack-for-note-flag.cpp | 8 int test() { function
|
/external/clang/test/PCH/ |
local_static.cpp | 0 // Test this without PCH. 5 // Test with PCH. 10 void test(Bar &b) { function
|
/external/clang/test/Sema/ |
builtin-assume.c | 17 int test = sizeof(struct{char qq[(__assume(i != 5), 7)];}); local 26 int test = sizeof(struct{char qq[(__builtin_assume(i != 5), 7)];});
|
format-strings-fixit-ssize_t.c | 6 /* This is a test of the various code modification hints that are 13 void test() { function
|
format-strings-size_t.c | 5 void test(void) { function
|
warn-write-strings.c | 8 void test(wchar_t *dst) { function
|
/external/clang/test/SemaCXX/ |
do-while-scope.cpp | 4 void test() { function
|
warn-absolute-value-header.cpp | 14 void test(long long ll, double d, int i, float f) { function
|
writable-strings-deprecated.cpp | 26 void test(bool b) function
|
/external/libcxx/test/std/algorithms/alg.sorting/alg.binary.search/equal.range/ |
equal_range.pass.cpp | 26 test(Iter first, Iter last, const T& value) function 41 test() 55 test(Iter(v.data()), Iter(v.data()+v.size()), x); 63 test(d, e, x); 65 test<forward_iterator<const int*> >(); 66 test<bidirectional_iterator<const int*> >(); 67 test<random_access_iterator<const int*> >(); 68 test<const int*>();
|
/external/libcxx/test/std/algorithms/alg.sorting/alg.binary.search/lower.bound/ |
lower_bound.pass.cpp | 25 test(Iter first, Iter last, const T& value) function 36 test() 50 test(Iter(v.data()), Iter(v.data()+v.size()), x); 58 test(d, e, x); 60 test<forward_iterator<const int*> >(); 61 test<bidirectional_iterator<const int*> >(); 62 test<random_access_iterator<const int*> >(); 63 test<const int*>();
|
/external/libcxx/test/std/algorithms/alg.sorting/alg.binary.search/upper.bound/ |
upper_bound.pass.cpp | 25 test(Iter first, Iter last, const T& value) function 36 test() 50 test(Iter(v.data()), Iter(v.data()+v.size()), x); 58 test(d, e, x); 60 test<forward_iterator<const int*> >(); 61 test<bidirectional_iterator<const int*> >(); 62 test<random_access_iterator<const int*> >(); 63 test<const int*>();
|
/external/libcxx/test/std/containers/sequences/deque/deque.cons/ |
alloc.pass.cpp | 23 test(const Allocator& a) function 32 test<int>(std::allocator<int>()); 33 test<NotConstructible>(test_allocator<NotConstructible>(3)); 35 test<int>(min_allocator<int>()); 36 test<NotConstructible>(min_allocator<NotConstructible>{});
|