/external/clang/test/SemaCXX/ |
long-virtual-inheritance-chain.cpp | 35 class test32 : virtual test31 { virtual void f(); }; class in inherits:test31 36 class test33 : virtual test32 { virtual void f(); };
|
attr-noreturn.cpp | 134 __attribute__((noreturn)) void test32() { function in namespace:destructor_tests
|
/external/llvm/test/CodeGen/PowerPC/ |
cmpb-ppc32.ll | 24 define i32 @test32(i32 %x, i32 %y) #0 { 43 ; CHECK-LABEL: @test32
|
cmpb.ll | 81 define zeroext i32 @test32(i32 zeroext %x, i32 zeroext %y) #0 { 100 ; CHECK-LABEL: @test32
|
vsx_shuffle_le.ll | 180 define <2 x double> @test32(<2 x double>* %p1, <2 x double>* %p2) { 186 ; CHECK-LABEL: @test32
|
/external/clang/test/Parser/ |
char-literal-printing.c | 42 char16_t test32(void) { return u'\n'; } function
|
/external/clang/test/SemaObjC/ |
warn-direct-ivar-access.m | 50 id Test32(__weak ITest32 *x) {
|
/external/llvm/test/CodeGen/X86/ |
atom-call-reg-indirect-foldedreload32.ll | 8 ; original source code built with clang -S -emit-llvm -M32 test32.c:
|
avx512-mov.ll | 273 ; CHECK-LABEL: test32 276 define <16 x i32> @test32(i8 * %addr, <16 x i32> %old, <16 x i32> %mask1) {
|
/external/llvm/test/Transforms/InstSimplify/ |
undef.ll | 248 ; CHECK-LABEL: @test32 250 define i32 @test32(i32 %a) {
|
/external/lz4/programs/ |
Makefile | 136 test32: test-lz4c32 test-frametest32 test-fullbench32 test-fuzzer32 test-mem32 138 test-all: test test32
|
/external/llvm/test/ExecutionEngine/MCJIT/ |
test-setcond-int.ll | 51 %test32 = icmp sge i16 %short1, %short2 ; <i1> [#uses=0]
|
/external/llvm/test/ExecutionEngine/OrcMCJIT/ |
test-setcond-int.ll | 51 %test32 = icmp sge i16 %short1, %short2 ; <i1> [#uses=0]
|
/external/llvm/test/ExecutionEngine/ |
test-interp-vec-setcond-int.ll | 51 %test32 = icmp sge <4 x i16> %short1, %short2
|
/external/deqp/framework/common/ |
tcuFloatFormat.cpp | 386 TestBinary32 test32; 387 test32.runTest();
|
/external/llvm/test/Transforms/InstCombine/ |
div.ll | 276 define i32 @test32(i32 %a, i32 %b) { 281 ; CHECK-LABEL: @test32(
|
mul.ll | 292 define i32 @test32(i32 %X) { 293 ; CHECK-LABEL: @test32
|
and.ll | 234 define i32 @test32(i32 %In) {
|
or.ll | 340 define <4 x i32> @test32(<4 x i1> %and.i1352, <4 x i32> %vecinit6.i176, <4 x i32> %vecinit6.i191) { 348 ; CHECK-LABEL: @test32(
|
/external/clang/test/Sema/ |
return.c | 222 void test32() { function
|
/external/curl/tests/data/ |
Makefile.inc | 27 test30 test31 test32 test33 test34 test35 test36 test37 test38 test39 \
|
/external/valgrind/VEX/priv/ |
host_x86_defs.c | 592 i->Xin.Test32.imm32 = imm32; 593 i->Xin.Test32.dst = dst; 950 vex_printf("testl $%d,", (Int)i->Xin.Test32.imm32); 951 ppX86RM(i->Xin.Test32.dst); [all...] |
/external/pcre/dist/ |
RunTest | 305 test32=skip 317 test32=-32 342 test32=-32 411 for bmode in "$test8" "$test16" "$test32"; do 414 -16) if [ "$test8$test32" != "skipskip" ] ; then echo ""; fi
|
/external/llvm/test/Transforms/DeadStoreElimination/ |
simple.ll | 464 ; CHECK-LABEL: @test32( 468 define i32 @test32(i1 %c, i32* %p, i32 %i) {
|
/external/clang/test/CodeGenCXX/ |
vtable-layout.cpp | [all...] |