HomeSort by relevance Sort by last modified time
    Searched refs:test21 (Results 1 - 18 of 18) sorted by null

  /external/clang/test/SemaCXX/
long-virtual-inheritance-chain.cpp 24 class test21 : virtual test20 { virtual void f(); }; class in inherits:test20
25 class test22 : virtual test21 { virtual void f(); };
  /external/clang/test/Parser/
char-literal-printing.c 28 char test21(void) { return 'c'; } function
  /external/clang/test/Analysis/inlining/
inline-defensive-checks.c 63 int test21(int *q, int *x) { function
  /external/clang/test/Sema/
attr-deprecated.c 115 char test21[__has_feature(attribute_deprecated_with_message) ? 1 : -1]; variable
block-misc.c 215 void test21() {
exprs.c 235 struct Test21; // expected-note 2 {{forward declaration}}
236 void test21(volatile struct Test21 *ptr) { function
238 (test21_help(), *ptr); // expected-error {{incomplete type 'struct Test21' where a complete type is required}}
239 (*ptr, test21_help()); // expected-error {{incomplete type 'struct Test21' where a complete type is required}}
return.c 117 int test21() { function
uninit-variables.c 160 int test21(int x, int y) { function
  /external/clang/test/CXX/class.access/
p4.cpp 474 namespace test21 { namespace
  /external/clang/test/CodeGen/
mmx-builtins.c 110 __m64 test21(__m64 a) { function
  /external/clang/test/CodeGenCXX/
mangle.cpp 626 namespace test21 { namespace
visibility.cpp 530 namespace test21 { namespace
    [all...]
  /frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
EventRecurrenceTest.java 552 public void test21() throws Exception { method in class:EventRecurrenceTest
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_insert/
size_string_size_size.pass.cpp 1199 void test21() function
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_compare/
size_size_string_size_size.pass.cpp 2253 void test21() function
    [all...]
  /external/valgrind/main/drd/tests/
tsan_unittest.cpp 1151 // test21: TP. Incorrect synchronization via LockWhenWithTimeout(). {{{1
1152 namespace test21 { namespace
1173 ANNOTATE_EXPECT_RACE_FOR_TSAN(&GLOB, "test21. TP.");
1174 printf("test21: positive\n");
1179 } // namespace test21
    [all...]
  /external/valgrind/unittest/
racecheck_unittest.cc 851 // test21: TP. Incorrect synchronization via LockWhenWithTimeout(). {{{1
852 namespace test21 { namespace
867 printf("test21: positive\n");
869 ANNOTATE_EXPECT_RACE_FOR_TSAN(&GLOB, "test21. TP.");
876 } // namespace test21
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_replace/
size_size_string_size_size.pass.cpp 2254 void test21() function
    [all...]

Completed in 714 milliseconds