Searched refs:test10 (Results 26 - 38 of 38) sorted by relevance

12

/external/clang/test/CXX/class.access/class.friend/
H A Dp1.cpp288 namespace test10 { namespace
295 friend void test10::f(void);
/external/clang/test/CXX/class.access/
H A Dp4.cpp279 namespace test10 { namespace
289 value = A::value // expected-error {{'value' is a private member of 'test10::A'}}
/external/clang/test/CXX/temp/temp.decls/temp.friend/
H A Dp1.cpp220 namespace test10 { namespace
234 l2.foo(); // expected-error {{'foo' is a private member of 'test10::A<char>'}}
/external/clang/test/CodeGen/
H A Dext-vector.c222 // CHECK: @test10
225 int test10(int4 V) { function
H A Dmmx-builtins.c55 __m64 test10(__m64 a, __m64 b) { function
/external/clang/test/Sema/
H A Dcompare.c321 void test10(void) { function
H A Dconversion.c180 void test10(long long v) { function
H A Dformat-strings.c152 void test10(int x, float f, int i, long long lli) { function
H A Duninit-variables.c66 int test10(unsigned n) { function
/external/clang/test/CXX/class.access/class.protected/
H A Dp1.cpp378 namespace test10 { namespace
/external/clang/test/CodeGenCXX/
H A Dmangle.cpp476 namespace test10 { namespace
/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp691 // test10: FN. Simple race (write vs read). {{{1
692 namespace test10 { namespace
717 ANNOTATE_EXPECT_RACE_FOR_TSAN(&GLOB, "test10. TP. FN in MSMHelgrind.");
718 printf("test10: positive\n");
725 } // namespace test10
1870 // Similar to test10, but properly locked.
2347 // same as test10 but with single writer and multiple readers
2385 // same as test10 but with multiple read operations done by a single reader
/external/valgrind/unittest/
H A Dracecheck_unittest.cc450 // test10: FN. Simple race (write vs read). {{{1
451 namespace test10 { namespace
475 ANNOTATE_EXPECT_RACE_FOR_TSAN(&GLOB, "test10. TP. FN in MSMHelgrind.");
476 printf("test10: positive\n");
483 } // namespace test10
1562 // Similar to test10, but properly locked.
2035 // same as test10 but with single writer and multiple readers
2072 // same as test10 but with multiple read operations done by a single reader

Completed in 518 milliseconds

12