Searched refs:test3 (Results 151 - 175 of 375) sorted by relevance

1234567891011>>

/external/clang/test/SemaCXX/
H A Dwarn-new-overaligned.cpp33 namespace test3 { namespace
50 new Test[10]; // expected-warning {{type 'test3::Test' requires 256 bytes of alignment and the default allocator only guarantees}}
H A Dcxx0x-initializer-aggregates.cpp80 typedef A<1> test3[]; typedef in namespace:array_explicit_conversion
85 (void)test3{{{1}}};
H A Dlong-virtual-inheritance-chain.cpp6 class test3 : virtual test2 { virtual void f(); }; class in inherits:test2
7 class test4 : virtual test3 { virtual void f(); };
H A Dwarn-reorder-ctor-initialization.cpp113 namespace test3 { namespace
134 namespace test3 { namespace
H A Denable_if.cpp87 template <class T> void test3() { function
117 template <class T> void test3() { function in namespace:PR20988
/external/clang/test/SemaTemplate/
H A Dcopy-ctor-assign.cpp32 void test3(X<int> &x, X<int> xi, X<long> xl, X<int Y::*> xmptr) { function
/external/google-breakpad/src/client/mac/handler/testcases/
H A DDynamicImagesTests.cc42 DynamicImagesTests test3(TEST_INVOCATION(DynamicImagesTests,
/external/libcxx/test/std/containers/sequences/deque/deque.cons/
H A Dsize.pass.cpp65 test3(unsigned n, Allocator const &alloc = Allocator()) function
108 test3<DefaultOnly, std::allocator<DefaultOnly>> (1023);
109 test3<int, std::allocator<int>>(1);
110 test3<int, min_allocator<int>> (3);
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp6.cpp40 void test3() { function in namespace:test0
81 void test3() { function in namespace:test1
/external/clang/test/CodeGenCXX/
H A Dblocks.cpp38 void test3() { function in namespace:test1
93 namespace test3 { namespace
H A Dtemplate-instantiation.cpp102 namespace test3 { namespace
115 namespace test3 { namespace
/external/compiler-rt/test/asan/TestCases/
H A Dstrtol_strict.c9 // RUN: %run %t test3 2>&1
10 // RUN: ASAN_OPTIONS=strict_string_checks=false %run %t test3 2>&1
11 // RUN: ASAN_OPTIONS=strict_string_checks=true not %run %t test3 2>&1 | FileCheck %s --check-prefix=CHECK3
44 void test3(char *array, char *endptr) { function
94 if (!strcmp(argv[1], "test3")) test3(array, endptr);
H A Dstrtoll_strict.c9 // RUN: %run %t test3 2>&1
10 // RUN: ASAN_OPTIONS=strict_string_checks=false %run %t test3 2>&1
11 // RUN: ASAN_OPTIONS=strict_string_checks=true not %run %t test3 2>&1 | FileCheck %s --check-prefix=CHECK3
44 void test3(char *array, char *endptr) { function
94 if (!strcmp(argv[1], "test3")) test3(array, endptr);
/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.ibits/
H A Deval.pass.cpp78 test3()
135 test3();
/external/v8/test/mjsunit/
H A Dpacked-elements.js42 function test3() { function
104 test_with_optimization(test3);
/external/v8/test/webkit/
H A Ddictionary-no-cache.js78 var test3 = new Test();
79 update(test3);
/external/libxml2/doc/examples/
H A DMakefile.am44 test3.xml \
116 $(CHECKER) ./parse4 test3.xml
124 $(CHECKER) ./reader4 test1.xml test2.xml test3.xml > reader4.tmp && diff reader4.tmp $(srcdir)/reader4.res
132 $(CHECKER) ./xpath1 test3.xml '//child2' > xpath1.tmp && diff xpath1.tmp $(srcdir)/xpath1.res
134 $(CHECKER) ./xpath2 test3.xml '//discarded' discarded > xpath2.tmp && diff xpath2.tmp $(srcdir)/xpath2.res
/external/icu/icu4c/source/test/intltest/
H A Dstrcase.cpp69 UnicodeString test3; local
71 test3 += (UChar32)0x0130;
72 test3 += "STANBUL, NOT CONSTANTINOPLE!";
74 UnicodeString test4(test3);
80 test4 = test3;
86 test3 = "topkap";
87 test3 += (UChar32)0x0131;
88 test3 += " palace, istanbul";
89 test4 = test3;
96 test4 = test3;
[all...]
/external/llvm/test/MC/AsmParser/
H A Dsection.s19 .pushsection test3
31 .pushsection test3
83 # CHECK: Name: test3 (56)
/external/libcxx/test/std/containers/sequences/list/list.cons/
H A Dsize_type.pass.cpp22 test3(unsigned n, Allocator const &alloc = Allocator()) function
73 test3<int, min_allocator<int>> (3);
/external/libcxx/test/std/iterators/iterator.primitives/iterator.basic/
H A Diterator.pass.cpp42 test3() function
79 test3<A>();
/external/v8/test/mjsunit/compiler/
H A Dsimple-bailouts.js53 Test.prototype.test3 = function() {
111 t.test3();
/external/valgrind/memcheck/tests/
H A Daddressable.c55 static void test3() function
100 { test3, 0 },
/external/clang/test/Analysis/
H A Ddomtest.c67 int test3() function
H A Dout-of-bounds.c134 void test3(int x) { function

Completed in 783 milliseconds

1234567891011>>