Searched refs:test47 (Results 1 - 8 of 8) sorted by relevance

/external/clang/test/SemaCXX/
H A Dlong-virtual-inheritance-chain.cpp50 class test47 : virtual test46 { virtual void f(); }; class in inherits:test46
51 class test48 : virtual test47 { virtual void f(); };
/external/clang/test/Parser/
H A Dchar-literal-printing.c60 char32_t test47(void) { return U'\t'; } function
/external/clang/test/CodeGen/
H A Dx86_64-arguments.c352 // CHECK: @test47
356 void test47(int a, struct s47 b) { f47(a, a, a, a, a, a, b); } function
H A Dmmx-builtins.c240 __m64 test47(__m64 a, __m64 b) { function
/external/clang/test/Sema/
H A Duninit-variables.c337 void *test47(int *i) function
/external/clang/test/CodeGenCXX/
H A Dvisibility.cpp887 namespace test47 { namespace
/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp2307 // test47: TP. Not detected by pure happens-before detectors. {{{1
2308 namespace test47 { namespace
2335 ANNOTATE_EXPECT_RACE_FOR_TSAN(&GLOB, "test47. TP. Not detected by pure HB.");
2336 printf("test47: positive\n");
2343 } // namespace test47
/external/valgrind/unittest/
H A Dracecheck_unittest.cc1994 // test47: TP. Not detected by pure happens-before detectors. {{{1
1995 namespace test47 { namespace
2021 ANNOTATE_EXPECT_RACE_FOR_TSAN(&GLOB, "test47. TP. Not detected by pure HB.");
2022 printf("test47: positive\n");
2029 } // namespace test47

Completed in 474 milliseconds