Home
last modified time | relevance | path

Searched defs:test1 (Results 1 – 25 of 878) sorted by relevance

12345678910>>...36

/minix3/external/bsd/libc++/dist/libcxx/test/std/algorithms/alg.modifying.operations/alg.fill/
H A Dfill_n.pass.cpp82 struct test1 { struct
83 test1() : c(0) { } in test1() argument
84 test1(char c) : c(c + 1) { } in test1() argument
92 test1 test1a[n] = {0}; in test_struct_array() argument
/minix3/external/bsd/libc++/dist/libcxx/test/algorithms/alg.modifying.operations/alg.fill/
H A Dfill_n.pass.cpp79 struct test1 { struct
80 test1() : c(0) { } in test1() argument
81 test1(char c) : c(c + 1) { } in test1() argument
89 test1 test1a[n] = {0}; in test_struct_array() argument
/minix3/external/bsd/libc++/dist/libcxx/test/algorithms/alg.nonmodifying/alg.all_of/
H A Dall_of.pass.cpp21 struct test1 struct
35 input_iterator<const int*>(ia + sa), test1()) == true); in main() argument
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Dmangle-valist.cpp3 namespace test1 { namespace
4 void test1(const char *fmt, va_list ap) { in test1() function
H A Dvarargs.cpp11 int test1(...) { in test1() function
21 namespace test1 { namespace
H A Dexceptions-no-rtti.cpp20 namespace test1 { namespace
38 void test1() throw(B) { in test1() function
/minix3/external/bsd/libc++/dist/libcxx/test/std/algorithms/alg.nonmodifying/alg.all_of/
H A Dall_of.pass.cpp21 struct test1 struct
35 input_iterator<const int*>(ia + sa), test1()) == true); in main() argument
/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp6.cpp23 void test1() { in test1() function
51 namespace test1 { namespace
68 void test1() { in test1() function
/minix3/external/bsd/libc++/dist/libcxx/test/std/algorithms/alg.nonmodifying/alg.any_of/
H A Dany_of.pass.cpp21 struct test1 struct
35 input_iterator<const int*>(ia + sa), test1()) == true); in main() argument
/minix3/external/bsd/libc++/dist/libcxx/test/algorithms/alg.nonmodifying/alg.none_of/
H A Dnone_of.pass.cpp21 struct test1 struct
35 input_iterator<const int*>(ia + sa), test1()) == false); in main() argument
/minix3/external/bsd/libc++/dist/libcxx/test/std/algorithms/alg.nonmodifying/alg.none_of/
H A Dnone_of.pass.cpp21 struct test1 struct
35 input_iterator<const int*>(ia + sa), test1()) == false); in main() argument
/minix3/external/bsd/libc++/dist/libcxx/test/algorithms/alg.nonmodifying/alg.any_of/
H A Dany_of.pass.cpp21 struct test1 struct
35 input_iterator<const int*>(ia + sa), test1()) == true); in main() argument
/minix3/external/bsd/llvm/dist/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp8.cpp23 void test1() { in test1() function
37 namespace test1 { namespace
54 void test1() { in test1() function
/minix3/external/bsd/llvm/dist/clang/test/Sema/
H A Dbuiltins-arm.c16 void test1() { in test1() function
23 void test1() { in test1() function
/minix3/external/bsd/llvm/dist/clang/test/Parser/
H A Dexpressions.m3 void test1() { function
/minix3/external/bsd/llvm/dist/clang/test/CodeGen/
H A Dattr-coldhot.c3 int test1() __attribute__((__cold__)) { in test1() function
H A Dinteger-overflow.c10 void test1() { in test1() function
H A Dasm-errors.c7 int test1(int X) { in test1() function
H A Dcode-coverage.c6 int test1(int a) { in test1() function
/minix3/external/bsd/llvm/dist/clang/test/CXX/dcl.decl/dcl.init/dcl.init.string/
H A Dp2.cpp2 char test1[1]="f"; // expected-error {{initializer-string for char array is too long}} variable
/minix3/external/bsd/llvm/dist/clang/test/Preprocessor/
H A Dpragma-captured.c5 void test1() in test1() function
/minix3/external/bsd/llvm/dist/clang/test/CodeGenObjC/
H A Dblocks-2.m18 void test1() { function
H A Dbuiltin-memfns.m6 void test1(int *a, id b) { function
/minix3/external/bsd/llvm/dist/clang/test/ARCMT/with space/
H A Dtest1.m.in4 void test1(id p) { function
/minix3/external/bsd/llvm/dist/clang/test/Analysis/
H A Dmalloc-protoype.c9 void test1() in test1() function

12345678910>>...36