/external/clang/test/SemaCXX/ |
long-virtual-inheritance-chain.cpp | 28 class test25 : virtual test24 { virtual void f(); }; class in inherits:test24 29 class test26 : virtual test25 { virtual void f(); };
|
/external/clang/test/Parser/ |
char-literal-printing.c | 33 wchar_t test25(void) { return L'\x333'; } function
|
/external/clang/test/CodeGenCXX/ |
vtable-layout.cpp | [all...] |
microsoft-abi-vbtables.cpp | 451 namespace Test25 { 461 // CHECK-DAG: @"\01??_8D@Test25@@7B@" = linkonce_odr unnamed_addr constant [3 x i32] [i32 -4, i32 16, i32 12] 462 // CHECK-DAG: @"\01??_8B@Test25@@7B@" = linkonce_odr unnamed_addr constant [2 x i32] [i32 -4, i32 8]
|
/external/llvm/test/Transforms/InstCombine/ |
apint-shift.ll | 234 ; CHECK-LABEL: @test25( 236 define i37 @test25(i37 %tmp.2, i37 %AA) {
|
or.ll | 244 define i1 @test25(i32 %A, i32 %B) { 251 ; CHECK-LABEL: @test25(
|
set.ll | 166 define i1 @test25(i32 %A) {
|
xor.ll | 167 define i32 @test25(i32 %g, i32 %h) {
|
and.ll | 180 define i1 @test25(i32 %A) {
|
phi.ll | 551 define i1 @test25() { 576 ; CHECK-LABEL: @test25(
|
sub.ll | 299 define i64 @test25(i8* %P, i64 %A){ 304 ; CHECK-LABEL: @test25(
|
add.ll | 194 define i64 @test25(i64 %Y) {
|
/external/llvm/test/ExecutionEngine/MCJIT/ |
test-setcond-int.ll | 44 %test25 = icmp eq i8 %sbyte1, %sbyte2 ; <i1> [#uses=0]
|
/external/llvm/test/ExecutionEngine/ |
test-interp-vec-setcond-int.ll | 44 %test25 = icmp eq <5 x i8> %sbyte1, %sbyte2
|
test-setcond-int.ll | 44 %test25 = icmp eq i8 %sbyte1, %sbyte2 ; <i1> [#uses=0]
|
/external/llvm/test/CodeGen/X86/ |
vselect.ll | 254 define <2 x i64> @test25(<2 x i64> %a, <2 x i64> %b) { 258 ; CHECK-LABEL: test25
|
avx512-shuffle.ll | 274 ; CHECK-LABEL: @test25 277 define <16 x i32> @test25(<16 x i32> %a, <16 x i32> %b) nounwind {
|
/external/llvm/test/Transforms/DeadStoreElimination/ |
simple.ll | 324 ; CHECK-LABEL: @test25( 328 define i8* @test25(i8* %p) nounwind {
|
/external/clang/test/CodeGen/ |
mmx-builtins.c | 130 void test25(__m64 *p, __m64 a) { function
|
/external/clang/test/Sema/ |
return.c | 152 int test25() { function
|
uninit-variables.c | 194 float test25() { function
|
/external/llvm/test/CodeGen/PowerPC/ |
vsx.ll | 267 define <2 x double> @test25(<2 x double> %a, <2 x double> %b, <2 x double> %c, <2 x double> %d) { 273 ; CHECK-LABEL: @test25
|
/external/chromium_org/third_party/icu/source/test/testdata/ |
ssearch.xml | 186 <test-case id="test25" strength="SECONDARY" locale="en">
|
/external/icu/icu4c/source/test/testdata/ |
ssearch.xml | 186 <test-case id="test25" strength="SECONDARY" locale="en">
|
/external/clang/test/SemaObjC/ |
arc.m | 495 void test25(Class *classes) { 497 test25(other_classes);
|