HomeSort by relevance Sort by last modified time
    Searched full:test28 (Results 1 - 25 of 31) sorted by null

1 2

  /external/clang/test/SemaCXX/
long-virtual-inheritance-chain.cpp 31 class test28 : virtual test27 { virtual void f(); }; class in inherits:test27
32 class test29 : virtual test28 { virtual void f(); };
  /external/clang/test/Parser/
char-literal-printing.c 38 char16_t test28(void) { return u'\a'; } function
  /external/clang/test/Sema/
return.c 192 void test28() __attribute__((noreturn));
193 void test28(x) { while (1) { } } function
uninit-variables.c 211 int test28() { function
  /external/clang/test/CodeGenCXX/
vtable-layout.cpp     [all...]
mangle.cpp 710 namespace test28 { namespace
visibility.cpp 37 namespace test28 { namespace
  /external/llvm/test/ExecutionEngine/MCJIT/
test-setcond-int.ll 47 %test28 = icmp sle i8 %sbyte1, %sbyte2 ; <i1> [#uses=0]
  /external/llvm/test/ExecutionEngine/
test-setcond-int.ll 47 %test28 = icmp sle i8 %sbyte1, %sbyte2 ; <i1> [#uses=0]
  /external/llvm/test/Transforms/InstCombine/
or.ll 285 define i1 @test28(i32 %A, i32 %B) {
291 ; CHECK: @test28
sub.ll 294 define i32 @test28(i32 %x, i32 %y, i32 %z) {
299 ; CHECK: @test28
xor.ll 189 define i32 @test28(i32 %indvar) {
and.ll 206 define i32 @test28(i32 %X) {
getelementptr.ll 286 define i32 @test28() nounwind {
306 ; CHECK: @test28
add.ll 216 define i32 @test28(i32 %X) {
icmp.ll 270 ; CHECK: @test28
274 define i1 @test28(i32 %x, i32 %y, i32 %z) {
shift.ll 370 define i8 @test28(i8 %x) {
372 ; CHECK: @test28
select.ll 427 define i32 @test28(i1 %cond, i32 %A, i32 %B) {
437 ; CHECK: @test28
  /external/clang/test/CodeGen/
mmx-builtins.c 145 __m64 test28(__m64 a, __m64 b) { function
  /external/clang/test/SemaObjC/
arc.m 543 @interface Test28
547 @interface Test28 ()
551 @implementation Test28
  /external/icu4c/test/testdata/
ssearch.xml 203 <test-case id="test28" strength="TERTIARY" locale="en">
  /external/clang/test/CodeGenObjC/
arc.m 634 @interface Test28
637 @implementation Test28
640 // CHECK: define internal void @"\01-[Test28 .cxx_destruct]"
641 // CHECK: [[SELF:%.*]] = load [[TEST28:%.*]]**
643 // CHECK-NEXT: [[T0:%.*]] = bitcast [[TEST28]]* [[SELF]] to i8*
    [all...]
  /external/valgrind/main/drd/tests/
tsan_unittest.cpp 1401 namespace test28 { namespace
    [all...]
  /external/valgrind/unittest/
racecheck_unittest.cc 1092 // test28: TN. Synchronization via Mutex, then PCQ. 3 threads {{{1
1093 namespace test28 { namespace
1127 printf("test28: negative\n");
1134 } // namespace test28
1139 // Similar to test28, but has two Getters and two PCQs.
    [all...]
  /external/llvm/test/Transforms/ObjCARC/
basic.ll 919 ; CHECK: define void @test28(
929 define void @test28(i8* %p, i1 %x) {
1003 ; Like test28. but with two releases.
    [all...]

Completed in 2446 milliseconds

1 2