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

1 2

  /external/clang/test/SemaCXX/
long-virtual-inheritance-chain.cpp 29 class test26 : virtual test25 { virtual void f(); }; class in inherits:test25
30 class test27 : virtual test26 { virtual void f(); };
  /external/clang/test/Parser/
char-literal-printing.c 36 char16_t test26(void) { return u'\\'; } function
  /external/clang/test/CodeGenCXX/
vtable-layout.cpp     [all...]
microsoft-abi-vbtables.cpp 465 namespace Test26 {
477 // CHECK-DAG: @"\01??_8F@Test26@@7BD@1@@" = linkonce_odr unnamed_addr constant [4 x i32] [i32 0, i32 16, i32 12, i32 20]
478 // CHECK-DAG: @"\01??_8F@Test26@@7BE@1@@" = linkonce_odr unnamed_addr constant [2 x i32] [i32 -4, i32 28]
  /external/llvm/test/Transforms/InstCombine/
apint-shift.ll 244 ; CHECK-LABEL: @test26(
246 define i40 @test26(i40 %A) {
or.ll 259 define i1 @test26(i32 %A, i32 %B) {
265 ; CHECK-LABEL: @test26(
xor.ll 174 define i32 @test26(i32 %a, i32 %b) {
and.ll 188 define i1 @test26(i32 %A) {
phi.ll 583 define i1 @test26(i32 %n) {
619 ; CHECK-LABEL: @test26(
sub.ll 324 define i32 @test26(i32 %x) {
328 ; CHECK-LABEL: @test26(
add.ll 201 define i32 @test26(i32 %A, i32 %B) {
  /external/llvm/test/ExecutionEngine/MCJIT/
test-setcond-int.ll 45 %test26 = icmp sge i8 %sbyte1, %sbyte2 ; <i1> [#uses=0]
  /external/llvm/test/ExecutionEngine/
test-interp-vec-setcond-int.ll 45 %test26 = icmp sge <5 x i8> %sbyte1, %sbyte2
test-setcond-int.ll 45 %test26 = icmp sge i8 %sbyte1, %sbyte2 ; <i1> [#uses=0]
  /external/clang/test/CodeGen/
mmx-builtins.c 135 __m64 test26(__m64 a, __m64 b) { function
  /external/clang/test/Sema/
return.c 156 int test26() { function
conversion.c 413 void test26(int si, long sl) { function
uninit-variables.c 200 MyInt test26() { function
  /external/clang/test/SemaObjC/
arc.m 500 void test26(id y) {
508 @interface Test26
512 @implementation Test26
  /external/llvm/test/CodeGen/PowerPC/
vsx.ll 279 define <2 x i64> @test26(<2 x i64> %a, <2 x i64> %b) {
283 ; CHECK-LABEL: @test26
  /external/llvm/test/CodeGen/X86/
avx512-shuffle.ll 282 ; CHECK-LABEL: @test26
285 define <16 x i32> @test26(<16 x i32> %a) nounwind {
  /external/chromium_org/third_party/icu/source/test/testdata/
ssearch.xml 191 <test-case id="test26" strength="SECONDARY" locale="en">
  /external/clang/test/Index/
annotate-comments.cpp 110 struct test26 { struct
  /external/icu/icu4c/source/test/testdata/
ssearch.xml 191 <test-case id="test26" strength="SECONDARY" locale="en">
  /external/clang/test/CodeGenObjC/
arc.m 593 @interface Test26 { id x[4]; } @end
594 @implementation Test26 @end
595 // CHECK: define internal void @"\01-[Test26 .cxx_destruct]"(
596 // CHECK: [[SELF:%.*]] = load [[TEST26:%.*]]**
598 // CHECK-NEXT: [[T0:%.*]] = bitcast [[TEST26]]* [[SELF]] to i8*
    [all...]

Completed in 700 milliseconds

1 2