HomeSort by relevance Sort by last modified time
    Searched defs:test2 (Results 26 - 50 of 728) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
exceptions.c 24 void test2() { function
pointer-to-int.c 9 int test2(void) { function
unwind-attr.c 20 // CHECK: define weak [[INT:i.*]] @test2() [[TF]] {
21 // CHECK-NOEXC: define weak [[INT:i.*]] @test2() [[NUW]] {
22 __attribute__((weak)) int test2(void) { function
  /external/clang/test/CodeGenCXX/
enable_if.cpp 9 void test2(int i) __attribute__((enable_if(&ext != 0, ""))) {} function
function-template-specialization.cpp 21 void test2(int *iptr, double *dptr, int diff) { function
mangle-valist.cpp 8 class Test2 {
10 void test2(const char *fmt, va_list ap);
13 void Test2::test2(const char *fmt, va_list ap) { function in class:Test2
  /external/clang/test/Parser/
captured-statements.c 10 void test2() function
goto.c 9 void test2() { function
  /external/clang/test/Sema/
statements.c 15 int test2() { return ({L:5;}); } function
warn-vla.c 8 void test2(int n, int v[n]) { // expected-warning {{variable length array used}} function
x86-builtin-palignr.c 12 int test2(int N) { function
  /external/clang/test/SemaCXX/
pr9812.c 14 int test2(int argc, char** argv) function
  /external/clang/test/SemaTemplate/
instantiate-typedef.cpp 10 add_pointer<float>::type test2(int * ptr) { function
  /external/libcxx/test/containers/sequences/vector/vector.cons/
construct_size.pass.cpp 23 test2(typename C::size_type n, typename C::allocator_type const& a = typename C::allocator_type ()) function
56 test2<C> ( n );
67 test2<std::vector<DefaultOnly, test_allocator<DefaultOnly>> >( 100, test_allocator<DefaultOnly>(23));
  /external/libcxx/test/containers/sequences/vector.bool/
construct_size.pass.cpp 23 test2(typename C::size_type n, typename C::allocator_type const& a = typename C::allocator_type ()) function
54 test2<C> ( n );
62 test2<std::vector<bool, test_allocator<bool>> >( 100, test_allocator<bool>(23));
  /external/libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/
default.pass.cpp 30 test2() function
41 test2();
eval.pass.cpp 30 test2() function
41 test2();
result_type.pass.cpp 31 test2() function
41 test2();
  /external/libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/
default.pass.cpp 30 test2() function
41 test2();
values.pass.cpp 36 test2() function
46 test2();
  /external/libcxx/test/numerics/rand/rand.eng/rand.eng.mers/
default.pass.cpp 33 test2() function
44 test2();
eval.pass.cpp 33 test2() function
44 test2();
result_type.pass.cpp 33 test2() function
43 test2();
  /external/libcxx/test/numerics/rand/rand.eng/rand.eng.sub/
default.pass.cpp 30 test2() function
41 test2();
eval.pass.cpp 30 test2() function
41 test2();

Completed in 248 milliseconds

12 3 4 5 6 7 8 91011>>